ASG
IBM
Zystems
Cressida
Icon
Netflexity
 
  MQSeries.net
Search  Search       Tech Exchange      Education      Certifications      Library      Info Center      SupportPacs      LinkedIn  Search  Search                                                                   FAQ  FAQ   Usergroups  Usergroups
 
Register  ::  Log in Log in to check your private messages
 
RSS Feed - WebSphere MQ Support RSS Feed - Message Broker Support

MQSeries.net Forum Index » WebSphere Message Broker (ACE) Support » Error Making SOAP JNI Call: Axis2Requester_processResponseMe

Post new topic  Reply to topic
 Error Making SOAP JNI Call: Axis2Requester_processResponseMe « View previous topic :: View next topic » 
Author Message
KenDiriwan
PostPosted: Fri Mar 08, 2013 8:03 pm    Post subject: Error Making SOAP JNI Call: Axis2Requester_processResponseMe Reply with quote

Newbie

Joined: 24 May 2012
Posts: 1

Hi All,

I am using Soap Request node in my message flow. When building this message flow, i tried debug and manage to propagate to Out terminal of Soap Request Node.


But my message flow reflect below problem in log :
Code:
<Body><File>/build/S700_P/src/WebServices/WSLibrary/ImbSOAPRequestHelper.cpp</File><Line>1801</Line><Function>ImbSOAPRequestHelper::makeSOAPRequest</Function><Type></Type><Name></Name><Label></Label><Catalog>BIPmsgs</Catalog><Severity>3</Severity><Number>3701</Number><Text>Error Making SOAP JNI Call: Axis2Requester_processResponseMessageSync</Text><Insert><Type>5</Type><Text>Axis2Requester_processResponseMessageSync</Text></Insert><Insert><Type>5</Type><Text>org.apache.axiom.om.OMException: javax.xml.stream.XMLStreamException: White space is required between &quot;SYSTEM&quot; and the system identifier.</Text></Insert><Insert><Type>5</Type><Text>Frame : 0 org.apache.axiom.om.OMException: javax.xml.stream.XMLStreamException: White space is required between &quot;SYSTEM&quot; and the system identifier.| @: org.apache.axiom.om.impl.builder.StAXOMBuilder.next(StAXOMBuilder.java:254)| @: org.apache.axiom.soap.impl.builder.StAXSOAPModelBuilder.getSOAPEnvelope(StAXSOAPModelBuilder.java:156)| @: org.apache.axiom.soap.impl.builder.StAXSOAPModelBuilder.&lt;init&gt;(StAXSOAPModelBuilder.java:105)| @: com.ibm.broker.axis2.SoapUtilities.createSOAPMessage(SoapUtilities.java:2169)| @: com.ibm.broker.axis2.SoapUtilities.createSOAPMessage(SoapUtilities.java:1873)| @: com.ibm.broker.axis2.Axis2Requester.processResponseMessageSync(Axis2Requester.java:1451)| @: com.ibm.broker.plugin.MbOutputTerminal._propagate(Native Method)| @: com.ibm.broker.plugin.MbOutputTerminal.propagate(MbOutputTerminal.java:107)| @: EAI_EPAY_ProductList_WSClient_GetLocalHost.evaluate(EAI_EPAY_ProductList_WSClient_GetLocalHost.java:34)| @: com.ibm.broker.javacompute.MbRuntimeJavaComputeNode.evaluate(MbRuntimeJavaComputeNode.java:232)| @: com.ibm.broker.plugin.MbNode.evaluate(MbNode.java:1469)|Frame : 1 javax.xml.stream.XMLStreamException: White space is required between &quot;SYSTEM&quot; and the system identifier.| @: com.ibm.xml.xlxp2.api.stax.msg.StAXMessageProvider.throwWrappedXMLStreamException(StAXMessageProvider.java:76)| @: com.ibm.xml.xlxp2.api.stax.XMLStreamReaderImpl.produceFatalErrorEvent(XMLStreamReaderImpl.java:2006)| @: com.ibm.xml.xlxp2.api.jaxb.JAXBXMLStreamReader.produceFatalErrorEvent(JAXBXMLStreamReader.java:316)| @: com.ibm.xml.xlxp2.scan.DocumentScanner.reportFatalError(DocumentScanner.java:4942)| @: com.ibm.xml.xlxp2.scan.DTDScanner.reportFatalError(DTDScanner.java:444)| @: com.ibm.xml.xlxp2.scan.DTDScanner.scanDoctypeDeclCommon(DTDScanner.java:534)| @: com.ibm.xml.xlxp2.api.stax.ssec.WSSXMLInputFactory$WSSStreamReaderProxy.next(WSSXMLInputFactory.java:55)| @: org.apache.axiom.om.impl.builder.StAXOMBuilder.parserNext(StAXOMBuilder.java:632)| @: org.apache.axiom.om.impl.builder.StAXOMBuilder.next(StAXOMBuilder.java:174)| @: org.apache.axiom.soap.impl.builder.StAXSOAPModelBuilder.getSOAPEnvelope(StAXSOAPModelBuilder.java:156)| @: org.apache.axiom.soap.impl.builder.StAXSOAPModelBuilder.&lt;init&gt;(StAXSOAPModelBuilder.java:105)| @: com.ibm.broker.axis2.SoapUtilities.createSOAPMessage(SoapUtilities.java:2169)| @: com.ibm.broker.axis2.SoapUtilities.createSOAPMessage(SoapUtilities.java:1873)| @: com.ibm.broker.axis2.Axis2Requester.processResponseMessageSync(Axis2Requester.java:1451)| @: com.ibm.broker.plugin.MbOutputTerminal._propagate(Native Method)| @: com.ibm.broker.plugin.MbOutputTerminal.propagate(MbOutputTerminal.java:107)| @: EAI_EPAY_ProductList_WSClient_GetLocalHost.evaluate(EAI_EPAY_ProductList_WSClient_GetLocalHost.java:34)| @: com.ibm.broker.javacompute.MbRuntimeJavaComputeNode.evaluate(MbRuntimeJavaComputeNode.java:232)| @: com.ibm.broker.plugin.MbNode.evaluate(MbNode.java:1469)</Text></Insert></Body>


Kindly advice. thx
regards.
Back to top
View user's profile Send private message
fjb_saper
PostPosted: Fri Mar 08, 2013 11:13 pm    Post subject: Reply with quote

Grand High Poobah

Joined: 18 Nov 2003
Posts: 20756
Location: LI,NY

Quote:
<Text>org.apache.axiom.om.OMException: javax.xml.stream.XMLStreamException: White space is required between &quot;SYSTEM&quot; and the system identifier.</Text></Insert><Insert><Type>5</Type><Text>Frame : 0 org.apache.axiom.om.OMException: javax.xml.stream.XMLStreamException: White space is required between &quot;SYSTEM&quot; and the system identifier

Which part of this do you not understand?
Looks like a malformed soap message.
_________________
MQ & Broker admin
Back to top
View user's profile Send private message Send e-mail
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » WebSphere Message Broker (ACE) Support » Error Making SOAP JNI Call: Axis2Requester_processResponseMe
Jump to:  



You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
Protected by Anti-Spam ACP
 
 


Theme by Dustin Baccetti
Powered by phpBB © 2001, 2002 phpBB Group

Copyright © MQSeries.net. All rights reserved.