Do you have control over all code being run, e.g. Xerces? Have you put identical versions on the ISP machine?
On 26 May 2003 at 12:31, Piotr Bieniek wrote: > Hi, > > I'm having very strange problem. I wrote SOAP client using Apache SOAP which > works fine when run on my computer, but when I installed it on another > computer (another Internet Service Provider) I always get the following > error: > > --- > [SOAPException: faultCode=SOAP-ENV:Client; msg=Parsing error, response was: > The element type "Path" must be terminated by the matching end-tag > "</Path>".; targetException=org.xml.sax.SAXParseException: > The element type "Path" must be terminated by the matching end-tag > "</Path>".] > --- > > The XML returned by the server is: > > --- > <?xml version="1.0" encoding="ISO-8859-2"?> > > <SOAP-ENV:Envelope > xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" > xmlns:xsd="http://www.w3.org/2001/XMLSchema" > xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" > xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" > SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> > <SOAP-ENV:Body> > > <GetTreeResponse> > <return> > <Result xsi:type="xsd:int">0</Result> > <ErrMsg xsi:type="xsd:string"></ErrMsg> > <Rows> > <treeKey>146c48f18a8d0e87ed665fcd40536eeb</treeKey> > <Tree> > <Row> > <Cid>4677</Cid> > <Path>/Zakupy/Alkohole > --- > > So the error message seems to be understandable, BUT... > > When I run the same program in the same time on my machine I get complete > XML response and it can be parsed correctly. I tried many times and on my > machine the program always works, but on the other computer it always > doesn't. > > What's the problem. Could anybody help me? > > Piotr Bieniek > [EMAIL PROTECTED] > LASER Systemy Informatyczne > > > > Scott Nichol Do not reply directly to this e-mail address, as it is filtered to only receive e-mail from specific mailing lists.