"tomstrummer" wrote : Is there any way to get logging at the HTTP level? It looks like the server is throwing a nasty exception and it's not even returning a valid SOAP response. So it's not being parsed and I never get the log output. On top of that, the service is over HTTPS so I can't use WireShark to watch the traffic either...
|
| Thanks again.
If an exception is reaised by jbossws you can enable the org.jboss.ws log4j category and you find that for sure in the logs.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4183922#4183922
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4183922
Right, after looking a bit I am thinking the same thing -- the server simply has a bug that prevents it from correctly handling chunked requests.
Unfortunately, the link you provided didn't seem to lead me to any solution as far as JBossWS. I am providing the web service client but the server is far outside of my control so I will have to work around their bug.
So -- How can I force JBossWS to use HTTP 1.0 or a request with a fixed content-length?
Thanks again.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4183918#4183918
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4183918