Sep 28 2007

One-Way WebServices Methods

Category:Bil@l @ 12:58

When designing Web Services, we sometimes need to call methods that don’t have any response.

Defining such methods as void is not the solution for one-way Web Service methods.

What you need to do is specify the SoapDocumentMethod to be OneWay and here is an example: