Author |
Message |
Topic: Need a solution on HTTP POST Key Value parameters |
RK2010
Replies: 12 Views: 18773
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Jul 06, 2012 2:59 am Subject: Need a solution on HTTP POST Key Value parameters |
Hi McueMart,
Yes. I have changed the compute mode to "LocalEnvironment and Message". As for my HttpRequest node, I have checked all in the Advanced properties.
Below is my compute no ... |
Topic: Need a solution on HTTP POST Key Value parameters |
RK2010
Replies: 12 Views: 18773
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jul 05, 2012 7:38 pm Subject: Need a solution on HTTP POST Key Value parameters |
Hi,
I am trying to pass the parameter: key=value1.
I have tried using the following esql, as highlighted by mgk.
SET OutputLocalEnvironment.Destination.HTTP.QueryString.key = 'value1' ... |
Topic: Need a solution on HTTP POST Key Value parameters |
RK2010
Replies: 12 Views: 18773
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jul 05, 2012 7:00 am Subject: Need a solution on HTTP POST Key Value parameters |
Hi mgk,
Got it. I will try to set the key-value pairs individuallyfirst.
Thanks for your help.
Thanks lancelotlinc too. |
Topic: Need a solution on HTTP POST Key Value parameters |
RK2010
Replies: 12 Views: 18773
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jul 05, 2012 6:42 am Subject: Need a solution on HTTP POST Key Value parameters |
Hi mgk,
Yes. You are right. I am calling a REST service type.
Yes, I did read about the query string. So, am i right to say that i must find out the no. Of key value pairs in the given URL ... |
Topic: Need a solution on HTTP POST Key Value parameters |
RK2010
Replies: 12 Views: 18773
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jul 05, 2012 6:31 am Subject: Need a solution on HTTP POST Key Value parameters |
Hi,
Thanks for the question.
Because I am not using soap to call the web service. I am just calling an URL & it will return me an XML. I am not using the soap protocol. |
Topic: Need a solution on HTTP POST Key Value parameters |
RK2010
Replies: 12 Views: 18773
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jul 05, 2012 6:17 am Subject: Need a solution on HTTP POST Key Value parameters |
Hi mgk,
Thanks for your reply. I have read through the httprequest node information. However, I still do not know how to set the parameters using the Esql before the httprequest node makes the r ... |
Topic: Need a solution on HTTP POST Key Value parameters |
RK2010
Replies: 12 Views: 18773
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jul 05, 2012 1:58 am Subject: Need a solution on HTTP POST Key Value parameters |
Hi,
BACKGROUND INFO
- I have an application which will call a web service, via IBM message broker, on a web server. The web service call is a http post with some key-value parameters in it. ... |