You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "Andreas Veithen (Resolved) (JIRA)" <ax...@ws.apache.org> on 2012/01/07 20:33:39 UTC

[jira] [Resolved] (AXIS-2855) Axis Client call returns NULL in SOAP Response on Linux

     [ https://issues.apache.org/jira/browse/AXIS-2855?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andreas Veithen resolved AXIS-2855.
-----------------------------------

       Resolution: Invalid
    Fix Version/s:     (was: 1.1)

Axis 1.1 is no longer supported. Please try this with Axis 1.4.
                
> 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
>   Original Estimate: 1m
>  Remaining Estimate: 1m
>
> 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.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscribe@axis.apache.org
For additional commands, e-mail: java-dev-help@axis.apache.org