Hi,
Using SAP PI
7.30 duel stack.
I have a Web
Service to RFC pass-through scenario. The RFC input is an invoice number and a
document return type. The RFC request fetches a PDF document (Type) and return
the PDF document as a binary string in the response. On the SAP PI side we
expose this RFC as a Web Service in SAP PI. We have handed over the WSDL for
this interface to a .Net development team to code the UI. They are able to call
the Web Service an PI relay the request to the RFC successfully. The RFC also
return a response message successfully. The catch/dilemma is the binary sting representing
the PDF document cannot be converted to PDF once received in .Net. I suspect it
has to do with SAP PI XML declaration being utf-8, but utf-16 is required. I
have had a look at changing this in the SOAP channel without success thus far.
Any thought
or advise in this regard would be greatly appreciated.
Regards
Willie Hugo