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 while calling soapinput node from external service

Post new topic  Reply to topic
 Error while calling soapinput node from external service « View previous topic :: View next topic » 
Author Message
mr2kn
PostPosted: Thu Jun 30, 2016 11:24 am    Post subject: Error while calling soapinput node from external service Reply with quote

Apprentice

Joined: 26 Jan 2016
Posts: 46

below is the error I am getting while inbound service call to IIB.

BIP3752E: The SOAP Reply node 'CardServiceInterfaceMessageFlow.SOAP Reply' encountered an error while processing a reply message.
An error occurred during reply message processing.
See previous error messages to determine the cause of the error. : /build/slot1/S900_P/src/WebServices/WSLibrary/ImbSOAPReplyNode.cpp: 397: ImbSOAPReplyNode::evaluate: ComIbmSOAPReplyNode: CardServiceInterfaceMessageFlow#FCMComposite_1_10
BIP3701E: A Java exception was thrown whilst calling the Java JNI method ''method_com_ibm_broker_axis2_Axis2Invoker_prepareToSendReplyNonSOAP''. The Java exception was ''org.apache.axiom.om.OMException: javax.xml.stream.XMLStreamException: An invalid XML character (Unicode: 0x58) was found in the prolog of the document.''. The Java stack trace was ''Frame : 0 org.apache.axiom.om.OMException: javax.xml.stream.XMLStreamException: An invalid XML character (Unicode: 0x58) was found in the prolog of the document.| @: org.apache.axiom.om.impl.builder.StAXOMBuilder.next(StAXOMBuilder.java:293)| @: org.apache.axiom.om.impl.llom.OMDocumentImpl.getOMDocumentElement(OMDocumentImpl.java:104)| @: org.apache.axiom.om.impl.builder.StAXOMBuilder.getDocumentElement(StAXOMBuilder.java:568)| @: com.ibm.broker.axis2.SoapUtilities.wrapDataInSoapEnvelopeIfRequiredUsingAxis2(SoapUtilities.java:1634)| @: com.ibm.broker.axis2.Axis2Invoker.prepareToSendReplyNonSOAP(Axis2Invoker.java:1296)|Frame : 1 javax.xml.stream.XMLStreamException: An invalid XML character (Unicode: 0x58) was found in the prolog of the document.| @: com.ibm.xml.xlxp2.api.stax.msg.StAXMessageProvider.throwWrappedXMLStreamException(StAXMessageProvider.java:76)| @: com.ibm.xml.xlxp2.api.stax.XMLStreamReaderImpl.produceFatalErrorEvent(XMLStreamReaderImpl.java:2008)| @: com.ibm.xml.xlxp2.api.jaxb.JAXBXMLStreamReader.produceFatalErrorEvent(JAXBXMLStreamReader.java:356)| @: com.ibm.xml.xlxp2.scan.DocumentScanner.reportFatalError(DocumentScanner.java:4871)| @: com.ibm.xml.xlxp2.scan.DocumentScanner.reportFatalError(DocumentScanner.java:1212)| @: com.ibm.xml.xlxp2.scan.DocumentScanner.scanProlog(DocumentScanner.java:1777)| @: com.ibm.xml.xlxp2.scan.DocumentScanner.nextEvent(DocumentScanner.java:1323)| @: com.ibm.xml.xlxp2.api.stax.XMLStreamReaderImpl.next(XMLStreamReaderImpl.java:581)| @: com.ibm.xml.xlxp2.api.stax.XMLInputFactoryImpl$XMLStreamReaderProxyImpl.next(XMLInputFactoryImpl.java:183)| @: com.ibm.xml.xlxp2.api.wssec.WSSXMLInputFactory$WSSStreamReaderProxy.next(WSSXMLInputFactory.java:55)| @: org.apache.axiom.om.impl.builder.StAXOMBuilder.parserNext(StAXOMBuilder.java:672)| @: org.apache.axiom.om.impl.builder.StAXOMBuilder.next(StAXOMBuilder.java:214)| @: org.apache.axiom.om.impl.llom.OMDocumentImpl.getOMDocumentElement(OMDocumentImpl.java:104)| @: org.apache.axiom.om.impl.builder.StAXOMBuilder.getDocumentElement(StAXOMBuilder.java:568)| @: com.ibm.broker.axis2.SoapUtilities.wrapDataInSoapEnvelopeIfRequiredUsingAxis2(SoapUtilities.java:1634)| @: com.ibm.broker.axis2.Axis2Invoker.prepareToSendReplyNonSOAP(Axis2Invoker.java:1296)''.
Correct the error, and if necessary redeploy the flow. : /build/slot1/S900_P/src/WebServices/WSLibrary/ImbSOAPReplyHelper.cpp: 511: ImbSOAPReplyHelper::makeSOAPReply: :
Back to top
View user's profile Send private message
mqjeff
PostPosted: Thu Jun 30, 2016 11:25 am    Post subject: Re: Error while calling soapinput node from external service Reply with quote

Grand Master

Joined: 25 Jun 2008
Posts: 17447

mr2kn wrote:
: An invalid XML character (Unicode: 0x58) was found in the prolog of the document.''

_________________
chmod -R ugo-wx /
Back to top
View user's profile Send private message
sairam05it44
PostPosted: Thu Jun 30, 2016 11:48 am    Post subject: Reply with quote

Newbie

Joined: 30 Jun 2016
Posts: 1

We did migrated our WESB code to IIB. Now the same request is working for the WESB but when it comes to IIB i get this error. Is there any setting needs to be done?
Back to top
View user's profile Send private message
fjb_saper
PostPosted: Thu Jun 30, 2016 3:56 pm    Post subject: Reply with quote

Grand High Poobah

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

sairam05it44 wrote:
We did migrated our WESB code to IIB. Now the same request is working for the WESB but when it comes to IIB i get this error. Is there any setting needs to be done?

May be you are returning the message with the wrong CCSID?
_________________
MQ & Broker admin
Back to top
View user's profile Send private message Send e-mail
mqjeff
PostPosted: Fri Jul 01, 2016 3:50 am    Post subject: Reply with quote

Grand Master

Joined: 25 Jun 2008
Posts: 17447

fjb_saper wrote:
sairam05it44 wrote:
We did migrated our WESB code to IIB. Now the same request is working for the WESB but when it comes to IIB i get this error. Is there any setting needs to be done?

May be you are returning the message with the wrong CCSID?


This is an error processing the response message from the SOAP Provider system.
_________________
chmod -R ugo-wx /
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » WebSphere Message Broker (ACE) Support » Error while calling soapinput node from external service
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.