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 "Davanum Srinivas (JIRA)" <ji...@apache.org> on 2005/07/20 04:40:51 UTC

[jira] Created: (AXIS2-87) Faults based on SOAP version?

Faults based on SOAP version?
-----------------------------

         Key: AXIS2-87
         URL: http://issues.apache.org/jira/browse/AXIS2-87
     Project: Apache Axis 2.0 (Axis2)
        Type: Bug
    Reporter: Davanum Srinivas


Do we save information on the soap version of the incoming message? Do we throw appropriate faults? like the VersionMismatch fault?

-- dims

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Commented: (AXIS2-87) Faults based on SOAP version?

Posted by "Eran Chinthaka (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/AXIS2-87?page=comments#action_12316227 ] 

Eran Chinthaka commented on AXIS2-87:
-------------------------------------

Yes we have a means to get the SOAP version of the messages it is processing. If it not matching with either SOAP 1.1 and 1.2, it will throw an exception.
But, Currently, engine doesn't have a mechanism to send the correct fault information if there is an exception. If some thing happens only the stacktrace is being sent to the receiver in the detail element, which is I know not enough at all. 
This problem is not only with StAXSOAPModelBuilder. Everywhere its like this. 
Let me look in to this, when I'm back from ApacheCon.

> Faults based on SOAP version?
> -----------------------------
>
>          Key: AXIS2-87
>          URL: http://issues.apache.org/jira/browse/AXIS2-87
>      Project: Apache Axis 2.0 (Axis2)
>         Type: Bug
>     Reporter: Davanum Srinivas

>
> Do we save information on the soap version of the incoming message? Do we throw appropriate faults? like the VersionMismatch fault?
> -- dims

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Assigned: (AXIS2-87) Faults based on SOAP version?

Posted by "Srinath Perera (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/AXIS2-87?page=all ]

Srinath Perera reassigned AXIS2-87:
-----------------------------------

    Assign To: Eran Chinthaka

> Faults based on SOAP version?
> -----------------------------
>
>          Key: AXIS2-87
>          URL: http://issues.apache.org/jira/browse/AXIS2-87
>      Project: Apache Axis 2.0 (Axis2)
>         Type: Bug
>     Reporter: Davanum Srinivas
>     Assignee: Eran Chinthaka

>
> Do we save information on the soap version of the incoming message? Do we throw appropriate faults? like the VersionMismatch fault?
> -- dims

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Commented: (AXIS2-87) Faults based on SOAP version?

Posted by "Davanum Srinivas (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/AXIS2-87?page=comments#action_12316230 ] 

Davanum Srinivas commented on AXIS2-87:
---------------------------------------

there is a series of things to be done. *PLEASE* review Axis 1.X code. We have to learn from our previous experience.

-- dims

> Faults based on SOAP version?
> -----------------------------
>
>          Key: AXIS2-87
>          URL: http://issues.apache.org/jira/browse/AXIS2-87
>      Project: Apache Axis 2.0 (Axis2)
>         Type: Bug
>     Reporter: Davanum Srinivas

>
> Do we save information on the soap version of the incoming message? Do we throw appropriate faults? like the VersionMismatch fault?
> -- dims

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Resolved: (AXIS2-87) Faults based on SOAP version?

Posted by "Eran Chinthaka (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/AXIS2-87?page=all ]
     
Eran Chinthaka resolved AXIS2-87:
---------------------------------

    Resolution: Fixed

Fixed the code so that, now faults will be sent according to the version of the SOAP message recd. And the sent SOAP message contains the relevant information in the body. 
But, SOAP 1.2 mandates some information to be sent in the SOAP header as well. That part is yet to be implemented. I will open a Jira for this with less significance.

> Faults based on SOAP version?
> -----------------------------
>
>          Key: AXIS2-87
>          URL: http://issues.apache.org/jira/browse/AXIS2-87
>      Project: Apache Axis 2.0 (Axis2)
>         Type: Bug
>   Components: om
>     Reporter: Davanum Srinivas
>     Assignee: Eran Chinthaka

>
> Do we save information on the soap version of the incoming message? Do we throw appropriate faults? like the VersionMismatch fault?
> -- dims

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Updated: (AXIS2-87) Faults based on SOAP version?

Posted by "Eran Chinthaka (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/AXIS2-87?page=all ]

Eran Chinthaka updated AXIS2-87:
--------------------------------

    Fix Version: 0.91

> Faults based on SOAP version?
> -----------------------------
>
>          Key: AXIS2-87
>          URL: http://issues.apache.org/jira/browse/AXIS2-87
>      Project: Apache Axis 2.0 (Axis2)
>         Type: Bug
>   Components: om
>     Reporter: Davanum Srinivas
>     Assignee: Eran Chinthaka
>      Fix For: 0.91

>
> Do we save information on the soap version of the incoming message? Do we throw appropriate faults? like the VersionMismatch fault?
> -- dims

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira