SOAP XML Error method '' not defined in service ''

RegisterLogin
SOAP XML Error method '' not defined in service ''
Post Description: SOAP XML Error method '' not defined in service ''
Tags: SOAP, XML, Error, method, '', not, defined, in, service, ''
This Post Was Posted On Jan 17, 2010 By pack #2143
im getting this error on my xml page that i am using for soap.

can you give me any idea as to what i am doing wrong?

thanks
Leave Your Comments
Related Pages: [Add Your Website]
Post New Topic
webune
#3266 1
follow these instructions, it will show you how to install nusoap

How To Install Nusoap.php Class
Jan 17, 2010 Reply Report abuse
blackwater
#2614 2
i need some help with nusoap ,,,I have the following code but when I hit the page, I get the xml error of method '' not defined in service. I don't have a wsdl or anything defined. Is there more I need to do to get the SOAP service set up?


Thanks!

include("nusoap/nusoap.php");

$server=new soap_server();
$server-register('getColumns');

function getColumns(){

$search= new carSearch();

return $search-getSearchColumns();

}
$server-service($HTTP_RAW_POST_DATA);
Oct 19, 2009 Reply Report abuse
©2011 Webune Forums - Mon Dec 19, 2011 1:39 am
Powered by: Webune Forums V3