Ms.Ranjan Posted January 16, 2009 Share Posted January 16, 2009 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 Quote Link to comment https://forums.phpfreaks.com/topic/141132-fatal-error-call-to-a-member-function-addcomplextype-on-a-non-object/ Share on other sites More sharing options...
corbin Posted January 16, 2009 Share Posted January 16, 2009 $server->wsdl Is not an object for some reason or other. Quote Link to comment https://forums.phpfreaks.com/topic/141132-fatal-error-call-to-a-member-function-addcomplextype-on-a-non-object/#findComment-738750 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.