Jump to content

Fatal error: Call to a member function addComplexType() on a non-object


Ms.Ranjan

Recommended Posts

Hi

I am developing soap server for a php application.I use Wamp server version 2.0 and Nusoap 0.7.3.I get the error the line mentioned below.

 

$server->wsdl->addComplexType(

'inp', //Fatal error: Call to a member function addComplexType() on a non-object

'complexType',

'struct',

'all',

'',

array(

'inputs'=>array('name'=>'inputs','type'=>'xsd:string')

)

);

 

'inp' is just the targetNamespace defined for the array.This array is the one which the server is gng to return,if the client calls the method(which has the array).I am not sure what the error means.

Can anyone plz help me out?

 

Thanks

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.