You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "Ravi Yadav (JIRA)" <ax...@ws.apache.org> on 2006/02/16 20:10:09 UTC

[jira] Created: (AXIS-2410) WSDL2Java creates invalid deploy.wsdd

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


[jira] Commented: (AXIS-2410) WSDL2Java creates invalid deploy.wsdd

Posted by "Bjorn Townsend (JIRA)" <ax...@ws.apache.org>.
    [ 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