Dear All, I need to create a client to consume a web service which may take very long time to finish. Can I send my client request and then go away do something else in the client side, when the server is ready to provide the results for me, then it call me or send me a signal ( don't know how to do it? I know HTTP does not send anything to you if you don't ask for.)
I saw gSoap does support one-way asynchronous message. Because the document about it is very simple, I just don't understand what's the purpose of it. Can I use it to implement what I need? Newbie. Please don't laugh at me if my question is too simple or naive. Thanks a lot. Zhang