Hi, I am writing a Webservice client.
When axis builds the XML message, I get this error intermittently. Is this a problem with Axis? or Weblogic? The exception message is :javax.xml.stream.XMLStreamException: *end reached!: *I searched the net and found some info related to XMLStreamException, but they message was different. I could not find anything related to end reached. Is there any solution or work around for this?* ** *I appreciate any help in this regard. Thanks * Stack Trace *StAXOMBuilder.javaorg.apache.axiom.om.impl.builder.StAXOMBuilde.rnext OMStAXWrapper.javaorg.apache.axiom.om.impl.llom.OMStAXWrapper.updateNextNode OMStAXWrapper.javaorg.apache.axiom.om.impl.llom.OMStAXWrapper<init> OMElementImpl.javaorg.apache.axiom.om.impl.llom.OMElementImpl.getXMLStreamReader OMElementImpl.javaorg.apache.axiom.om.impl.llom.OMElementImpl.getXMLStreamReaderWithoutCaching OMSerializerUtil.javaorg.apache.axiom.om.impl.util.OMSerializerUtil.serializeByPullStream OMElementImpl.javaorg.apache.axiom.om.impl.llom.OMElementImpl.internalSerialize OMElementImpl.javaorg.apache.axiom.om.impl.llom.OMElementImpl.internalSerializeAndConsume SOAPEnvelopeImpl.javaorg.apache.axiom.soap.impl.llom.SOAPEnvelopeImpl.serializeInternally SOAPEnvelopeImpl.javaorg.apache.axiom.soap.impl.llom.SOAPEnvelopeImpl.internalSerialize OMElementImpl.javaorg.apache.axiom.om.impl.llom.OMElementImpl.internalSerializeAndConsume OMNodeImpl.javaorg.apache.axiom.om.impl.llom.OMNodeImpl.serializeAndConsume SOAPMessageFormatter.javaorg.apache.axis2.transport.http.SOAPMessageFormatter.writeTo AxisRequestEntity.javaorg.apache.axis2.transport.http.AxisRequestEntity.writeRequest EntityEnclosingMethod.javaorg.apache.commons.httpclient.methods.EntityEnclosingMethod.writeRequestBody HttpMethodBase.javaorg.apache.commons.httpclient.HttpMethodBasewriteRequest HttpMethodBase.javaorg.apache.commons.httpclient.HttpMethodBaseexecute HttpMethodDirector.javaorg.apache.commons.httpclient.HttpMethodDirectorexecuteWithRetry HttpMethodDirector.javaorg.apache.commons.httpclient.HttpMethodDirectorexecuteMethod HttpClient.javaorg.apache.commons.httpclient.HttpClientexecuteMethod HttpClient.javaorg.apache.commons.httpclient.HttpClientexecuteMethod AbstractHTTPSender.javaorg.apache.axis2.transport.http.AbstractHTTPSenderexecuteMethod HTTPSender.javaorg.apache.axis2.transport.http.HTTPSendersendViaPost HTTPSender.javaorg.apache.axis2.transport.http.HTTPSendersend CommonsHTTPTransportSender.javaorg.apache.axis2.transport.http.CommonsHTTPTransportSenderwriteMessageWithCommons CommonsHTTPTransportSender.javaorg.apache.axis2.transport.http.CommonsHTTPTransportSenderinvoke AxisEngine.javaorg.apache.axis2.engine.AxisEnginesend OutInAxisOperation.javaorg.apache.axis2.description.OutInAxisOperationClientsend OutInAxisOperation.javaorg.apache.axis2.description.OutInAxisOperationClientexecuteImpl OperationClient.javaorg.apache.axis2.client.OperationClientexecute CSMVOUIServicesStub.javaau.com.qantas.csmvo.pmaui.services.CSMVOUIServicesStubupdateCustomerContact SectorFunctionServiceClient.javaau.com.qantas.csmvo.pmaui.serviceclients.SectorFunctionServiceClientupdateCustomerContact CustomerContactUpdateAction.javaau.com.qantas.csmvo.pmaui.actions.CustomerContactUpdateActionprocess UIBaseAction.javaau.com.qantas.csmvo.pmaui.actions.UIBaseActionexecute RequestProcessor.javaorg.apache.struts.action.RequestProcessorprocessActionPerform RequestProcessor.javaorg.apache.struts.action.RequestProcessorprocess ActionServlet.javaorg.apache.struts.action.ActionServletprocess ActionServlet.javaorg.apache.struts.action.ActionServletdoPost HttpServlet.javajavax.servlet.http.HttpServletservice HttpServlet.javajavax.servlet.http.HttpServletservice ServletStubImpl.javaweblogic.servlet.internal.ServletStubImpl$ServletInvocationActionrun ServletStubImpl.javaweblogic.servlet.internal.ServletStubImplinvokeServlet ServletStubImpl.javaweblogic.servlet.internal.ServletStubImplinvokeServlet WebAppServletContext.javaweblogic.servlet.internal.WebAppServletContext$ServletInvocationActionrun AuthenticatedSubject.javaweblogic.security.acl.internal.AuthenticatedSubjectdoAs SecurityManager.javaweblogic.security.service.SecurityManagerrunAs WebAppServletContext.javaweblogic.servlet.internal.WebAppServletContextinvokeServlet ServletRequestImpl.javaweblogic.servlet.internal.ServletRequestImplexecute ExecuteThread.javaweblogic.kernel.ExecuteThreadexecute ExecuteThread.javaweblogic.kernel.ExecuteThreadrun
