Author |
Message |
Topic: Mapping flat field structure to single repeating element |
OfficeWorker
Replies: 3 Views: 2156
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu May 09, 2013 5:47 pm Subject: Mapping flat field structure to single repeating element |
ok thanks guys!
ESQL it is |
Topic: Mapping flat field structure to single repeating element |
OfficeWorker
Replies: 3 Views: 2156
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed May 08, 2013 4:02 pm Subject: Mapping flat field structure to single repeating element |
Hi All,
I'm trying to map from a flat structure where each system has it's own node.
<source>
<system_ABC>
<date>9/5/12</date>
<status>ON</status>
... |
Topic: Send aggregate request without MQReply |
OfficeWorker
Replies: 7 Views: 4490
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Mar 19, 2013 11:00 pm Subject: Send aggregate request without MQReply |
I was playing with this, but it seems to keep complaining that the "length must be correct".
I know it must be 24 bytes, but I'm having trouble getting setting it to be exactly that.
M ... |
Topic: Send aggregate request without MQReply |
OfficeWorker
Replies: 7 Views: 4490
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Mar 19, 2013 10:07 pm Subject: Send aggregate request without MQReply |
Hrmm.. Ok I spoke too soon.
I was testing with an MQinput but when I reconnected my FileInput node it doesn't work because there is no MQMD, and hence no MsgId.
Trying to generate the MsgId it m ... |
Topic: Send aggregate request without MQReply |
OfficeWorker
Replies: 7 Views: 4490
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Mar 19, 2013 7:28 pm Subject: Send aggregate request without MQReply |
Thanks McueMart, nice and simple. It worked!  |
Topic: Send aggregate request without MQReply |
OfficeWorker
Replies: 7 Views: 4490
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Mar 18, 2013 10:46 pm Subject: Send aggregate request without MQReply |
I have a flow that takes a file in roughly this structure
<file>
<headerData></headerData>
<request1></request1>
<request2></request2>
&l ... |
Topic: Ignoring http status code on SOAP |
OfficeWorker
Replies: 17 Views: 12554
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Feb 06, 2013 7:21 pm Subject: Ignoring http status code on SOAP |
Apologies for posting this months later, but I did raise a PMR and we managed to resolve the problem by adding the environment setting
MQSI_ALLOW_200_STATUS_CODE_FAULTS=1 |
Topic: Ignoring http status code on SOAP |
OfficeWorker
Replies: 17 Views: 12554
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Oct 22, 2012 10:11 pm Subject: Ignoring http status code on SOAP |
The problem is the SOAPRequest node itself dies... That is to say, the message doesn't leave through either the out, or fault terminals.
I was expecting the message to come out the fault terminal, ... |
Topic: Ignoring http status code on SOAP |
OfficeWorker
Replies: 17 Views: 12554
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Oct 17, 2012 11:15 pm Subject: Ignoring http status code on SOAP |
Hi,
I have a flow which calls a webservice exposed by SAP PI.
However, when attempting to call the webservice with invalid values I am getting the message "A SOAP Request node received a SO ... |
Topic: Call a function with a reference to ROW (ESQL) |
OfficeWorker
Replies: 3 Views: 6076
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Aug 28, 2012 6:07 pm Subject: Call a function with a reference to ROW (ESQL) |
Muggy,
Finally got a chance to try your suggestion.
Ah now I understand what INOUT means.. It worked, Thanks! |
Topic: Call a function with a reference to ROW (ESQL) |
OfficeWorker
Replies: 3 Views: 6076
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun Aug 05, 2012 4:54 pm Subject: Call a function with a reference to ROW (ESQL) |
I am a newbie to ESQL.
I have a function that I want to intialise a whole bunch of values on a row.
After discovering a row cannot be passed in to a function, I found out I could pass it in as ... |