Fatal error: Call to a member function addComplexType()
Posted: Fri Jan 16, 2009 3:09 pm
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.
'inp' is just the targetNamespace defined for the array.I am not sure what the error means.
Can anyone plz help me out?
Thanks
Burrito: Please use PHP tags when inserting code.
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.
Code: Select all
$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')
)
);
Can anyone plz help me out?
Thanks
Burrito: Please use PHP tags when inserting code.