المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : SOAP: Using ATL Server to Build an Asynchronous SOAP Client in Unmanaged C++



C++ Programming
03-29-2009, 02:42 AM
SOAP opens up a new world of Web Services, letting you make function calls across a network or the Internet. But this flexibility creates new problems when your app needs to wait for calls to return from halfway around the world. What you need is an asynchronous SOAP client that takes advantage of threading to continue execution while waiting for calls over the wire. This article covers the basics of building such a client with ATL.

Pranish Kumar and Bogdan Crivat

<a href="http://msdn.microsoft.com/magazine/fd0f26f0-f896-431b-a2e5-2c92ea709867">MSDN Magazine April 2002