WSDL2Java creates invalid deploy.wsdd
-------------------------------------
Key: AXIS-2410
URL: http://issues.apache.org/jira/browse/AXIS-2410
Project: Apache Axis
Type: Bug
Components: WSDL processing
Versions: 1.3
Environment: Mac OS X 10.4.5; JDK 1.5.0
Reporter: Ravi Yadav
When running WSDL2Java it creates the following invalid deploy.wsdd:
<typeMapping
xmlns:ns="http://eShopServices.acme.com/"
qname="<FulfillOrderResponse"
...
Correct would be:
<typeMapping
xmlns:ns="http://eShopServices.acme.com/"
qname="FulfillOrderResponse"
...
In my case this only happens when the qname-value hasn't got an underscore as
second character (e.g.: L_CustomerSegment)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira