Hello fellow ESBers, I'm not sure any of you are familiar with the Progress OpenEdge WebServices Adapter. It's a proprietary Java EE web app to enable execution of Progress OpenEdge procedures (4GL) using SOAP requests.
Whenever I try to proxy it's 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. Is there any way to do this in Synapse/WSO2 ESB, maybe even using a script mediator? Thank you, Alex -- Alexandre M. Reis Enterprise Architect Datasize Tecnologia da Informação Ltda. Brasil & Movimento S.A. www.sundownnet.com.br +55-41-3276-6232 +55-41-8801-9154 +55-11-2103-4800 _______________________________________________ Esb-java-user mailing list [email protected] http://wso2.org/cgi-bin/mailman/listinfo/esb-java-user
