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 "Deepal Jayasinghe (JIRA)" <ji...@apache.org> on 2007/06/11 20:31:27 UTC

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

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

Deepal Jayasinghe updated AXIS2-2295:
-------------------------------------

    Priority: Blocker  (was: Major)

> 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
>            Assignee: Amila Chinthaka Suriarachchi
>            Priority: Blocker
>
> 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