You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Robert van Engelen <en...@cs.fsu.edu> on 2004/08/04 03:18:20 UTC

Re: WSDL to C++ in Visual Studio ??

Hi,

gSOAP (sourceforge.net/projects/gsoap2) also supports WSDL to C++ for  
VC++. Eexample VC++ projects are included in the package.

Cheers,

- Robert

On Saturday, July 17, 2004, at 09:12 PM, Anne Thomas Manes wrote:

> 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
>
>  
>
>  
>
<image.tiff>
>
>
> From:NYY96@aol.com [mailto:NYY96@aol.com]
> Sent: Friday, July 16, 2004 5:09 PM
> To: axis-user@ws.apache.org
> 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
>