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


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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to