Application and webpage/webservice interaction
-
Hi, I have an application(MFC), it needs to send some data (XML 20/25kb) to some online entity(some online script or service) and that online entity will parse the XML query some Database and return results to the MFC application. i just need to know what is the idea scenario under these circumstances should i use some script or service or query the database directly please suggest Thanks
C++ where friends have access to your private members !
-
Hi, I have an application(MFC), it needs to send some data (XML 20/25kb) to some online entity(some online script or service) and that online entity will parse the XML query some Database and return results to the MFC application. i just need to know what is the idea scenario under these circumstances should i use some script or service or query the database directly please suggest Thanks
C++ where friends have access to your private members !
Now if you are using a Web Service as your online entity . You can use the ATL CSoapMSXMLInetClient Class this class provides client access to XML Web services using Microsoft XML's ServerXMLHTTP object. http://msdn.microsoft.com/en-us/library/0yh3zkyx(VS.80).aspx[^] Sample http://msdn.microsoft.com/en-us/library/sadc5k7b(VS.71).aspx[^] http://msdn.microsoft.com/en-us/library/seaf2d75.aspx[^] Good Article http://www.codeproject.com/KB/XML/vcsoapclient.aspx[^]
Vikas Amin
My First Article on CP" Virtual Serial Port "[^]
modified on Thursday, July 24, 2008 5:33 PM