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 "Lytton Cheng (JIRA)" <ji...@apache.org> on 2007/06/23 05:18:27 UTC

[jira] Created: (AXIS2-2843) Axis2 publish the WSDL converting AxisFault class to "anyType"

Axis2 publish the WSDL converting AxisFault class to "anyType"
--------------------------------------------------------------

                 Key: AXIS2-2843
                 URL: https://issues.apache.org/jira/browse/AXIS2-2843
             Project: Axis 2.0 (Axis2)
          Issue Type: Bug
          Components: rpc
    Affects Versions: 1.2
         Environment: Windows XP, JBoss4.0.5GA, JDK1.5.0_11, Axis2
            Reporter: Lytton Cheng


Use the AxisFault Class for Exception throwing. 
Axis2 publish the WSDL with "anyType" for the fault. with RPC style. We except the type is "AxisFault". 
.NET generates the class base on WSDL, but the exception class can't be generated, because of the "anyType". 

-- 
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-2843) Axis2 publish the WSDL converting AxisFault class to "anyType"

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

Davanum Srinivas updated AXIS2-2843:
------------------------------------

    Assignee: Deepal Jayasinghe

> Axis2 publish the WSDL converting AxisFault class to "anyType"
> --------------------------------------------------------------
>
>                 Key: AXIS2-2843
>                 URL: https://issues.apache.org/jira/browse/AXIS2-2843
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: rpc
>    Affects Versions: 1.2
>         Environment: Windows XP, JBoss4.0.5GA, JDK1.5.0_11, Axis2
>            Reporter: Lytton Cheng
>            Assignee: Deepal Jayasinghe
>
> Use the AxisFault Class for Exception throwing. 
> Axis2 publish the WSDL with "anyType" for the fault. with RPC style. We except the type is "AxisFault". 
> .NET generates the class base on WSDL, but the exception class can't be generated, because of the "anyType". 

-- 
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-2843) Axis2 publish the WSDL converting AxisFault class to "anyType"

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

Deepal Jayasinghe resolved AXIS2-2843.
--------------------------------------

    Resolution: Fixed

If the service class throws an AxisFault , then we do not need to add that to the generated wsdl.

> Axis2 publish the WSDL converting AxisFault class to "anyType"
> --------------------------------------------------------------
>
>                 Key: AXIS2-2843
>                 URL: https://issues.apache.org/jira/browse/AXIS2-2843
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: rpc
>    Affects Versions: 1.2
>         Environment: Windows XP, JBoss4.0.5GA, JDK1.5.0_11, Axis2
>            Reporter: Lytton Cheng
>            Assignee: Deepal Jayasinghe
>
> Use the AxisFault Class for Exception throwing. 
> Axis2 publish the WSDL with "anyType" for the fault. with RPC style. We except the type is "AxisFault". 
> .NET generates the class base on WSDL, but the exception class can't be generated, because of the "anyType". 

-- 
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