gurleenrandhawa
Programmer
I am trying to consume a web service which has overloaded methods. The web service is written in C# and the protocol has been set to RPC (System.Web.Services.Protocols.SoapRpcService)
The methods have been labled with
WebMethod(MessageName="Methodname_1"
WebMethod(MessageName="Methodname_2"
etc ..
nusoap is unable to locate the overloaded methods. Is there something that I am missing ????
The methods have been labled with
WebMethod(MessageName="Methodname_1"
WebMethod(MessageName="Methodname_2"
etc ..
nusoap is unable to locate the overloaded methods. Is there something that I am missing ????