Click here to Skip to main content
15,891,881 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

Can anyone tell me the steps to use gSOAP toolkit?
I have installed the toolkit from sourceforge in LINUX. I am unable to understand the user guide which is provided with the toolkit.

It would be bery helpful if anyone could help me.
Regards.
Posted
Updated 31-Aug-10 7:33am
v2
Comments
Sandeep Mewara 31-Aug-10 13:33pm    
Just modified sentence structure and spellings.

1 solution

gSOAP is a compiler that creates SOAP interface for use within your C++ program, usually the way its used is that you create your C++ header (according to their directions) and then "compile" the file and include the resulting files in your C++ project, then you can use these files (now C++) as regular function calls within your application to access a web server (or client, whatever the case).
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900