Since this has been posted in the C++ zone...
You could look at the SOAP Toolkit, although MS now claim this is deprecated.
http://msdn.microsoft.com/
You could also look at ATL Server
http://msdn.microsoft.com/
I've not personally use either of these so I'm not able to advise how useful they'll be.
Main Topics
Browse All Topics





by: LordOfPortsPosted on 2009-06-12 at 14:17:06ID: 24616250
This might not be useful to you as I don't have any code to post however check out the open-source gSOAP toolkit for C and C++ applications at http://gsoap2.sourceforge. net/
l/ with a URL for its WSDL.
There is a step by step how to guide (click on "Getting Started") that among other things shows how to generate pure C code you can use in a client.
The download file is gzipped, if you need a utility to extract it check out http://www.gzip.org/ (there is also a link to Power Archiver for Windows there).
There is a free SOAP web service for weather available at http://www.nws.noaa.gov/xm
I hope this post is at least somewhat useful to you.