Posted: Tue Nov 20, 2007 2:04 pm Post subject: HTTP context information
Voyager
Joined: 10 Sep 2004 Posts: 87
Hi All,
I have a Message flow with HTTPINPUT --> COMPUTE1--> MQOUTPUT .with in the same flow I have a MQINPUT---> COMPUTE2-->HTTP REPLY NODE.
I am storing the http headers in in the first compute node
SET Environment.HEADERS=InputRoot.HTTPInputHeader
and then assigning it back in the second compute node ;
CREATE NEXTSIBLING OF OutputRoot.Properties DOMAIN('HTTPInputHeader')VALUE Environment.HEADERS;
I am getting the error mentioned below
Message does not contain valid HTTP context information
HTTP context information is required for reply processing to be successful. The needed information was not found in the incoming message, and no HTTP reply can be produced.
Joined: 23 Sep 2003 Posts: 232 Location: IBM (Retired)
While it is a single msg flow - the HTTPInput and MQInput are running on different threads and cannot see the others information.
You did not say what version - if V6, then you could use a MQGet rather than a MPInput and wire things together and it would be a single thread. _________________ Bill Matthews
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