After changing to axis 1.4 from axis 1.2, a SAXParseException ( XML
document structures must start and end within the same entity.
) is incurred. I believe the exception is thrown while parsing the
response. Does this sound familiar to anyone? Or, has anyone encountered
something similar after migrating to 1.4? Obviously this problem did
not occur under axis 1.2. I've not changed anything other than changes
needed to pick up the axis 1.4 jars. I did have to defeat Weblogic 8.1
webservices.jar which apparently has older versions of some soap
bindings. After clearing that hurdle I encountered the parser exception.
Perhaps I need to make some coding changes? or set a flag, something
like that? Any insight would be very much appreciated.
Thanks.
Here's the meaningful part of the stackTrace:
org.xml.sax.SAXParseException: XML document structures must start and
end within the same entity.
at org.apache.axis.AxisFault.makeFault(AxisFault.java:101)
at org.apache.axis.SOAPPart.getAsSOAPEnvelope(SOAPPart.java:701)
at org.apache.axis.Message.getSOAPEnvelope(Message.java:435)
at
org.apache.axis.handlers.SimpleSessionHandler.doClient(SimpleSessionHandler.java:173)
at
org.apache.axis.handlers.SimpleSessionHandler.invoke(SimpleSessionHandler.java:157)
at
org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrategy.java:32)
at org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:118)
at org.apache.axis.SimpleChain.invoke(SimpleChain.java:83)
at
org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrategy.java:32)
at org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:118)
at org.apache.axis.SimpleChain.invoke(SimpleChain.java:83)
at org.apache.axis.client.AxisClient.invoke(AxisClient.java:165)
at org.apache.axis.client.Call.invokeEngine(Call.java:2784)
at org.apache.axis.client.Call.invoke(Call.java:2767)
at org.apache.axis.client.Call.invoke(Call.java:2443)
at org.apache.axis.client.Call.invoke(Call.java:2366)
at org.apache.axis.client.Call.invoke(Call.java:1812)
at
com.vignette.config.agent.ConfigAgentClient.executeAgentOperation(ConfigAgentClient.java:234)
at
com.vignette.config.client.agent.RemoteAgentContext.getResponse(RemoteAgentContext.java:135)
at
com.vignette.config.client.agent.AgentProxy.invoke(AgentProxy.java:114)
at $Proxy9.getOSInfo()Lcom.vignette.util.OSInfo;(Unknown Source)
at
com.vignette.config.client.agent.RemoteAgentContext.getOSInfo(RemoteAgentContext.java:112)
{http://xml.apache.org/axis/}stackTrace:org.xml.sax.SAXParseException:
XML document structures must start and end within the same entity.
--
rp johns
software factotum
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]