Author |
Message |
Topic: How to Serialize DFDL in compute node |
adamd
Replies: 13 Views: 4212
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Dec 04, 2015 1:27 pm Subject: How to Serialize DFDL in compute node |
Vitor, I agree with you 100% and I appreciate you taking the time to chat with me. It really means a lot that a random stranger would take the time to offer advice on something like this. I am workin ... |
Topic: How to Serialize DFDL in compute node |
adamd
Replies: 13 Views: 4212
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Dec 04, 2015 1:24 pm Subject: How to Serialize DFDL in compute node |
Well I think I answered my own question after digging through the IBM docs some more and came up with using the AsBitStream method and writing that out to a file. Thanks for the replies. |
Topic: How to Serialize DFDL in compute node |
adamd
Replies: 13 Views: 4212
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Dec 04, 2015 12:59 pm Subject: How to Serialize DFDL in compute node |
Yes, I am reading the file with a file input node. Someone told me that in order to save or read files from a network location it required an add on that we do not have but I will do some more checki ... |
Topic: How to Serialize DFDL in compute node |
adamd
Replies: 13 Views: 4212
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Dec 04, 2015 12:33 pm Subject: How to Serialize DFDL in compute node |
@fjb_saper - I'll try the file output node, thanks for the suggestion.
@Vitor - I guess I thought I had to serialize the DFDL message to get it back into its original form, if there is another wa ... |
Topic: How to Serialize DFDL in compute node |
adamd
Replies: 13 Views: 4212
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Dec 04, 2015 12:21 pm Subject: How to Serialize DFDL in compute node |
I need to do this because our cobol application expects the file in the serialized format as input(it watches for the actual file in a directory), but I need to intercept the file first to determine i ... |
Topic: How to Serialize DFDL in compute node |
adamd
Replies: 13 Views: 4212
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Dec 04, 2015 11:51 am Subject: How to Serialize DFDL in compute node |
Hello,
I am very new to IIB and am trying to figure out how I would take a DFDL message from and input node and re serialize it back to its original state as a string. I would like to do this in . ... |