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 "Sven Wündrich (JIRA)" <ji...@apache.org> on 2007/03/07 14:15:24 UTC

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

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


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


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

Posted by "Davanum Srinivas (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2-2295?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Davanum Srinivas updated AXIS2-2295:
------------------------------------

    Assignee: Amila Chinthaka Suriarachchi

> 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


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

Posted by "Deepal Jayasinghe (JIRA)" <ji...@apache.org>.
     [ 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


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

Posted by "Amila Chinthaka Suriarachchi (JIRA)" <ji...@apache.org>.
     [ 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: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org


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

Posted by "Amila Chinthaka Suriarachchi (JIRA)" <ji...@apache.org>.
    [ 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