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 "Eran Chinthaka (JIRA)" <ji...@apache.org> on 2006/07/17 09:57:14 UTC

[jira] Resolved: (AXIS2-894) The value of the SOAPAction HTTP header field must be a quoted string

     [ http://issues.apache.org/jira/browse/AXIS2-894?page=all ]

Eran Chinthaka resolved AXIS2-894.
----------------------------------

    Resolution: Fixed
      Assignee: Eran Chinthaka

Fixed. Revision 422650. 

> The value of the SOAPAction HTTP header field must be a quoted string
> ---------------------------------------------------------------------
>
>                 Key: AXIS2-894
>                 URL: http://issues.apache.org/jira/browse/AXIS2-894
>             Project: Apache Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: core
>            Reporter: Brian DePradine
>         Assigned To: Eran Chinthaka
>
> According to the WS-I Basic Profile version 1.1, the value of the SOAPAction HTTP header field must be a quoted string. Axis2 is not setting this correctly, i.e. we currently get:
> SOAPAction: foo
> instead of
> SOAPAction: "foo"
> The only time that quotes do appear in the SOAPAction is when it has the empty value, "". This appears as,
> SOAPAction: ""

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

        

---------------------------------------------------------------------
To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org