Re: web service libraries in C++

2007-08-18 Thread Anne Thomas Manes
There's also Axis C++ (http://ws.apache.org/axis/cpp/) and Axis2/C (http://ws.apache.org/axis2/c/) Anne On 8/17/07, cara [EMAIL PROTECTED] wrote: We have used gsoap for a scientific C++ app. The documentation is very good. Our app runs on Solaris and Windows(using mingw). Our gsoap client

web service libraries in C++

2007-08-17 Thread Frank Zhou
Hi All, I am searching for a AXIS-like library implemented in C++ (My application is in C++). Ideally, it will supports web services standards like SOAP/WSDL et cetera (just like AXIS), and is available in different platforms like windows, linux and unix. If anyone knows of such a library, would

Re: web service libraries in C++

2007-08-17 Thread cara
We have used gsoap for a scientific C++ app. The documentation is very good. Our app runs on Solaris and Windows(using mingw). Our gsoap client talks to an Axis java web service. It was ahead of AxisCpp when we investigated packages. http://www.cs.fsu.edu/~engelen/soap.html On 8/17/07, Frank