|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
ReplyProtocol property |
« View previous topic :: View next topic » |
Author |
Message
|
mpong |
Posted: Wed Jan 04, 2017 8:46 am Post subject: ReplyProtocol property |
|
|
Disciple
Joined: 22 Jan 2010 Posts: 164
|
Hi All,
I am sending a Input JSON request to Eloqua REST API (HttpInputNode-->HttpRequestNode).
IIB: 10.0.0.4
Some of the requests are failing due to HTTP 500 error but the same would be processed if we resend the data, Eloqua agreed that they would be fixing the issue.
Meanwhile I implemented retry subflow (Using timer nodes) which is posting a request to httpRequestNode after a minute but one issue is that after the message comes out of timernode the InputRoot.Property.ReplyProtocol becomes UNKNOWN which is valid,
So I tried to set it using ESQL as below but when It comes out of the compute node it become UNKNOWN again. The request is failing at Rest API, only difference between retry request and the normal request is that ReplyProtocol property, same JSON request is processed successfully when it comes from HTTP Input node.
Please suggest your thoughts.
SET OutputRoot.Properties.ReplyProtocol = 'SOAP-HTTP'; |
|
Back to top |
|
 |
fjb_saper |
Posted: Wed Jan 04, 2017 11:49 am Post subject: Re: ReplyProtocol property |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
mpong wrote: |
Hi All,
I am sending a Input JSON request to Eloqua REST API (HttpInputNode-->HttpRequestNode).
IIB: 10.0.0.4
Some of the requests are failing due to HTTP 500 error but the same would be processed if we resend the data, Eloqua agreed that they would be fixing the issue.
Meanwhile I implemented retry subflow (Using timer nodes) which is posting a request to httpRequestNode after a minute but one issue is that after the message comes out of timernode the InputRoot.Property.ReplyProtocol becomes UNKNOWN which is valid,
So I tried to set it using ESQL as below but when It comes out of the compute node it become UNKNOWN again. The request is failing at Rest API, only difference between retry request and the normal request is that ReplyProtocol property, same JSON request is processed successfully when it comes from HTTP Input node.
Please suggest your thoughts.
SET OutputRoot.Properties.ReplyProtocol = 'SOAP-HTTP'; |
I would expect to see the reply protocol populated correctly only after the message has left the request node. I would expect the request node to set that value...  _________________ MQ & Broker admin |
|
Back to top |
|
 |
mpong |
Posted: Thu Jan 05, 2017 10:54 pm Post subject: |
|
|
Disciple
Joined: 22 Jan 2010 Posts: 164
|
Yes, you are right. Unfortunately that is a only different i see between the happy path message and retry message, somehow the retry message is failing at Eloqua but IIB receives a success response. |
|
Back to top |
|
 |
|
|
 |
|
Page 1 of 1 |
|
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
|
|
|
|