Re: Need help for XMLStreamException: ParseError at [row,col]:[1,1]

2008-03-10 Thread Daniel Kulp
An HTTP 30x response code is usually a redirect response. By default, due to our streaming nature, we cannot honor redirects. You can configure the HTTPConduit to allow the redirects. When you do that, it no longer can stream (it must buffer the request), but it may work for you.

RE: Need help for XMLStreamException: ParseError at [row,col]:[1,1]

2008-03-10 Thread Wolf, Chris (IT)
(JaxWsClientProxy.java:142) ... 2 more Caused by: java.io.IOException: /secadmin/ -Original Message- From: Daniel Kulp [mailto:[EMAIL PROTECTED] Sent: Monday, March 10, 2008 11:04 AM To: cxf-user@incubator.apache.org Cc: Wolf, Chris (IT) Subject: Re: Need help for XMLStreamException: ParseError

RE: Need help for XMLStreamException: ParseError at [row,col]:[1,1]

2008-03-10 Thread Wolf, Chris (IT)
: ParseError at [row,col]:[1,1] What are you putting in the WAR file--the web service or the SOAP client? Also, I'm unsure if you should be relying on the autogenerated client--that is primarily a helper file not really part of JAX-WS (GlassFish Metro I don't think provides it.) I've never bothered using

Need help for XMLStreamException: ParseError at [row,col]:[1,1]

2008-03-09 Thread Wolf, Chris (IT)
I know this issue has been discussed before, because I found a description and apparent fix here: http://www.mail-archive.com/cxf-user@incubator.apache.org/msg04687.html However, putting the updated Xerces and Xalan in the TOMCAT/common/endorsed directory did not solve the issue for me. If I

Re: Need help for XMLStreamException: ParseError at [row,col]:[1,1]

2008-03-09 Thread Glen Mazza
What are you putting in the WAR file--the web service or the SOAP client? Also, I'm unsure if you should be relying on the autogenerated client--that is primarily a helper file not really part of JAX-WS (GlassFish Metro I don't think provides it.) I've never bothered using it. The first thing