Can you actually post the client-side logs ?
Also - do you specifically configure HttpConduit and if yes then how ?
Thanks, Sergey
On 07/12/12 08:04, Eric Chow wrote:
2012-12-07 15:59:13 INFO
org.apache.cxf.interceptor.AbstractLoggingInterceptor:log,234 - Inbound
Message
----------------------------
ID: 1
Address: http://localhost:8080/TestCXF/myservice?WSDL
Http-Method: GET
Content-Type:
Headers: {Accept=[text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2],
cache-control=[no-cache], connection=[keep-alive], Content-Type=[null],
host=[localhost:8080], pragma=[no-cache], user-agent=[Java/1.6.0_33]}
--------------------------------------
2012-12-07 15:59:14 INFO
org.apache.cxf.interceptor.AbstractLoggingInterceptor:log,234 - Inbound
Message
----------------------------
ID: 2
Address: http://localhost:8080/TestCXF/myservice
Encoding: UTF-8
Http-Method: POST
Content-Type: text/xml; charset=UTF-8
Headers: {Accept=[*/*], cache-control=[no-cache], connection=[keep-alive],
Content-Length=[176], content-type=[text/xml; charset=UTF-8],
host=[localhost:8080], pragma=[no-cache], SOAPAction=[""],
user-agent=[Apache CXF 2.7.0]}
Payload:<soap:Envelope xmlns:soap="
http://schemas.xmlsoap.org/soap/envelope/"><soap:Body><ns2:echo xmlns:ns2="
http://service.test/"><msg>OK</msg></ns2:echo></soap:Body></soap:Envelope>
--------------------------------------
2012-12-07 15:59:14 INFO
org.apache.cxf.interceptor.AbstractLoggingInterceptor:log,234 - Outbound
Message
---------------------------
ID: 2
Encoding: UTF-8
Content-Type: text/xml
Headers: {}
Payload:<soap:Envelope xmlns:soap="
http://schemas.xmlsoap.org/soap/envelope/"><soap:Body><ns2:echoResponse
xmlns:ns2="http://service.test/"><return>Server:
OK</return></ns2:echoResponse></soap:Body></soap:Envelope>
--------------------------------------