You are viewing a plain text version of this content. The canonical link for it is here.
Posted to soap-user@xml.apache.org by Jim Hazen <ji...@myplay.com> on 2001/07/24 01:39:51 UTC

Re: C++ SOAP Client Program

You may want to give Easysoap a shot.  It includes C++ client API calls.
They're slightly different than the Java calls, but you should be able to figure
it out.  They also include test (and source) code to further aid in development.

http://sourceforge.net/projects/easysoap/

-Jim

>
>
> Hi,
> I have installed Tomcat 3.2 and SOAP-2.2 successfully. I have configured
> Tomcat with Soap-2.2. It's working fine. I have written a java client program
> to connect to SOAP service, which is registered at my web server. It is
> working fine.
>
> I want to write a C++ client program to connect to SOAP services. How can I do
> this? Is there any API available for this?. If so please let me know the same.
>
> It would be really helpful, if any of you could send me any sample program as
> well.
>
> Please help me for the above.
>
> Thanks of lot in advance.
>
> Chouthri.
>