This post demonstrate sync sender SOAP adapter to sync receiver RFC adapter.
Create ECC function module, a simple function to combine first name and last name.
Create below PI ESR objects, and import RFC function module.
Create below PI ID Objects:
OM:
Overview flow:
a)Using SoapUI, trigger a sync SOAP request with input (fname + lname)
b)First request mapping map fname+lname from SOAP to RFC message.
c)RFC function concatenate fnam+lname to fullname.
d)Second response mapping map fullname from RFC message back to SOAP
e)At SoapUI, will receive sync SOAP response output (concatenated fullname).
Sender SOAP adapter: CC_SOAP2RFC_SND
Receiver RFC adapter: CC_RFC_ER1_RCV
Keep on learning 🙂
SOAP2RFC – Sync Sender SOAP to Sync Receiver RFC