[ 
https://issues.apache.org/jira/browse/AXIS2-2295?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12489601
 ] 

Amila Chinthaka Suriarachchi commented on AXIS2-2295:
-----------------------------------------------------

can you try with RC2. in Axis2 1.1.1 wsdl2java generated the wsdl file from the 
axis object structure. but now it directly writes the original wsdl file to 
resource folder.

> generated wsdl:fault is not BP2032 conform
> ------------------------------------------
>
>                 Key: AXIS2-2295
>                 URL: https://issues.apache.org/jira/browse/AXIS2-2295
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: Tools
>    Affects Versions: 1.1.1
>         Environment: Windows XP
>            Reporter: Sven Wündrich
>         Assigned To: Amila Chinthaka Suriarachchi
>
> If I start with an hand written wsdl, which is also BP conform, then the 
> WSDL2Java generates an wsdl, which is not conform to the BP2032 (R2754). The 
> problem is, that the WSDL2Java generates a wrong soap:fault element within 
> the wsdl:fault element.
> <wsdl:fault name="aException">
>     <soap:fault name="aException" use="literal"/>
> </wsdl:fault>
> will be generated to
> <wsdl:fault name="aException">
>     <soap:body use="literal" />
> </wsdl:fault>
> The WSDL2Java replaces the soap:fault element with the soap:body element and 
> the ws-i BP test results in an error.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to