We have a CXF web service client (A) that access a CXF web service (S) through a content switch (CS), such that the client speaks HTTPS with the content switch, who in turn speak plain HTTP with the web service: (A) ---HTTPS---> (CS) ---HTTP---> (S)
We are encountering the following error when making the service call. It happens in parsing the wsdl or the xsd. Caused by: org.xml.sax.SAXParseException: Premature end of file. This appears to be the same issue in posting: http://www.mail-archive.com/[email protected]/msg03904.html I did not see a resolution. If anyone has a good workaround to this issue, please let me know. Thanks David
