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 Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Web Service - Multiple Procedure Calls 1

Status
Not open for further replies.

benvegiard

Programmer
May 15, 2003
63
0
0
US
Hi All,

We are needing to build a web service that has multiple procedure calls to it. It has been mentioned that a web service may only allow one public procedure call. Can someone confirm or refute this? If multiple public procedures can be exposed in a single web service, and someone point us to a simple example (hopefully in VB.Net)

Thanks!
Ben
 
You can have multiple procedures by making each a "WebMethod" within the class created for the web service.

I have done it but the code is much too large to put here. Besides, my employer would not like me posting company code.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top