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]
_______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
