Re: Questions re: Error reading XMLStreamReader

2008-09-16 Thread Benson Margulies
There are two possibilities here that I know of. 1) The XML is, in fact, defective. One way to have this problem is to send character data that includes characters outside of the XML 1.0 repertoire. Receiving a completely empty message would have similiar effects. 2) Some other error was thrown i

Questions re: Error reading XMLStreamReader

2008-09-16 Thread M. Hunter
I have an application that is attempting to connect to a .NET WCF web service (hosted on IIS 6, Windows Server 2003) using CXF 2.1-generated client stubs (through WSDL2Java via a Maven goal). The application is ultimately being deployed to Tomcat 5.5 and proxies are being stood up via Spring 2.5 w