A bug fix release of uddi4j (version 2.0.5) has been released.
Changes from 2.0.4 release include:
Fix DBCS problem in ApacheAxisTransport, causing DBCS characters to be translated incorrectly
Minor update from 2.0.2.
Changes from 2.0.2 release include:
- UDDIElement now implements Serializable (and hence so do all the datatype classes which are subclasses of UDDIElement).
- ApacheAxisTransport updated to work with Crimson parser as well as Xerces.
- ApacheSOAPTransport now catches generic Exception rather than SOAPException from calls into Apache SOAP.
This prevents RuntimeExceptions from Apache SOAP propagating through UDDI4J.
- Organized imports to aid compilation.
- Corrected some javadoc errors. ... read more
Major revision. New capabilities include:
* Full support of the UDDI V2 specification
Support for plugable SOAP transports. Currently the supported SOAP implementations include
Apache SOAP 2.2 (http://xml.apache.org/soap/)
HP SOAP (http://www.hp.com/go/webservices)
Axis alpha 2(http://xml.apache.org/axis/)
* Logging capability
* Improved configuration capability
Other major changes:
Package name changed to org.uddi4j
UDDI v1 messages are no longer supported.
Major contribution by HP to the project as they join the development community.
This release contains a significant bug fix. Users
of previous releases are strongly encouraged to
upgrade.
A minor update to UDDI4J has been posted. The new version number is 1.0.1. This update corrects a problem in some of the required fields constructors. The samples are not included in the source distribution.