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: