Author |
Message |
Topic: IIB - SOAP Input - HTTP Basic Authentication |
SN_IIB
Replies: 6 Views: 10868
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Feb 04, 2015 12:07 am Subject: IIB - SOAP Input - HTTP Basic Authentication |
Thanks mqjeff and Vitor.
Vitor, the earlier post is about IIB message flow in web service consumer scenario, I have used HTTP Header node to hard code the HTTP Basic authentication userid/password ... |
Topic: IIB - SOAP Input - HTTP Basic Authentication |
SN_IIB
Replies: 6 Views: 10868
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Feb 03, 2015 9:00 am Subject: IIB - SOAP Input - HTTP Basic Authentication |
Dear Experts,
I am trying to implement HTTP basic authentication [Transport level authentication] for SOAP Input node. IIB is web service provider here. I could not get it working. Please can you v ... |
Topic: Implement Basic authentication for Incoming SOAP Requests |
SN_IIB
Replies: 7 Views: 6584
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Oct 15, 2014 10:39 pm Subject: Implement Basic authentication for Incoming SOAP Requests |
Thanks again Vitor.
I understand what you suggested is using web service username token inside SOAP Header.
But my requirement is, the incoming request to IIB would have basic authentication det ... |
Topic: Implement Basic authentication for Incoming SOAP Requests |
SN_IIB
Replies: 7 Views: 6584
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Oct 14, 2014 11:25 pm Subject: Implement Basic authentication for Incoming SOAP Requests |
Thank you Vitor.
So far what I have done to configure Basis authentication which is simple userid-password based authentication for soap input node:
In IBM Websphere MQ Explorer -> Integration ... |
Topic: Implement Basic authentication for Incoming SOAP Requests |
SN_IIB
Replies: 7 Views: 6584
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Oct 08, 2014 11:27 pm Subject: Implement Basic authentication for Incoming SOAP Requests |
Dear Experts,
I would like to implement basic authentication for the incoming soap requests in IIB. I read various product documents and knowledge centre document but could not clearly get how to i ... |
Topic: IIB HTTP Request node Proxy server credentials |
SN_IIB
Replies: 2 Views: 4713
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Sep 03, 2014 10:10 pm Subject: IIB HTTP Request node Proxy server credentials |
Thank you Vitor. |
Topic: IIB HTTP Request node Proxy server credentials |
SN_IIB
Replies: 2 Views: 4713
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Aug 26, 2014 12:16 pm Subject: IIB HTTP Request node Proxy server credentials |
Dear Experts,
In IIB9, I use HTTP Request node and in HTTP Settings tab - I have provided HTTP Proxy location [ I have provided Proxy server IP Address]. The idea is to route the HTTP request to sy ... |
Topic: Compute Node - frame DB query dynamically |
SN_IIB
Replies: 5 Views: 2900
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jul 22, 2014 9:14 am Subject: Compute Node - frame DB query dynamically |
Thanks for your inputs.
Yes I would like to frame WHERE clause in such a way that
WHERE FIELD1=x1 AND FIELD2=y1 AND FIELD3=z1. If value x1 = null, then my WHERE clause should be WHERE FIELD2=y1 A ... |
Topic: Compute Node - frame DB query dynamically |
SN_IIB
Replies: 5 Views: 2900
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Jul 21, 2014 6:09 am Subject: Compute Node - frame DB query dynamically |
Thanks.
I understand the Performance part.
Mine is a simple select query, so I don't foresee any issue. But what I am looking for in this thread is how to technically dynamically frame the where cl ... |
Topic: Compute Node - frame DB query dynamically |
SN_IIB
Replies: 5 Views: 2900
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Jul 21, 2014 3:56 am Subject: Compute Node - frame DB query dynamically |
Dear Experts,
I am using esql Compute node to fetch a record from Database. I would like to dynamically frame the where clause depending on whether the fields in request sent to esql Compute node ... |