Author |
Message |
Topic: Receiving BLOB.BLOB from FileInput Node |
Orette
Replies: 6 Views: 7870
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jan 28, 2020 7:37 am Subject: Receiving BLOB.BLOB from FileInput Node |
Here is the Trace that I am looking at. I removed a lot of the BLOB text. It looks to match up with the tree structure of that of the Knowledge Center.
( ['GENERICROOT' : 0x157e602ad ... |
Topic: Receiving BLOB.BLOB from FileInput Node |
Orette
Replies: 6 Views: 7870
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Jan 27, 2020 11:27 pm Subject: Receiving BLOB.BLOB from FileInput Node |
Understood; I will work to better my replies in the future using your points as a guideline.
I think for my purposes, I should be using SwA rather than MTOM.
Here is the error, with the web serv ... |
Topic: Receiving BLOB.BLOB from FileInput Node |
Orette
Replies: 6 Views: 7870
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Jan 27, 2020 1:58 pm Subject: Receiving BLOB.BLOB from FileInput Node |
I am making an application that has a FileInput node that is pulling in a file from a directory to start with. I am calling a web service that requires a SOAP input as well as an attachment. After I ... |
Topic: Name Attributes Disappearing with MOVE. |
Orette
Replies: 3 Views: 3169
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Jan 28, 2019 12:34 pm Subject: Name Attributes Disappearing with MOVE. |
Without going too immensely in-depth, I have a backend call that gives me a response in the Enviornment. I have to loop through a select few of those responses, and I'm doing that in the Enviornment ... |
Topic: CDATA Parsing Issue |
Orette
Replies: 3 Views: 3589
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Sep 18, 2018 9:20 am Subject: CDATA Parsing Issue |
Turns out that in OutputRoot, it was indeed PARSEing correctly and it just wasn't showing it as I expected it would in the debugger. The problem was that I placed the contents of the OutputRoot in th ... |
Topic: CDATA Parsing Issue |
Orette
Replies: 3 Views: 3589
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Sep 05, 2018 10:50 am Subject: CDATA Parsing Issue |
I searched through the forums but could not find a situation that quite paralleled mine.
I have a CDATA response that I am PARSEing using DOMAIN 'XMLNSC'.
SET OutputRoot.SOAP.Body.Blah.cDataReps ... |
Topic: Possible to get rid of multipart/form-data header? |
Orette
Replies: 3 Views: 4582
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Mar 23, 2017 9:35 am Subject: Possible to get rid of multipart/form-data header? |
Thank you for your assistance. Interestingly enough, it helped me arrive at the realization that I did not need a MIME at all! Although indirect, it was definitely still a huge help.
Thank you fo ... |
Topic: Possible to get rid of multipart/form-data header? |
Orette
Replies: 3 Views: 4582
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Mar 22, 2017 12:56 pm Subject: Possible to get rid of multipart/form-data header? |
I'm uploading files using the MIME domain and when I redownload the uploaded file and open it in a text editor, there is a header at the top of the document. For .pdf files, this is fine, as Adobe Re ... |