Link to home
Start Free TrialLog in
Avatar of probine
probine

asked on

Where do I find a simple SOAP appl. with C++ ?

Hi,

I would like to know where I can find a step by step tutorial about SOAP (gsoap or easysoap++), or any other SOAP implementation out there.

I am using g++ in linux (gcc), and in windows I use Borland Builder C++, so you are welcome to direct me to any of these options.

This tutorial should guide me through every single process of the SOAP and C++ world... starting from how to install, where to install it and how to create the most simple app. "Hello World".

I am looking for a very simple appl. nothing complex... and please if you refer me to a link (URL), so please give me the exact link, do not send me to the main page... honestly finding something in a main page sometimes takes a lot of time and sometimes is impossible to find it.

Thank you.
ASKER CERTIFIED SOLUTION
Avatar of Jaime Olivares
Jaime Olivares
Flag of Peru image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of drichards
drichards

Have you read the gSOAP docs?  http://www.cs.fsu.edu/~engelen/soapdoc2.html.  It's got a good explanation of how to use the toolkit.  Installation is nothing more than restoring the tar file (or the zip file if you install the Windows-specific version).

Also, have you looked at Axis C++ on the Apache site?  The main page is http://ws.apache.org/axis/, and user guides are at http://ws.apache.org/axis/cpp/linuser-guide.html and http://ws.apache.org/axis/cpp/winuser-guide.html.  Main doc page is http://ws.apache.org/axis/cpp/documentation.html.

If you want a commercial package there's also Systinet Server at http://www.systinet.com/products/wasp_cserver/overview.  The documentation links are on the left of the page if you are interested in that one.