Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to call Overloaded Methods using SOAP

Status
Not open for further replies.

gurleenrandhawa

Programmer
Feb 28, 2005
1
US
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 ????
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top