Sending PDF file into Trading Networks

Hi Friends,

We are Integrating SAP with Bank Swiftnet and coming to my requirement webMethods will recieve the PDF file in decode format and we are decoding this file and converting into PDF, now how to process this PDF file in Trading Networks?

Thanks in advance :slight_smile:

Doesnโ€™t make sense to process PDF directly in TN.
you can put it into a xml structure with some fields like, doc name, ID, sender/receiver etc. better base64 encode the pdf, then you can route it through TN.

Yes add a wrapper XML with CDATA in it and route the PDF content vai TN to the target and let TP decode it:

HTH,
RMG