Topic by michael taluc
Content
I've followed the instructions for Getting Started in Java, http://documentation.custhelp.com/euf/assets/devdocs/november2014/Connect_Web_Services_for_SOAP/Content/Getting%20Started/Getting%20Started%20--%20Java.htm#top, but when I run it, it returns the error
Transport error: 411 Error: Length Required
This is an http error indicating a Content-Length specification should be sent in the http data stream from the client. I can't find a reference to this specification anywhere in the documents. Any ideas why this might be occurring? Could it be the WSS4J version (I'm using 1.6.18)? Any ideas how I might fix it? I've verified the code I'm using is exactly what is in the Getting Started document.