Axis Client call returns NULL in SOAP Response on Linux
-------------------------------------------------------
Key: AXIS-2855
URL: https://issues.apache.org/jira/browse/AXIS-2855
Project: Axis
Issue Type: Bug
Affects Versions: 1.1
Environment: Redhat Linux with Java 1.6
Reporter: san
Fix For: 1.1
I am trying to call a web service using Axis Client.
Following is the call.
_responseEnvelope = _call.invoke(_requestEnvelope)
The call returns a NULL as SOAP Response.Following is the trace.
Caused by: java.lang.NullPointerException
at java.io.FilterInputStream.read(FilterInputStream.java:78)
at org.apache.xerces.impl.XMLEntityManager$RewindableInputStream.read(Unknown
Source)
at org.apache.xerces.impl.XMLEntityManager.setupCurrentEntity(Unknown Source)
at org.apache.xerces.impl.XMLVersionDetector.determineDocVersion(Unknown
Source)
at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)
at org.apache.xerces.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
at org.apache.xerces.jaxp.SAXParserImpl.parse(Unknown Source)
at
org.apache.axis.encoding.DeserializationContextImpl.parse(DeserializationContextImpl.java:242)
at org.apache.axis.SOAPPart.getAsSOAPEnvelope(SOAPPart.java:538)
at org.apache.axis.Message.getSOAPEnvelope(Message.java:376)
NOTE: I can invoke the same web service from SOAP UI without no issues.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]