tags:

views:

330

answers:

4

What C++ HTTP frameworks are available that will help in adding HTTP/SOAP serving support to an application?

+3  A: 

Well, gSOAP of course. :)

http://www.cs.fsu.edu/~engelen/soap.html

BobbyShaftoe
Perfect :), thanks
daniels
+6  A: 

You could also look at:

http://pocoproject.org/

ColinH
This is also nice piece of software. too bad i can't select more answers as accepted. upvoted though. thank you
daniels
+2  A: 

http://doc.trolltech.com/4.4/qtwebkit.html

QtWebkit

Ronny
"QtWebKit provides a Web browser engine that makes it easy to embed content." I need to serve content through SOAP services.
daniels
oh shoot :/. My bad
Ronny
No problem, It happens :P
daniels
+1  A: 

Yield a high performance server framework, IIRC SOAP is supported.

ceretullis