Parse SOAP over HTTP - which library ?

A

Alan

I have a need simply to handle/parse some SOAP messages
over HTTP protocol in a larger C++ program. Specifically,
I need to strip off HTTP and SOAP protocol, and extract the
inside XML data for further processing. I don`t need it to do
anything with the web service methods.

Which C++ library would you recommend for doing this very quickly
(e.g., gSOAP, Simple SOAP, etc.) ?
Is there an example that would jump start this effort?

Thanks, Alan
 
E

EventHelix.com

    I have a need simply to handle/parse some SOAP messages
over HTTP protocol in a larger C++ program.  Specifically,
I need to strip off HTTP and SOAP protocol, and extract the
inside XML data for further processing.  I don`t need it to do
anything with the web service methods.

    Which C++ library would you recommend for doing this very quickly
(e.g., gSOAP, Simple SOAP, etc.) ?
Is there an example that would jump start this effort?

                              Thanks, Alan

The .NET framework supports SOAP serialization and you can work with C+
+ and C#.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,582
Members
45,071
Latest member
MetabolicSolutionsKeto

Latest Threads

Top