cancel
Showing results for 
Search instead for 
Did you mean: 

Webservice to RFC

Former Member
0 Kudos

Hello All,

I got task to work on a Scenario to send mesasage from Webservice(SOAP) to RFC using XI. I dont have any Idea on this. Can u Explain me in detail and also scenario.

Thanks & Regards,

RavichandKone.

Accepted Solutions (0)

Answers (2)

Answers (2)

turmoll
Active Contributor
0 Kudos

Hi Rajesh,

One of the scenarios in this document [End to End Scenario Development in Exchange Infrastrure|https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/5474f19e-0701-0010-4eaa-97c4f78dbf9b] is "Web Service to RFC". Just go step by step through it.

Regards,

Jakub

justin_santhanam
Active Contributor
0 Kudos

Rajesh,

If you are doing for testing purpose then try this out.

Scenario :


Send Company ID -----> XI ------> BAPI_GET_COMPANYDETAIL
       [SOAP]                               [RFC]

/people/shabarish.vijayakumar/blog/2007/11/07/walkthrough--soap-xi-rfcbapi

If you need more details, let me know.

raj.

Former Member
0 Kudos

Hello Raj,

Your answer is very understandable.Can u explain me in Detail.

Thanks,

Rajesh

justin_santhanam
Active Contributor
0 Kudos

Rajesh,

If you need the scenario details, please follow the below object creations.

IR -Objects

Import Objects : Import BAPI_GET_COMPANYDETAIL from R/3

Data type:

DT_Request, DT_Response

Message type:

MT_Request, MT_Response

Message Interface:

MI_Outbound_Synchronous :

Output Message: MT_Request

Input Message: MT_Response

MI_Inbound_Synchronous :

Input Message: BAPI_COMPANY_GETDETAIL

Output Message:BAPI_COMPANY_GETDETAIL.Response

Message Mapping:

MM_SOAP_to_RFC_Request

Source:MT_Request

Target:BAPI_COMPANY_GETDETAIL

MM_RFC_to_SOAP_Response

Source:BAPI_COMPANY_GETDETAIL.Response

Target:MT_Response

Interface Mapping

IM_SOAP_to_RFC

Source:MI_Outbound_Synchronous

Target:MI_Inbound_Synchronous

Click Read Interfaces. Request tab:MM_SOAP_to_RFC_Request , Response tab:MM_RFC_to_SOAP_Response

Can you get the scenario?

raj.