Description
Li Geng opened SWS-66 and commented
The Web Service App send back response with duplicate contect type HTTP headers.
HTTP/1.1 100 Continue
Server: Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)
Date: Thu, 23 Nov 2006 14:44:56 GMT
HTTP/1.1 200 OK
Date: Thu, 23 Nov 2006 14:44:58 GMT
Server: Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)
Connection: Keep-Alive
Keep-Alive: timeout=15, max=100
Content-Type: application/octet-stream
Content-Type: text/xml; charset="utf-8"
Content-Length: 12370
SOAPAction: ""
Transfer-Encoding: chunked
2710
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
SOAP-ENV:Header/
SOAP-ENV:Body
The Message Context Factory uised was SaajSoapMessageContextFactory"
<bean id="messageContextFactory"
class="org.springframework.ws.soap.saaj.SaajSoapMessageContextFactory" />
Affects: 1.0 M2