EasySoap++
EasySoap++ is a C++ library for SOAP, the Simple Object Access Protocol
released under the GNU LGPL.
Some quick links:
News
- *NEW* Version 0.6 was released 12-April-2002.
Download it here.
- *NEW* Google
released a SOAP based API to their search engine. Way cool! Better yet, I've
- EasySoap++ is a featured project for the
Sourceforge..net Distributed Computing Foundry. Thats cool.
already did the work to write an EasySoap++ wrapper class. Check it out in
CVS.
- Tony Hong (xmethods.net) wrote a chapter (15) in the upcoming book on SOAP titled
"Professional XML Web Services."
The chapter features three different SOAP implementations,
SOAP::Lite,
SOAPx4,
and of course our favorite EasySoap++! It's a
WROX book and it's
pretty hefty. I reviewed the chapter and Tony did an awesome job of
taking a user through getting an EasySoap++ program up and running. Many
thanks, Tony. This is especially awesome since I haven't written any
documentaion myself...
- I've started working on Round 2 interop and I should have a page up
detailing my progress shortly.
EasySoap++ is compatible with many SOAP implementations including:
EasySoap++ now can function as a SOAP server when run as a CGI under
Apache or IIS, or as an ISAPI DLL for IIS. And it's pretty easy to do.
A complete and fully functional SOAP server can be written in just a
few lines. A simple example can be found here.
Results of the SOAP
Builders Interop tests:
This
CGI program writen using EasySoap++ passes the Userland SOAP 1.1 Validator Web App.