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 "anil chukkapalli (JIRA)" <ji...@apache.org> on 2007/06/29 18:51:04 UTC

[jira] Created: (AXIS2-2880) Generated WSDL by Axis2 service contains after web method declarations

Generated WSDL by Axis2 service contains <xs:element name="ExceptionFault"> after web method declarations
---------------------------------------------------------------------------------------------------------

                 Key: AXIS2-2880
                 URL: https://issues.apache.org/jira/browse/AXIS2-2880
             Project: Axis 2.0 (Axis2)
          Issue Type: Bug
    Affects Versions: 1.2
         Environment: Windows XP Professional SP2, Pentium4 with HT 3.19Ghz, 1GB RAM
            Reporter: anil chukkapalli
            Priority: Critical


Hi,

  Because of this issue [Generated WSDL by Axis2 service contains <xs:element name="ExceptionFault"> after web method declarations], .NET is unable to create a proxy for this wsdl and i am unable to call the web methods. I am attaching the wsdl and the java file that implements the service. I have set the level to critical as my service is unusable from a .NET client

Thanks
Anil


-- 
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-2880) Generated WSDL by Axis2 service contains after web method declarations

Posted by "anil chukkapalli (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AXIS2-2880?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12509212 ] 

anil chukkapalli commented on AXIS2-2880:
-----------------------------------------

I have observed that happens with java functions that throw an exception. The problem that we face is that when .NET reads the wsdl it finds multiple distinct <xsd:element name = "Exception Fault"> and it interprets these as duplicates since they are not a part of the wsdl element that declares that function. This is an issue in .NET as it does not generate the proxy for this service. Is there any way that the exception fault can be considered a part of the function declaration as this can potentially solve the problem that we are facing. 

The workaround is for me to remove the throws exception element tag and not throw an exception and instead use error codes to represent failures. I still wish to continue using exceptions instead of error codes java program.

> Generated WSDL by Axis2 service contains <xs:element name="ExceptionFault"> after web method declarations
> ---------------------------------------------------------------------------------------------------------
>
>                 Key: AXIS2-2880
>                 URL: https://issues.apache.org/jira/browse/AXIS2-2880
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>    Affects Versions: 1.2
>         Environment: Windows XP Professional SP2, Pentium4 with HT 3.19Ghz, 1GB RAM
>            Reporter: anil chukkapalli
>            Priority: Critical
>         Attachments: rwb[wsdl].xml, WebServiceController.java
>
>
> Hi,
>   Because of this issue [Generated WSDL by Axis2 service contains <xs:element name="ExceptionFault"> after web method declarations], .NET is unable to create a proxy for this wsdl and i am unable to call the web methods. I am attaching the wsdl and the java file that implements the service. I have set the level to critical as my service is unusable from a .NET client
> Thanks
> Anil

-- 
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-2880) Generated WSDL by Axis2 service contains after web method declarations

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

anil chukkapalli updated AXIS2-2880:
------------------------------------

    Attachment: WebServiceController.java

The java file that implements the service

> Generated WSDL by Axis2 service contains <xs:element name="ExceptionFault"> after web method declarations
> ---------------------------------------------------------------------------------------------------------
>
>                 Key: AXIS2-2880
>                 URL: https://issues.apache.org/jira/browse/AXIS2-2880
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>    Affects Versions: 1.2
>         Environment: Windows XP Professional SP2, Pentium4 with HT 3.19Ghz, 1GB RAM
>            Reporter: anil chukkapalli
>            Priority: Critical
>         Attachments: rwb[wsdl].xml, WebServiceController.java
>
>
> Hi,
>   Because of this issue [Generated WSDL by Axis2 service contains <xs:element name="ExceptionFault"> after web method declarations], .NET is unable to create a proxy for this wsdl and i am unable to call the web methods. I am attaching the wsdl and the java file that implements the service. I have set the level to critical as my service is unusable from a .NET client
> Thanks
> Anil

-- 
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-2880) Generated WSDL by Axis2 service contains after web method declarations

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

anil chukkapalli updated AXIS2-2880:
------------------------------------

    Attachment: rwb[wsdl].xml

The wsdl file

> Generated WSDL by Axis2 service contains <xs:element name="ExceptionFault"> after web method declarations
> ---------------------------------------------------------------------------------------------------------
>
>                 Key: AXIS2-2880
>                 URL: https://issues.apache.org/jira/browse/AXIS2-2880
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>    Affects Versions: 1.2
>         Environment: Windows XP Professional SP2, Pentium4 with HT 3.19Ghz, 1GB RAM
>            Reporter: anil chukkapalli
>            Priority: Critical
>         Attachments: rwb[wsdl].xml, WebServiceController.java
>
>
> Hi,
>   Because of this issue [Generated WSDL by Axis2 service contains <xs:element name="ExceptionFault"> after web method declarations], .NET is unable to create a proxy for this wsdl and i am unable to call the web methods. I am attaching the wsdl and the java file that implements the service. I have set the level to critical as my service is unusable from a .NET client
> Thanks
> Anil

-- 
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-2880) Generated WSDL by Axis2 service contains after web method declarations

Posted by "anil chukkapalli (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AXIS2-2880?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12509207 ] 

anil chukkapalli commented on AXIS2-2880:
-----------------------------------------

I have tested this with the latest nightly build [june 29] and the issue still persists.

> Generated WSDL by Axis2 service contains <xs:element name="ExceptionFault"> after web method declarations
> ---------------------------------------------------------------------------------------------------------
>
>                 Key: AXIS2-2880
>                 URL: https://issues.apache.org/jira/browse/AXIS2-2880
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>    Affects Versions: 1.2
>         Environment: Windows XP Professional SP2, Pentium4 with HT 3.19Ghz, 1GB RAM
>            Reporter: anil chukkapalli
>            Priority: Critical
>         Attachments: rwb[wsdl].xml, WebServiceController.java
>
>
> Hi,
>   Because of this issue [Generated WSDL by Axis2 service contains <xs:element name="ExceptionFault"> after web method declarations], .NET is unable to create a proxy for this wsdl and i am unable to call the web methods. I am attaching the wsdl and the java file that implements the service. I have set the level to critical as my service is unusable from a .NET client
> Thanks
> Anil

-- 
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-2880) Generated WSDL by Axis2 service contains after web method declarations

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

Davanum Srinivas updated AXIS2-2880:
------------------------------------

    Assignee: Deepal Jayasinghe

> Generated WSDL by Axis2 service contains <xs:element name="ExceptionFault"> after web method declarations
> ---------------------------------------------------------------------------------------------------------
>
>                 Key: AXIS2-2880
>                 URL: https://issues.apache.org/jira/browse/AXIS2-2880
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>    Affects Versions: 1.2
>         Environment: Windows XP Professional SP2, Pentium4 with HT 3.19Ghz, 1GB RAM
>            Reporter: anil chukkapalli
>            Assignee: Deepal Jayasinghe
>            Priority: Critical
>         Attachments: rwb[wsdl].xml, WebServiceController.java
>
>
> Hi,
>   Because of this issue [Generated WSDL by Axis2 service contains <xs:element name="ExceptionFault"> after web method declarations], .NET is unable to create a proxy for this wsdl and i am unable to call the web methods. I am attaching the wsdl and the java file that implements the service. I have set the level to critical as my service is unusable from a .NET client
> Thanks
> Anil

-- 
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-2880) Generated WSDL by Axis2 service contains after web method declarations

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

Deepal Jayasinghe resolved AXIS2-2880.
--------------------------------------

    Resolution: Fixed

fixed in current SVN

> Generated WSDL by Axis2 service contains <xs:element name="ExceptionFault"> after web method declarations
> ---------------------------------------------------------------------------------------------------------
>
>                 Key: AXIS2-2880
>                 URL: https://issues.apache.org/jira/browse/AXIS2-2880
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>    Affects Versions: 1.2
>         Environment: Windows XP Professional SP2, Pentium4 with HT 3.19Ghz, 1GB RAM
>            Reporter: anil chukkapalli
>            Assignee: Deepal Jayasinghe
>            Priority: Critical
>         Attachments: rwb[wsdl].xml, WebServiceController.java
>
>
> Hi,
>   Because of this issue [Generated WSDL by Axis2 service contains <xs:element name="ExceptionFault"> after web method declarations], .NET is unable to create a proxy for this wsdl and i am unable to call the web methods. I am attaching the wsdl and the java file that implements the service. I have set the level to critical as my service is unusable from a .NET client
> Thanks
> Anil

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