Author |
Message |
Topic: Possible Values for FORMAT in CREATE STATEMENT |
alchando
Replies: 10 Views: 6487
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Apr 04, 2016 9:36 pm Subject: Possible Values for FORMAT in CREATE STATEMENT |
Why are you having to parse the SAP documents inside your flow, rather than from the SAPInput node?
Perhaps the 'use case' does not allow it?
Perhaps the usecase should consider sending some ... |
Topic: Possible Values for FORMAT in CREATE STATEMENT |
alchando
Replies: 10 Views: 6487
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Apr 04, 2016 8:52 am Subject: Possible Values for FORMAT in CREATE STATEMENT |
Thanks for your reply.
in my use case it is not allowed to use the MRM-Domain, i have to parse it in the DataObject-Domain.
I have specified the Message only, SET is a empty String and i tried ... |
Topic: Possible Values for FORMAT in CREATE STATEMENT |
alchando
Replies: 10 Views: 6487
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Apr 04, 2016 6:31 am Subject: Possible Values for FORMAT in CREATE STATEMENT |
the same Error comes when i´m setting FORMAT to empty String.
I also tried 'SAP' 'IDOC' 'SAPALEIdoc', all throwing the same Error |
Topic: Possible Values for FORMAT in CREATE STATEMENT |
alchando
Replies: 10 Views: 6487
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Apr 04, 2016 5:28 am Subject: Possible Values for FORMAT in CREATE STATEMENT |
Hi,
i want to parse a IDoc in ESQL and i´m not sure which value to set the options in the CREATE Statement.
The CREATE Statement looks like:
CREATE LASTCHILD OF Environment.parsedValues DOMAIN ... |
Topic: Get message body from recorded messages with Integration API |
alchando
Replies: 5 Views: 6171
|
Forum: IBM MQ Java / JMS Posted: Thu Jul 23, 2015 6:22 am Subject: Get message body from recorded messages with Integration API |
Because i want to automate the tests for my application and write unit-tests for it |
Topic: Get message body from recorded messages with Integration API |
alchando
Replies: 5 Views: 6171
|
Forum: IBM MQ Java / JMS Posted: Thu Jul 23, 2015 6:13 am Subject: Get message body from recorded messages with Integration API |
I want to get the message which invokes the messageflow and send the message again to the same messageflow. Afterwards i want to compare the message at a certain point of the messageflow with a messag ... |
Topic: Get message body from recorded messages with Integration API |
alchando
Replies: 5 Views: 6171
|
Forum: IBM MQ Java / JMS Posted: Thu Jul 23, 2015 5:53 am Subject: Get message body from recorded messages with Integration API |
Hello,
im am using the Integration APi in IIB 10.
I used the record and replay function to record messages in a database.
I want to reuse the messages for Unit-testing my messageflow, for that ... |