SOAP 1.2 HTTP headers incorrect
-------------------------------

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

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


SOAP 1.2 HTTP headers seem to be incorrect.
I captured the message and the HTTP headers read as follows:

POST /axis2/services/echo HTTP/1.1
User-Agent: Axis2/C
SOAPAction: http://ws.apache.org/axis2/c/samples/echoString
Content-Length: 482
Content-Type: application/soap+xml
Host: localhost:9090

We send the SOAPAction seperatelly, whereas we should have sent:
Content-Type: 
application/soap+xml;charset=UTF-8;action="http://example.org/action/echoIn";;




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