Questions tagged [ibm-integration-bus]

IBM Integration Bus (formerly WebSphere Message Broker) is integration broker that provides connectivity and universal data transformation in heterogeneous IT environments.

428 questions
1
vote
2 answers

IBM App Connect Enterprise - Form Data in Rest Request Node

According to this IIB v10 link application/x-www-form-urlencoded form data parameters are not supported for a Rest Request Node. https://www.ibm.com/support/knowledgecenter/SSMKHH_10.0.0/com.ibm.etools.mft.doc/bi12026_.htm Is this still the case for…
Yasothar
  • 435
  • 1
  • 7
  • 24
1
vote
0 answers

Handling JMSMessage(Object Message) in IBM WebSphere Message broker

I am using IBM WebSphere Message Broker to process a JMS message. My message contains a Java object wrapped inside the JMSMessage (Object Message). I couldn't use any other parser other than BLOB in input node. How can I fetch the object from the…
KarthikGN
  • 11
  • 2
1
vote
1 answer

0 xsd:anyURI using esql.IBM Integration Bus

I'm working with IIB v10.0.0.7. I'd like to define one of the XML elements to be of type xsd:anyURI using esql. output should be like given above:
iibNewbie
  • 11
  • 1
1
vote
1 answer

EG getting restarted when ESB tries to fetch data from an external system over TCPIP connection for more than 59 times

One ESB SOAP application which is developed on IIB 10 is connecting to an external system, say system A, over TCPIP protocol.System A has exposed many services and ESB application will put the request on the TCPIP server and listen to the same…
1
vote
1 answer

IIB SOAP user password Authentication at provider end

I am following link https://www.ibm.com/developerworks/websphere/library/techarticles/1505_kumar/1505_kumar.html for SOAP web-service consumer. Same method I am applying for SOAP web-service provider. I want to access username and password in esql…
1
vote
2 answers

Acces XMLNSC tag value in ESQL

I need to access some XML values and concatenate them as a file name for output document. The problem is that solution demands the message to be read in BLOB format so ESQL script must first translate the blob to CHARACTER/XMLNSC. See the code…
Jakub Sluka
  • 123
  • 1
  • 14
1
vote
2 answers

IIB: INSERT INTO Oracle Database "¿" (inverted question marks) and chinese characters

I am a greenhorn in Oracle Database and IBM Integration Bus and I'm trying to use the INSERT INTO function of ESQL in the IBM Integration Bus to insert data of a CSV file. I'm using a DFDL with ISO-8859-1 encoding to read the file. When using the…
1
vote
1 answer

DFDL decoding of enumerated binary data

I'm currently working on a DFDL schema for a legacy (custom) binary file format used in a system to translate to either XML or JSON. I've got some binary data that is enumerated values, i.e. the C-struct data type looks like this (and stored as a…
Pirowe
  • 31
  • 3
1
vote
3 answers

Initialize shared variables in a message flow with esql

I'm using IBM Integration Bus Version 10.0.0.15 and I'm looking for an option to intialize shared variables during the startup of a message flow, for example uing the command mqsistartmsgflow. Is there a special procedure or function one can…
Klaus Rohe
  • 21
  • 1
  • 3
1
vote
1 answer

How to pass a dynamic list to ESQL Passthru query in IIB

I need to pass a dynamic list of parameters to SQL query in IIB. Please help me with any code snippets for this. Please note that we dont have privileges to create a Stored Procedure at DB end. So we need to pass the list of parameters to SQL query…
Kaushik
  • 11
  • 5
1
vote
3 answers

How to limit number of HTTP requests per IP address in IBM Integration Bus?

There's an IIB HTTP SOAP service exposed to multiple channels - the service has 4 operations and one of them is being consumed very frequently by a particular channel (less than 1 transaction per second). Is there any way within IBM Integration Bus…
Muhammad Faizan Uddin
  • 1,339
  • 12
  • 29
1
vote
1 answer

Trying to read multiple lines from txt file separated with :, but I'm getting imbRecoverableException caught from worker -> parseNext

As I'm new to IBM MQ and IIB I'm trying to experiment around with online tutorials. At the moment I'm trying to make a simple app that reads several lines in txt file separated by colon and writes them into XML file. Currently I'm stuck at reading…
1
vote
2 answers

Unable to generate repeating XML element root nodes using XMLNS in IBM Integration Bus

I'm trying to create the response for my soap web service in IBM integration Bus. I'm using ESQL compute node to generate the XML using XMLNS. I have to add some repeating element root nodes to my xml, and that is what I'am facing trouble…
Sivaprasad
  • 151
  • 10
1
vote
1 answer

Reusing Existing Xquery files in IIB

We have existing Xquery files in Oracle Service Bus projects.If we want to resuse the xquery files in IIB projects which saves lot of development effort as there are so many xquery files already available in different projects. So we have created a…
1
vote
1 answer

RestRequest - Special characters - JSON parsing errors have occurred

I have simple RESTRequest node. In response I'm sending JSON from SOAP-UI mockup. JSON looks like this: { "SnapshotVersion": "43f4acca-b11a-4afe-b9bb-30af9864c3a0", "TotalExtraPrice": 0, "TotalPrice": 0, "Příliš žluťoučký Kůň": "úpěl…
Pivoman
  • 4,435
  • 5
  • 18
  • 30