I have no idea if you can get the WSDL. Try doing an HTTP GET on the service URL or the service URL appended with the ?wsdl parameter. If neither of those methods returns the WSDL, then you’ll probably need to contact the service provider to see if they can provide you with the WSDL. Without the WSDL, it’s a lot more difficult to create the client proxy.

 

Assuming you get the WSDL, then you can use pretty much any one of the handful of SOAP implementations out there that support VC++.

Available products include (not an exhaustive list):

PocketSOAP (www.pocketsoap.com)

WhiteMesa (www.whitemesa.com)

Systinet Server for C++ (www.systinet.com)

SQLData (www.sqldata.com)

Microsoft SOAP Toolkit (http://www.microsoft.com/downloads/details.aspx?FamilyID=c943c0dd-ceec-4088-9753-86f052ec8450&displaylang=en)  

 

Anne

 

 


From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: Friday, July 16, 2004 5:09 PM
To: [EMAIL PROTECTED]
Subject: WSDL to C++ in Visual Studio ??

 

Hello,

 

Does anybody know if I can get a WSDL for an existing web service posted online, inherit it and generate a client side proxy in C++ through tools available with Visual Studio? I have only been able to get it done in C# and I DON'T want that done. Further more I only have VS2002.

 

Thanks,

 

James

Reply via email to