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.
#Automation
Hi All,
We have requirement like receiving PDF file from SAP into webMethods. May I know in which way we can receive the PDF file from SAP?
Thanks in advance. Raghav.
SAP should convert it into an object with base64 encoded format… You can decode it in webMethods using pub.string:base64Decode service.
HTH Senthil