async webservice call from codebehind without callback
I hav开发者_如何学JAVAe a webservice which does logging(at LOB level, not application related).I need to call this webservice asynchronously and DO NOT need and dont want a callback. Lot examples have all the callback handling and stuff, which is absolutely unnecessary for my application. What is the easiest and simple way to do this?
精彩评论