Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.
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
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