Author |
Message |
Topic: HTTP Request Node / Post request |
birger.r
Replies: 14 Views: 31314
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Sep 25, 2014 7:49 am Subject: HTTP Request Node / Post request |
Yes - I can see that the settings are set and the key-value pairs exist at the receiving site. But their are set at the wrong place. (They are part of the query, but not part of the POST data.) |
Topic: HTTP Request Node / Post request |
birger.r
Replies: 14 Views: 31314
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Sep 25, 2014 7:35 am Subject: HTTP Request Node / Post request |
Hi all,
I am trying to invoke a REST-ful API by using the HTTP Request Node. I am using WMB 8.0.0.4 on RHEL.
I need to send POST data to this service, but it appears I am not able to do it.
M ... |
Topic: ESQL-Select: XML attributes are lost after SELECT statement |
birger.r
Replies: 2 Views: 3677
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jan 22, 2014 1:25 pm Subject: ESQL-Select: XML attributes are lost after SELECT statement |
Yay. Doing it right helps from time to time. (I never had this issue ever before and I am copying a lot of stuff to the Environment (with attributes)...)
Thanks a lot. :thumbup: |
Topic: ESQL-Select: XML attributes are lost after SELECT statement |
birger.r
Replies: 2 Views: 3677
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jan 22, 2014 12:50 pm Subject: ESQL-Select: XML attributes are lost after SELECT statement |
Hi all,
I am trying to run this code against a MRM-parsed message:
SET Environment.ship_to[] = SELECT * FROM rInHeader.PARTY_ID_DETAILS[] AS st WHERE st.identification_of_name ... |
Topic: WMB 6.1 creates malformed (?) RFH2 |
birger.r
Replies: 1 Views: 1768
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Feb 02, 2012 12:29 am Subject: WMB 6.1 creates malformed (?) RFH2 |
Hi all,
I am currently struggling with one of my flows that worked on 6.0 but is no longer working on 6.1. 6.0 is running on MQ 6, 6.1 on MQ 7)
I am creating messages from a timer that need a va ... |
Topic: Perl MQSeries modul - test are failing |
birger.r
Replies: 3 Views: 5907
|
Forum: General IBM MQ Support Posted: Wed Dec 01, 2010 11:55 pm Subject: Perl MQSeries modul - test are failing |
I just wrote to the developer, let's see whether they can help.
@mqjeff:
I tried to build it several times now with no success...
I checked the readme and it says 5.8 should be okay, but I'll t ... |
Topic: Perl MQSeries modul - test are failing |
birger.r
Replies: 3 Views: 5907
|
Forum: General IBM MQ Support Posted: Wed Dec 01, 2010 9:06 am Subject: Perl MQSeries modul - test are failing |
Hi all,
I am trying to get the Perl module running on a 64bit RHEL 5.4, running WebSpehere MQ 7.0 with Server, Client and SDK installed. I am trying module version 1.31.
Everything is looking ok ... |
Topic: Timestamp parsing issue |
birger.r
Replies: 6 Views: 4366
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jun 22, 2010 5:56 am Subject: Timestamp parsing issue |
Thanks for your replies.
mqjeff lead me to the solution. One field before these two was set to NULL, but was defined as mandatory. Setting this field to a dummy value helped. |
Topic: Timestamp parsing issue |
birger.r
Replies: 6 Views: 4366
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jun 22, 2010 4:21 am Subject: Timestamp parsing issue |
I don't know why MRM it used, but it is a guideline to use it.
Both fields are defined identically. |
Topic: Timestamp parsing issue |
birger.r
Replies: 6 Views: 4366
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jun 22, 2010 3:04 am Subject: Timestamp parsing issue |
Hi,
I am using Webspehere Message Broker 6.0.2 on MQ 6.1.
I am having two message flows. Flow 1 is generating a XML message using the MRM parser, Flow 2 is reading this message from a queue and ... |