[jboss-user] [JBoss Web Services] - Re: Where is my soap-envelope?
Fredrik Andersson
do-not-reply at jboss.com
Tue May 15 04:28:30 EDT 2012
Fredrik Andersson [https://community.jboss.org/people/fredand44] created the discussion
"Re: Where is my soap-envelope?"
To view the discussion, visit: https://community.jboss.org/message/735560#735560
--------------------------------------------------------------
Thanks for your help!
There seems to be a limit in the firewall, that it do not support Transfer-Encoding: chunked
The solution was to add this line of code:
((BindingProvider)stub).getRequestContext().put(org.jboss.ws.core.StubExt.PROPERTY_CHUNKED_ENCODING_SIZE, "-1")
But this might be a bad solution if messages are big.
(In my case they are small)
Best regards
Fredrik
--------------------------------------------------------------
Reply to this message by going to Community
[https://community.jboss.org/message/735560#735560]
Start a new discussion in JBoss Web Services at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2044]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20120515/bd7d2f1c/attachment.html
More information about the jboss-user
mailing list