SAXParseException: Illegal character

2004-02-09 Thread Eric Freed
I am trying to get an attachment from a SOAP::Lite (Perl) server, and I am getting: SAXParseException: Illegal character at end of document, - Non-attachment calls work fine. I know that - is a hyphen, so I am guessing that there is either a stray hyphen somewhere, or (perhaps) this is just a

iPlanet 6.1 / DIME / SAXParseException

2003-11-20 Thread Michael Joseph
Hi All, I have a .NET 1.1 ws client connecting to Axis running on iPlanet Webserver 6.1 on Solaris. I get the following exception when I attempt to upload a DIME attachment: http://schemas.xmlsoap.org/soap/envelope/"; xmlns:xsd="http://www.w3.org/2001/XMLSchema"; xmlns:xsi="http://www.w3.org/20

SAXParseException thrown by AXIS client attempting to access a SOAPservice

2003-03-10 Thread Debbie Vasaturo
I have a very basic client attempting to access a web service at http://www.xmethods.net/cs/2001/BNQuoteService.wsdl.   My client is implemented as such: ... URL url="" java.net.URL("http://services.xmethods.com:80/soap/servlet/rpcrouter"); String isbn = "0672319225"; Service  service = new S

Fw: Problems with "Premature end of file" SAXParseException

2002-10-30 Thread Brown, Jeff (INRI)
code) but if JNI code is called the web service works the first time and then returns an empty SOAP message resulting in a "Premature end of file" SAXParseException. The web service is designed to return a serialized array of Java beans. I know the implementation works outside of Tomcat

SAXParseException

2002-07-10 Thread Ignatia Suwarna
I created a new service and have put all the .class and .lib files under axis/webapps and my-server/webapps. I got the following exception: Does anyone know what this error mean? Am I missing some of the setup? I would appreciate any comments/helps/suggestions. Thank you Ignatia AxisFault f

SAXParseException

2002-04-19 Thread Rishi Kulkarni
I am new user to axis.   I downloaded the source coded , compiled it and executed the first example given in the samples directory. and as explained in the axis user guide. the example ran fine    % java samples.userguide.example1.TestClientSent 'Hello!', got 'Hello!' i ran into the follo