I have an ASP.NET/VB.NET program. There is a webservice does processing in a separate project which does not return any values. The webservice is executed upon clicking the run button on a certain page, however I would like the webservice to be executed in the background while the next line of code is processed on the client in concurently.
I had seen the solution for a similar post that utilized the: <WebMethod(), SoapDocumentMet hod(Oneway:=Tru e)>...