Hello experts,
I have been configuring the following scenario ====> SF(SFSF Sender) -> PI -> File Receiver.
Basically, I want the output of the Synchronous soap call to be written to a file.
In the Sender SFSF adapter, I am using SOAP protocol and I have modeled a query using the HCI operations modeler. The query is on the 'CompoundEmployee' entity whose response XSD I have already imported into the ESR. Further to this, I have mapped this response to my file receiver interface structure.
My questions are:
- Would my sender interface be synchronous and if so, I reckon the request structure would only be a dummy structure. Is that correct?
- Can I call the 'CompoundEmployee' entity query in asynchronous mode other than for ADHOC queries?
- How would my receiver adapter work in Synchronous mode since the Sender adapter would work on a polling basis?
I have used the following links to get this far:
HowTo: Configure Communication Channel with SFSF Adapter for SAP Process Integration (PI)
Thanks in advance,
Amith