ASG
IBM
Zystems
Cressida
Icon
Netflexity
 
  MQSeries.net
Search  Search       Tech Exchange      Education      Certifications      Library      Info Center      SupportPacs      LinkedIn  Search  Search                                                                   FAQ  FAQ   Usergroups  Usergroups
 
Register  ::  Log in Log in to check your private messages
 
RSS Feed - WebSphere MQ Support RSS Feed - Message Broker Support

MQSeries.net Forum Index » WebSphere Message Broker (ACE) Support » HTTPRequest Node

Post new topic  Reply to topic
 HTTPRequest Node « View previous topic :: View next topic » 
Author Message
sravan
PostPosted: Fri Apr 09, 2010 8:13 am    Post subject: HTTPRequest Node Reply with quote

Centurion

Joined: 02 Apr 2010
Posts: 104
Location: Charlotte

I have the following scenario:

MQInputNode(XML Request)-->Compute Node(Format Headers)--HTTPRequest Node--->Compute Node(parse http response)-->further processing.

Can I know if I can connect the out put and error terminals of the HTTPRequest Node to the Compute Node(parse http response) to generate an XML.

I used the following code in the Compute Node(parse http response) and I used the XMLNSC parser

SET OutputRoot.Properties = InputRoot.Properties;
IF ( ( OutputRoot.MQMD.* IS NULL )AND ( Environment.Variables.MQMD.* IS NOT NULL ) ) THEN
SET OutputRoot.MQMD = Environment.Variables.MQMD;
SET OutputRoot.Properties.ReplyIdentifier = OutputRoot.MQMD.CorrelId;
END IF;
SET OutputRoot.XMLNSC = InputRoot.XMLNSC;
_________________
skr_wmb
Back to top
View user's profile Send private message
Svp
PostPosted: Fri Apr 09, 2010 9:30 am    Post subject: Reply with quote

Apprentice

Joined: 18 Feb 2010
Posts: 40

Use ResetContentDescriptor before Compute Node(parse http response) and set it to XMLNSC parser.
Back to top
View user's profile Send private message
sravan
PostPosted: Fri Apr 09, 2010 10:41 am    Post subject: Reply with quote

Centurion

Joined: 02 Apr 2010
Posts: 104
Location: Charlotte

In the HTTPRequest node we have option to parse the response message domain to XMLNSC which I already set and I used a message set also eventhough XMLNSC donot need that,Do I still need to make the change.

Also will this parse the error response recieved at the HTTPReuqest node error terminal.

I dont have the set upi to test this scenario yet.

Thanks in advance.
_________________
skr_wmb
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » WebSphere Message Broker (ACE) Support » HTTPRequest Node
Jump to:  



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
Protected by Anti-Spam ACP
 
 


Theme by Dustin Baccetti
Powered by phpBB © 2001, 2002 phpBB Group

Copyright © MQSeries.net. All rights reserved.