[esb-java-dev] [jira] Created: (ESBJAVA-415) When sending SOAP requests to HTTP endpoints, the Content-Length header is not sent, even if the original request has it

Alex Reis (JIRA) jira at wso2.org
Fri Dec 21 03:40:04 PST 2007


When sending SOAP requests to HTTP endpoints, the Content-Length header is not sent, even if the original request has it
------------------------------------------------------------------------------------------------------------------------

                 Key: ESBJAVA-415
                 URL: http://wso2.org/jira/browse/ESBJAVA-415
             Project: WSO2 ESB
          Issue Type: Bug
          Components: Core Engine
    Affects Versions: 1.5
         Environment: Windows, wso2esb 1.5 release
            Reporter: Alex Reis
         Assigned To: Asankha Perera


Whenever I try to proxy the  Progress OpenEdge WebServices Adapter services within the ESB and invoke it, I
get the response Error in SOAP Envelope: Content length must be specified. (10913).

If I invoke it directly through soapUI, it works AS LONG as I provide
the Content-Length header manually.

So what I need to do is setup an input sequence that adds the
Content-Length headers with the payload + soap headers size. I tried
using the Header mediator but it only adds the SOAP headers, not HTTP.

There should be a way to do this in Synapse/WSO2 ESB.

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

        



More information about the Esb-java-dev mailing list