Library allows to send and receive SOAP messages, parse and modify it in useful form. Library support SOAP 1.1 and 1.2 versions.
Some features:
1. Allows multithreaded handling of requests.
2. Support of Xerces-C elements serialization/deserialization.
3. Support of saving whitespace between SOAP elements during deserialization and including it during serialization. This allows SOAP message to remain same after deserialization/serialization cycle.
1.4.6-NO