cancel
Showing results for 
Search instead for 
Did you mean: 

RFC(WSDL) to SOAP sync scenario

Former Member
0 Kudos

Dear all,

My requirement is there is an RFC from ABAP that has to be exposed as WSDL and send it to some 3rd part sys take response and send it to RFC(abap).

How can this be achieved in 7.1/7.3,is there any difference .

I did not on work much on Soap scenario's.

Pls suggest.

Thanks

Accepted Solutions (0)

Answers (1)

Answers (1)

baskar_gopalakrishnan2
Active Contributor
0 Kudos

Since RFC is exposed as WSDL you can import that WSDL int the ESR to include request and response messages. Also create outbound(RFC) interface with the request and response message types. Similary you need to get WSDL for the receiver system. Import the WSDL IN ESR to create request and response message. Create inbound interface (receiver) using the receiver wsdl req,resp messages. since RFC Is exposed as WSDL, I think you can create soap sender for RFC and soap receiver for the target system synchronous. You can refer SDN for SOAP sender and receiver scenarios.

Refer SDN and also refer this [link|http://www.riyaz.net/sap/xipi-a-guide-to-using-sap-xi-soap-adapter/113/]