Active
Project:
SOAP Server
Version:
6.x-1.2-beta1
Component:
Code
Priority:
Critical
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
6 Nov 2008 at 08:39 UTC
Updated:
8 Aug 2011 at 11:48 UTC
Fatal error: Call to undefined method soapclient::__soapCall() in D:\drupal-x.x\sites\default\modules\services\servers\soap_server\soap_server_test.php on line 42
should i define for this method can i get the solution
Comments
Comment #1
mvelshankar commentedComment #2
melsawy commentedmvelshankar
__soapClient need to enable soap module on your php installation to check that you can use phpinfo() function.
also you can see this link for more information.
http://www.php.net/manual/en/soap.installation.php
Comment #3
sanjayk commentedI also get the same error
Fatal error: Uncaught SoapFault exception: [Client] Function ("getError") is not a valid method for this service in /viren/webroot/ninelan/sites/all/modules/soap_server/soap_server_test.php:51 Stack trace: #0 [internal function]: SoapClient->__call('getError', Array) #1 /viren/webroot/ninelan/sites/all/modules/soap_server/soap_server_test.php(51): SoapClient->getError() #2 {main} thrown in /viren/webroot/ninelan/sites/all/modules/soap_server/soap_server_test.php on line 51
and
Fatal error: Uncaught SoapFault exception: [Client] Function ("call") is not a valid method for this service in /viren/webroot/ninelan/sites/all/modules/soap_server/soap_server_test.php:79 Stack trace: #0 [internal function]: SoapClient->__call('call', Array) #1 /viren/webroot/ninelan/sites/all/modules/soap_server/soap_server_test.php(79): SoapClient->call('system.connect') #2 {main} thrown in /viren/webroot/ninelan/sites/all/modules/soap_server/soap_server_test.php on line 79
please help me.
Comment #4
tayzlor commentedi am also experiencing this error when trying to test, i have soap enabled in phpinfo(). anyone got a solution?
Comment #5
tayzlor commentedto answer my own question, if you are using nuSoap you will need to use the following instead -
Comment #6
dizzy1 commentedTHANK YOU SO MUCH, one obstacle down 500 to go.
Comment #7
fxzeng commentedcool, thx.