vc++6.0 call Web Service(written by Vc++.net--> ATL)????
-
It is still using SOAP,in fact I believe web service (regardless of Java or any other platform) are using SOAP protocol as foundation which you can't escape from it. Anyway, you can try this http://www.codeproject.com/webservices/SoapClient\_CPP.asp Sonork 100.41263:Anthony_Yio
-
It is still using SOAP,in fact I believe web service (regardless of Java or any other platform) are using SOAP protocol as foundation which you can't escape from it. Anyway, you can try this http://www.codeproject.com/webservices/SoapClient\_CPP.asp Sonork 100.41263:Anthony_Yio
-
I know the exam you given to me.But i don`t want to use this method. Cam you give me another method (not using soaptoolkit)?
You could probably try to write yourself a simple SOAP client using WinSock or probably could try to use WinInet to do it. How about to search for another SOAP SDK? (which most probably not free like this one http://www.sqldata.com/soapclient/usingSoap.htm[^]) Sonork 100.41263:Anthony_Yio