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.