[ http://issues.apache.org/jira/browse/AXIS-2410?page=comments#action_12366975 ]
Bjorn Townsend commented on AXIS-2410: -------------------------------------- Ravi, Can you give more information to help reproduce this problem? There isn't enough here to find it -- I'd need to see the WSDL that was used to generate this and any other schema involved. Thanks, Bjorn > 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
