Author |
Message |
Topic: Mapping the response back to request |
devamar28
Replies: 6 Views: 2727
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Jan 06, 2017 2:22 pm Subject: Mapping the response back to request |
Don't think of it as a WMB problem.
Think of it as a general coding problem.
Solve it that way, then turn it into WMB code.
Thank you! |
Topic: Mapping the response back to request |
devamar28
Replies: 6 Views: 2727
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Jan 06, 2017 11:42 am Subject: Mapping the response back to request |
I'm learning WMB from scratch and planning to become a WMB developer, I'm bombarding myself with all the tasks one could find, the other day it was SwA and today this. I will be getting better if not ... |
Topic: Mapping the response back to request |
devamar28
Replies: 6 Views: 2727
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Jan 06, 2017 10:33 am Subject: Mapping the response back to request |
I have the below scenario
I'm sending a JSON Request with 50 records each time and each record has a unique id: below is sample request
The Request and Response are sequential and I'm using POS ... |
Topic: Soap With Attachment |
devamar28
Replies: 12 Views: 5377
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Jan 06, 2017 10:22 am Subject: Soap With Attachment |
Thanks everyone for all your help!!  |
Topic: Soap With Attachment |
devamar28
Replies: 12 Views: 5377
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jan 05, 2017 7:54 am Subject: Soap With Attachment |
I for one am pretty new to web services and WMB, hence the amature questioning or usage of words sorry about that.
While sending a soap request using a soap UI if we want to send a file we go to the ... |
Topic: SoapRequest with attachment |
devamar28
Replies: 1 Views: 2000
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jan 04, 2017 1:07 pm Subject: SoapRequest with attachment |
Hello I'm trying to create a Soap Request in compute node and sending that to the soap request node. While creating the request there are two parameters I need to match
1. In the request I should ... |
Topic: Soap With Attachment |
devamar28
Replies: 12 Views: 5377
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jan 04, 2017 12:59 pm Subject: Soap With Attachment |
1. The receiver wants the file to be sent Via SOAPRequest(In the form of actual file not just the content).
2. The receiver wants the file content to be BASE64ENCODED
Right now I'm storing the ... |
Topic: Soap With Attachment |
devamar28
Replies: 12 Views: 5377
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jan 04, 2017 12:21 pm Subject: Soap With Attachment |
The first one Vitor, I'm trying to attach a file to the XML as an attachment |
Topic: Soap With Attachment |
devamar28
Replies: 12 Views: 5377
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jan 04, 2017 10:48 am Subject: Soap With Attachment |
Hello Vitor, sorry if I was not clear. I'm trying to pull something from a database convert that to a base64encode and store it in a file(any format). This file I need to attach in the request and sen ... |
Topic: Soap With Attachment |
devamar28
Replies: 12 Views: 5377
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jan 04, 2017 10:15 am Subject: Soap With Attachment |
Hello I'm trying to create a Soap Request in compute node and sending that to the soap request node. While creating the request there are two parameters I need to match
1. In the request I should b ... |