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 "Amila Chinthaka Suriarachchi (JIRA)" <ji...@apache.org> on 2007/04/18 05:55:15 UTC

[jira] Commented: (AXIS2-2295) generated wsdl:fault is not BP2032 conform

    [ 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: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org