Please help me with below query:
It is a sync scenario.
SOAP outbound Sync <-> PI <-> Proxy Inbound sync.
Request : Basically Webservice calls PI with Id number. PI calls proxy to input the ID number.
Response : Proxy generates pdf(Binary) against the Id number & PI to receive document as response. This document is sent to webservice as binary attachment.
I have verified Michael's blog on proxies with attachment but my abaper says its not possible in our scenario since ABAP generates the pdf & there is no place that ABAP can store that pdf. (Client is not ready SFTP/FTP maintenance so this is not our option).
Please suggest.