Hello PI Experts,
I'm using PI7.0 My customer wants to send xCBL2.0 OrderReponse XML file via HTTPS/HTTP. He is just asking me to give him a URL so that he can send the XML file over that URL link.
Once XI/PI receives the OrderResponse message he doesn't want any confirmation XML file back to him. So this is not a synchronous interface.
Once I receive the OrderReponse file from him, I will convert into IDOC and send to SAP system. This part I know what to do, but have no idea of how to receive the file over HTTPS/HTTP from the customer.
I asked him to proive the details of their server so that I can pick the file through FTP connection. But the answer came back to me was "NO"
Initialy I thought of creating a WebService and give it to him but later understood that Webservice can be used only with Synchronous interface.