Is there a particular version of xerces required
for Axis 1.2? I'm wondering if my problem is related to the version of my
xerces library.
----- Original Message -----
Sent: Sunday, November 07, 2004 3:56
PM
Subject: Hanging in SAX parser
I'm working
on my first SOAP application where a B2B conversation must occur between my
app and another company's. I believe the other side is written in C#,
but I don't have any direct access to it. I just have a resource out on
the net I can hit and the WSDLs they've given me.
I'm having a problem
deep down in the AXIS lib. In
org.apache.axis.encoding.DeserializationContext.parse() at line #225, I enter
the SAXParser, but never come out. I don't know how to solve
this.
Using tcpmon, I can see that the response has come back
successfully. And if I stop tcpmon and sever the socket, the parser
returns. This work-around has gotten me to this point, but it's not a
solution.
Any suggestions would be greatly appreciated. The
response I receive is as follows:
==== Response
==== HTTP/1.1 200 OK
Connection: keep-alive
Content-Type: text/xml
Content-Length: 528
Server: Indy/9.0.11
<?xml version="1.0"
encoding="UTF-8"?>
==============
|