Hi, I am accessing a webservice which is developed using CXF.
I have generated my client stub using Axis1.4. When calling the wbservice
operation I am getting issue of chunked size.
Chunked input stream failed to receive valid chunk size:<soap:Envelopexmln
Below is my Exception thread. Kindly help. Thanks in advance.
Exception Thread :-
AxisFault
faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.userException
faultSubcode:
faultString: java.io.IOException: Chunked input stream failed to receive
valid chunk size:<soap:Envelopexmln
faultActor:
faultNode:
faultDetail:
{http://xml.apache.org/axis/}stackTrace:java.io.IOException: Chunked input
stream failed to receive valid chunk size:<soap:Envelopexmln
at
org.apache.axis.transport.http.ChunkedInputStream.getChunked(ChunkedInputStream.java:155)
at
org.apache.axis.transport.http.ChunkedInputStream.read(ChunkedInputStream.java:53)
at java.io.FilterInputStream.read(Unknown Source)
at
com.sun.org.apache.xerces.internal.impl.XMLEntityManager$RewindableInputStream.read(Unknown
Source)
at
com.sun.org.apache.xerces.internal.impl.XMLEntityManager.setupCurrentEntity(Unknown
Source)
at
com.sun.org.apache.xerces.internal.impl.XMLVersionDetector.determineDocVersion(Unknown
Source)
at
com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown
Source)
at
com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown
Source)
at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown
Source)
at
com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown
Source)
at
com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown
Source)
at javax.xml.parsers.SAXParser.parse(Unknown Source)
at
org.apache.axis.encoding.DeserializationContext.parse(DeserializationContext.java:227)
at org.apache.axis.SOAPPart.getAsSOAPEnvelope(SOAPPart.java:696)
at org.apache.axis.Message.getSOAPEnvelope(Message.java:435)
at
org.apache.axis.handlers.soap.MustUnderstandChecker.invoke(MustUnderstandChecker.java:62)
at org.apache.axis.client.AxisClient.invoke(AxisClient.java:206)
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.citigroup.service.provider.domainservices.profile.x2004.GetWFPProfileInfoSoapBindingStub.getTpisaRegionList(GetWFPProfileInfoSoapBindingStub.java:1561)
at getTpisaRegionListNew.main(getTpisaRegionListNew.java:61)
{http://xml.apache.org/axis/}hostname:GCOTDVMSWX2427X
java.io.IOException: Chunked input stream failed to receive valid chunk
size:<soap:Envelopexmln
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.soap.MustUnderstandChecker.invoke(MustUnderstandChecker.java:62)
at org.apache.axis.client.AxisClient.invoke(AxisClient.java:206)
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.citigroup.service.provider.domainservices.profile.x2004.GetWFPProfileInfoSoapBindingStub.getTpisaRegionList(GetWFPProfileInfoSoapBindingStub.java:1561)
at getTpisaRegionListNew.main(getTpisaRegionListNew.java:61)
Caused by: java.io.IOException: Chunked input stream failed to receive valid
chunk size:<soap:Envelopexmln
at
org.apache.axis.transport.http.ChunkedInputStream.getChunked(ChunkedInputStream.java:155)
at
org.apache.axis.transport.http.ChunkedInputStream.read(ChunkedInputStream.java:53)
at java.io.FilterInputStream.read(Unknown Source)
at
com.sun.org.apache.xerces.internal.impl.XMLEntityManager$RewindableInputStream.read(Unknown
Source)
at
com.sun.org.apache.xerces.internal.impl.XMLEntityManager.setupCurrentEntity(Unknown
Source)
at
com.sun.org.apache.xerces.internal.impl.XMLVersionDetector.determineDocVersion(Unknown
Source)
at
com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown
Source)
at
com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown
Source)
at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown
Source)
at
com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown
Source)
at
com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown
Source)
at javax.xml.parsers.SAXParser.parse(Unknown Source)
at
org.apache.axis.encoding.DeserializationContext.parse(DeserializationContext.java:227)
at org.apache.axis.SOAPPart.getAsSOAPEnvelope(SOAPPart.java:696)
... 10 more
Exception is :: java.io.IOException: Chunked input stream failed to receive
valid chunk size:<soap:Envelopexmln
Thanks
Amit
--
View this message in context:
http://old.nabble.com/Axis1.4-issue---Chunked-input-stream-failed-to-receive-valid-chunk-size%3A%3Csoap%3AEnvelopexmln-tp32501070p32501070.html
Sent from the Axis - User mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]