Click here to Skip to main content
15,888,051 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Uncaught SoapFault exception: [Client] Function ("call") is not a valid method for this service in C:\xampp\htdocs\WebServiceSOAP\client.php:9 Stack trace: #0 C:\xampp\htdocs\WebServiceSOAP\client.php(9): SoapClient->__call('call', Array) #1 C:\xampp\htdocs\WebServiceSOAP\client.php(9): SoapClient->call('get_message', Array) #2 {main} thrown in C:\xampp\htdocs\WebServiceSOAP\client.php on line 9
Posted
Comments
Richard Deeming 3-Nov-15 9:10am    
A stack trace without the source code that generated it is useless.

Use the "Improve question" button to update your question with a proper description of the problem, and the source code that's throwing the exception. Don't forget to wrap your code in <pre>...</pre> blocks, and to indicate which line of the code is throwing the exception.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900