SOAPAction header for SOAP 1.1 should have wrapping ""
------------------------------------------------------

         Key: AXIS2C-125
         URL: http://issues.apache.org/jira/browse/AXIS2C-125
     Project: Axis2-C
        Type: Bug

  Components: core/transport  
    Versions: Current (Nightly)    
    Reporter: Samisa Abeysinghe
     Fix For: 0.91


We send it like this: 
SOAPAction: http://example.org/action/echoIn


But as per the spec it should be:
SOAPAction: "http://example.org/action/echoIn";

Also, when receiving, in the processing of the SOAPAction from http headers, it 
should look for 
wrapping "" and drop them.

>From SOAP 1.1 spec:
soapaction    = "SOAPAction" ":" [ <"> URI-reference <"> ]
URI-reference = <as defined in RFC 2396 [4]>

Examples:
SOAPAction: "http://electrocommerce.org/abc#MyMessage";
SOAPAction: "myapp.sdl"
SOAPAction: ""
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

Reply via email to