Usually when I see this, it's due to one of the Windows firewall or antivirus tools mucking with things. Can you add the Logging interceptors (see: http://cwiki.apache.org/CXF20DOC/debugging.html ) and see what the messages that are being transferred look like?
Dan On Friday 08 August 2008 11:55:17 am philgmo wrote: > I am trying to deploy a client (with stubs generated by CXF 2.0.5 > wsdl2java) on Windows XP and am getting an exception when trying to create > the service which I don't get under OS X or Linux... > > javax.xml.ws.soap.SOAPFaultException: Error reading XMLStreamReader. > at > org.apache.cxf.jaxws.JaxWsClientProxy.invoke(JaxWsClientProxy.java:211) > > Anyone have any clue what might be wrong? I also just tried attaching the > CXF 2.0.8 libraries but they didn't make any difference. > > Thanks, > Phil. -- Daniel Kulp [EMAIL PROTECTED] http://www.dankulp.com/blog
