Hi All,
I have a synch scenario.
our nonSAP application by sending empCode, is trying to receive the employee's Payslip PDF from ECC, via PI. The PDF size is around 17KB.
______ ___________ ____ ________ _____________
| | | | | | | | | |
|NonSap|-->(empCode)----->|SoapAdapter|-->| PI |--->|Proxy |---->|ECC |
|Appl |<--(payslipPDF)<--|(qos:BE) |<--| |<---|Inbound |<----|gets empCode |
| | | | | | |Synch | |generates Pdf|
|______| |___________| |____| |________| |_____________|
Have following queries:
1.the PDF to be returned, is it better to convert the pdf into Xstring and pass the Xstring as a field of Payload XML
2.I checked the Michal Krawczyk's blog [ABAP Proxies with attachments| http://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/3509] [original link is broken] [original link is broken] [original link is broken];, is it good to pass pdf as it is as an binary attachement.
Does soap adapter support additional binary attachements to be delivered to nonSAP webservice client applications.
3.In both the cases, the payslip data is little sensitive, so sxmb_moni team should not be able to easily see/interpret the payslip data. Is there any security feature that we can enable/use so that actual payslip data is visible to requesting nonSAP application, but the pdf data is little encrypted in the sxmb_moni messages.
thanks in advance,
Madhu_1980