Apache sending Transfer-Encoding: chunked
KnorrarJan 14 2013 — edited Jan 15 2013Hello everyone
I'm using OSB PS3, I have the typical scenario (Business Service Proxy service + Message Flow). This Business Service points to a web service located on port 80 on a HP-UX Apache (Unix).
The path I'm using is: http://XX.XX.XX.XX:80/webservices/XXXX/Persons
Using soapUI 4.0.1've tried using the physical WSDL URL pointing to the previous.
I do requests and it works. But when I do it with me OSB console marks the following trace:
HTTP/1.1 *411 Length Required* Date: Mon, 14 Jan 2013 15:34:16 GMT Server: Apache/2.0.59 HP-UX_Apache-based_Web_Server (Unix) DAV/2 mod_fastcgi/2.4.6 Content-Length: 368 Connection: close Content-Type: text/html; charset=iso-8859-1
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>411 Length Required</title>
</head><body>
Length Required
<p>A request of the requested method POST requires a valid Content-length.
</p>
<hr>
<address>Apache/2.0.59 HP-UX_Apache-based_Web_Server (Unix) DAV/2 mod_fastcgi/2.4.6 Server at XX.XX.XX.XX Port 80</address>
</body></html>
The latter I've captured using Wireshark
In fact, capture the original petition and makes OSB've stuck in the soapenv of SoapUI and it works
Could anyone guide me with this error please?
Thanks in advance