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.
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