SAWSDL4J Release Notes
We are proud to announce SAWSDL4J M3, the second milestone release of the SAWSDL API. Most of the
bugs have been fixed and new test cases have been added to improve the test coverage.
.Following is a list of features in this release.
- Extended API from WSDL4J
- Xpath based schema handling with Jaxen
Note that the task of API is to provide a convenient object representation for a
given SAWSDL document. Other aspects such as validation may not be carried out by this
API and the bundled implementation.
Following are the major changes from the last M3 release
- All major API methods that returned java.util.Lists now return java.util.Sets
- Mapping and reference propagation is implemented
- Several critical bug fixes