Share

Web Services Description Language for Ja

File Release Notes and Changelog

Release Name: 1.5.3

Notes:
This 1.5.3 release of WSDL4J rolls-up the fixes applied since
release 1.5.2 into a new binary zip file. It does NOT contain
any changes to the JWSDL (JSR110) API. The changes.html file in
the zip contains the full change log for all WSDL4J releases.


Changes: Changes made in this release, listed by file. com.ibm.wsdl.util.StringUtils: v1.7 - Modified getURL method to fix SourceForge bug tracker 1465927: readWSDL("http://foo.ibm.com/bar", "/my.wsdl"); tries to read 'file:/my.wsdl' on Unix. It should try to read 'http://foo.ibm.com/my.wsdl' . com.ibm.wsdl.util.xml.DOMUtils: v1.10 - Sourceforge WSDL4J Tracker 1534528. Improve parsing of namespace declarations. com.ibm.wsdl.xml.WSDLReaderImpl: v1.44 - Bug tracker 1533036 - Check if FactoryImplName has changed before clearing cache v1.45 - Bug tracker 1533111 - Duplicate not resolved to a single Definition v1.46 - Bug tracker 1533106 - Don't catch Throwable, catch only checked exceptions v1.47 - Bug tracker 1534528 - Improve parsing of namespace declarations. com.ibm.wsdl.xml.WSDLWriterImpl: v1.21 - Bug tracker 1533106 - Don't catch Throwable, catch only checked exceptions javax.wsdl.OperationType: v1.5 - Fixed potential NPE in equals method, reported by Anli Shundi in bug Tracker 1460305. javax.wsdl.WSDLException: v1.5 - Bug tracker 1526751: Don't printStackTrace in WSDLException.toString()