|
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] 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 |
- WSDL to C++ in Visual Studio ?? NYY96
- RE: WSDL to C++ in Visual Studio ?? Anne Thomas Manes
- RE: WSDL to C++ in Visual Studio ?? Anne Thomas Manes
- Re: WSDL to C++ in Visual Studio ?? V D
- RE: WSDL to C++ in Visual Studio ?? David Thielen
- Re: WSDL to C++ in Visual Studio ?? NYY96
- RE: WSDL to C++ in Visual Studio ?? David Thielen
- WSDL to C++ in Visual Studio ?? NYY96
- Re: WSDL to C++ in Visual Studio ?? Vy Ho
- Re: WSDL to C++ in Visual Studio ?? Alexander Berry,Jr.
- RE: WSDL to C++ in Visual Studio ?? David Thielen
- Re: WSDL to C++ in Visual Studio ?? NYY96
