I want to achieve something similar to the webservice bridge sample but i don't want to wait for a response from the webservice. I want the call to be asynchronous. What is the best way to do this?
Should I just use the webservice bridge and call ProcessAsync as opposed to Process? or Should I not use the webservice bridge and just create a webmethod that calls Global.Bus.Send?
Thanks in advance