'java webservice || jax-ws-api-2.3.0.jar || wsdl parsing fails

I had implemented SOAP api using jaxws files jaxws-api.jar, jaxws-tools.jar and jasws-rt.jar. where everything was working just fine.

But after upgrading the jar files to jaxws-api-2.3.0.jar, jaxws-tools-2.3.0.jar and jasws-rt-2.3.0.jar, when trying to access the wsdl file using URL like http://localhost:9080/application/Service?wsdl , getting error like

This page contains the following errors: error on line 60 at column 1: Char 0x0 out of allowed range Below is a rendering of the page up to the first error.

Please help me out here.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source