Jump to content

Ms.Ranjan

New Members
  • Posts

    1
  • Joined

  • Last visited

    Never

Everything posted by Ms.Ranjan

  1. 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
×
×
  • 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.