Author |
Message |
Topic: MRM converting xml attributes to elements |
rk1891
Replies: 11 Views: 7550
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jul 01, 2021 5:04 am Subject: MRM converting xml attributes to elements |
I've seen libraries and applications when we upgraded to v8 but we never get on the task of updating all existing flows and sub-flows.
I'm using few sub-flows in this webservice client message flow ... |
Topic: MRM converting xml attributes to elements |
rk1891
Replies: 11 Views: 7550
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jun 30, 2021 5:06 am Subject: MRM converting xml attributes to elements |
We are at IIB version 10 now.
I'll explore the SOAP node. So I should be creating the message set with SOAP domain from wsdl to work with it then?[/quote] |
Topic: MRM converting xml attributes to elements |
rk1891
Replies: 11 Views: 7550
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jun 29, 2021 10:10 am Subject: MRM converting xml attributes to elements |
Hmm.. So you would suggest to use XMLNS domain in the message set that's generated based on the wsdl ? |
Topic: MRM converting xml attributes to elements |
rk1891
Replies: 11 Views: 7550
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jun 29, 2021 4:40 am Subject: MRM converting xml attributes to elements |
#1 - I'm using the MRM domain so it can handle the SOAP envelope part of the message without me constructing it.
#2 - As there is no need since I don't have the requirement to handle other aspects ... |
Topic: MRM converting xml attributes to elements |
rk1891
Replies: 11 Views: 7550
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Jun 25, 2021 11:58 am Subject: MRM converting xml attributes to elements |
Hello,
I've message flow where I'll be getting an XML in MQInput node and I'm constructing a SOAP message in a compute node before passing the message on to HTTPRequestNode to call the end webservi ... |
Topic: JSON message validation |
rk1891
Replies: 9 Views: 6469
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jul 30, 2019 5:16 am Subject: JSON message validation |
No, I do not have it enabled.
hi...is this because you've got 'Automatic Content-Type handling' enabled at the RESTRequest node's 'Response Message Parsing' tab |
Topic: JSON message validation |
rk1891
Replies: 9 Views: 6469
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Jul 29, 2019 11:46 am Subject: JSON message validation |
Can anyone please explain this or how we avoid this?
I almost dealt with all kinds of scenarios so far, this seems to be the final straw I need to get resolved. For this also I've the solution bu ... |
Topic: JSON message validation |
rk1891
Replies: 9 Views: 6469
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Jul 26, 2019 10:58 am Subject: JSON message validation |
Another question -
Even though I select ResponseBodyLocation as $ResultRoot/BLOB and the domain as BLOB on the Rest Request node, Why is the response is coming under this tree ?
JSON
Unk ... |
Topic: JSON message validation |
rk1891
Replies: 9 Views: 6469
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Jul 26, 2019 6:23 am Subject: JSON message validation |
This as per the current architectural pattern we adopted. We've the adapter flows that does all the communication part of work and pass the info to Transformation flows where the actual transformation ... |
Topic: JSON message validation |
rk1891
Replies: 9 Views: 6469
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jul 25, 2019 10:37 am Subject: JSON message validation |
Another interesting finding -
When the REST service responds with a non 200-299 status code, for example 401- Unauthorized, the Request node is sending the below JSON message in BLOB message tree ev ... |
Topic: JSON message validation |
rk1891
Replies: 9 Views: 6469
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jul 25, 2019 6:25 am Subject: JSON message validation |
On this node I've selected the message domain as BLOB as I want to pass in the message as-is to downstream ESQL compute node in another flow. I don't see any advantage in that approach. Is there a spe ... |
Topic: JSON message validation |
rk1891
Replies: 9 Views: 6469
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jul 24, 2019 2:08 pm Subject: JSON message validation |
Hello all,
I'm facing some strange situation with JSON message parsing.
I've a REST request Node that is invoking a REST API to get a JSON response. On this node I've selected the message domain ... |
Topic: Question about HTTP Request node |
rk1891
Replies: 4 Views: 2935
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Feb 09, 2017 1:00 pm Subject: Question about HTTP Request node |
Hmm...Ok, Thanks.
It was some legacy code written by someone almost a decade ago. |
Topic: Question about HTTP Request node |
rk1891
Replies: 4 Views: 2935
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Feb 08, 2017 7:55 am Subject: Question about HTTP Request node |
We are using generated message set out of the wsdl.
And in the preceding Java compute node, we've the code as below to construct the SOAP envelope, hence I was trying to use that value for 'Request ... |
Topic: Question about HTTP Request node |
rk1891
Replies: 4 Views: 2935
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Feb 08, 2017 6:55 am Subject: Question about HTTP Request node |
This is about the properties of HTTP request node
Why {http://schemas.xmlsoap.org/soap/envelope/}:Envelope is working in 'Message' property under 'Response Message Parsing'
and
Why InputRoot.{h ... |