blob: c751029c53cc62ba13d5cb4764c78be6ddd22c95 (
plain) (
blame)
1
2
3
4
5
6
|
An efficient C++ WSDL library which parses a WSDL file & provides APIs to
access WSDL elements. It has a library for parsing xml schemas and
validating instances. It uses xml pull parsing methodology, and is meant to
be semantically equivalent to WSDL4J.
WWW: http://wsdlpull.sourceforge.net/
|