[
https://issues.apache.org/jira/browse/AXIS2-2295?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Amila Chinthaka Suriarachchi resolved AXIS2-2295.
-------------------------------------------------
Resolution: Fixed
this is already fixed. if the problem still there please attach your wsdl and
reopen the jira.
> 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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]