I realize this may not be the ideal place to post this, but
I’m hoping someone else ran into the same problem. I am using iPlanet 4 and WebSphere 4.1 for an app.
iPlanet forwards the requests on to Websphere. Axis (version 1.1) throws
the following exception: org.xml.sax.SAXParseException: The root element is required
in a well-formed document. I have checked the XML using TCPMON and it is correct before
it reaches iPlanet. When using WebSphere without iPlanet, everything
works as expected. I suspect that iPlanet is stripping out the posted xml. Any ideas? |