Click here to Skip to main content
15,884,744 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi,

I need to write soap service consumer in vc++, service provider is wriiten in java soap.

How can I do this? do I need to use gSoap third library? or any other library?

How about win32 API? does Windows API's support soap? or only third party apps?

Do we have any soap client written tutorial in c++ or VC++?


Regards,
Joy

What I have tried:

Could not get GSoap tutorial for client web service available anywhere on forums
Posted
Updated 6-Jul-17 4:25am

1 solution

You shouldnt write some SOAP API from the scratch. It will be very problematic, especially the error handling. It will begin like in this article SOAP client for C++, but there will be a lot of work to do to get it running.

This SOAP client library looks fine.

If I google for GSoap tutorial I find some topics.

Addtional tip: SOAP is better supported in C#
 
Share this answer
 
Comments
Michael Haephrati 31-May-19 6:38am    
SOAP Agent is a commercial product that comes without its source code, and the binary files cost $2000+. gSOAP can be used for free unless its for a commercial product, in such case, the license comes with a price.

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