Dear Forumers,
I'm looking for the best way to have following scenario working:
Call of SOAP Web services - PI - RFC
In fact it's the same as exposing the BAPI's and functions as Web Service but through PI for internal political reasons.
So PI would just act as the "exposer" of the BAPI / Function web services.
I created
in ESR:
- RFC: imported bapi / function
- External definition: based on the WSDL I could export from the RFC I just imported.
- Service Interface outbound synchronous
-- based on the external definition
- Service Interface inbound synchronous
-- based on the RFC
Then operation mapping with 2 message mappings: 1 for request and 1 for responses where I map every field 1 on 1.
in ID
- 1 communication channel for SOAP Sender
- 1 communication channel for RFC Receiver
- An Integrated Configuration
Is this the best way to go?
Besides that I get an error on this scenario as shown in attachment