Author |
Message |
Topic: IIB calling REST API in API Connect with APIKEY Auth |
Raoa
Replies: 0 Views: 4896
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Oct 28, 2019 10:13 am Subject: IIB calling REST API in API Connect with APIKEY Auth |
From IIB, We are trying to call a REST API in APIC with client ID and Client Secret. Need help in how to send the authentication mechanism through.
What do we use HTTPRequest or RESTRequest ?
W ... |
Topic: SOAPREQUEST calling over https to a SOAP Service |
Raoa
Replies: 3 Views: 3661
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jun 08, 2016 11:04 am Subject: SOAPREQUEST calling over https to a SOAP Service |
The service I published to my Development IIB is getting consumed by a .NET client fine.
SOAP UI is able to call the service as well.
Self signed certificate is internally trusted by the enterpris ... |
Topic: SOAPREQUEST calling over https to a SOAP Service |
Raoa
Replies: 3 Views: 3661
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jun 08, 2016 10:55 am Subject: SOAPREQUEST calling over https to a SOAP Service |
All,
I am calling a SOAP Service hosted on DEVenvironment over HTTPS(with a self signed Cert) from a SOAPRequest from local IIB toolkit.
I am getting javax.net.ssl.SSLException: java.lang.Runt ... |
Topic: Passing a request to HTTPRequest Node in IIB 10 |
Raoa
Replies: 13 Views: 10177
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Mar 18, 2016 7:29 am Subject: Passing a request to HTTPRequest Node in IIB 10 |
Please see the Root dump
Trace 1 is before Compute
Trace 2 is After Compute and before HTTPREQUEST.
Last is the Exception Trace after HTTPREQUEST
------------------------------ Trace ... |
Topic: Passing a request to HTTPRequest Node in IIB 10 |
Raoa
Replies: 13 Views: 10177
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Mar 18, 2016 6:52 am Subject: Passing a request to HTTPRequest Node in IIB 10 |
Am I Setting up the namespace for soapenv ?
Could you please elaborate ... |
Topic: Passing a request to HTTPRequest Node in IIB 10 |
Raoa
Replies: 13 Views: 10177
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Mar 18, 2016 6:14 am Subject: Passing a request to HTTPRequest Node in IIB 10 |
Here is the Exception log on the trace:
------------------------------ Exception Caught - 2016-03-18 10:10:52.353861 --------------------- SOAPRoot.Properties MessageSet = ... |
Topic: Passing a request to HTTPRequest Node in IIB 10 |
Raoa
Replies: 13 Views: 10177
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Mar 18, 2016 6:01 am Subject: Passing a request to HTTPRequest Node in IIB 10 |
I am only using the OutputRoot.XMLNSC.Envelope.Body.* setup for HTTPREQUEST .....and looking for the proper outputroot structure to be populated |
Topic: Passing a request to HTTPRequest Node in IIB 10 |
Raoa
Replies: 13 Views: 10177
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Mar 18, 2016 5:41 am Subject: Passing a request to HTTPRequest Node in IIB 10 |
The Set example is using the embedded Listener
I was looking for some logical sequence of what do we do for a HTTP REQUEST in terms of passing the data
Is there an example of sort what need to b ... |
Topic: Passing a request to HTTPRequest Node in IIB 10 |
Raoa
Replies: 13 Views: 10177
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Mar 18, 2016 3:58 am Subject: Passing a request to HTTPRequest Node in IIB 10 |
I have a simple flow that is like SOAPINPUT -->COMPUTE -->HTTPREQUEST -->COMPUTE -- SOAP REPLY ....
If I replace the HTTP REQUEST with SOAPREQUEST and the following works.
SET OutputR ... |