Re: SOAP Digest - 29 Apr 2004 to 13 May 2004 (#2004-22)
Razvan Costea-Barlutiu <[email protected]> Fri, 14 May 2004 22:33:35 +0300
| Newsgroups | gmane.comp.windows.devel.soap.general |
|---|---|
| Message-ID | <[email protected]> |
What about gSOAP? Works smoothly, C++ implementation, very little fuss and widely accepted: http://www.cs.fsu.edu/~engelen/soap.html ~~Razvan >Hi, > >I would like to map the following Java code to C++. >I made an attempt to succeed with MS SOAP Toolkit 2.0, but I could not find >where is the mistake. > >It does not matter to me, whether the solution uses SOAP message or not(just > uses stream). I just want to work with the web service with the given >parameters. > >For instance, the below given java code just works fine without any soap >message, rather with a stream.