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.
soap2rfc_er1_fm
Create below PI ESR objects, and import RFC function module.
soap2rfc_esr
soap2rfc_imported

Create below PI ID Objects:
soap2rfc_id

OM:
soap2rfc_om
soap2rfc_om_response
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).
soap2rfc_overview
Sender SOAP adapter: CC_SOAP2RFC_SND
soap2rfc_cc_snd

Receiver RFC adapter: CC_RFC_ER1_RCV
soap2rfc_cc_rcv
Keep on learning 🙂
 

SOAP2RFC – Sync Sender SOAP to Sync Receiver RFC
Tagged on:             

Leave a Reply

Your email address will not be published. Required fields are marked *