cancel
Showing results for 
Search instead for 
Did you mean: 

Web Services -> RFC

Former Member
0 Kudos

Hi Guys,

I have to work and configure the scenario from Websrvices to SAP.

Can anyone let me know the process and steps to setup / Configure the

scenario for Web services --> RFC.

Thanks a lot in Advance.

Regards,

Kittu.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

The process is same as any other regular scinarios..

First in the IR :

Create MI, MM, IM for the SOAP Messages if you are using External Definations for the SOAP messages You no need of DT and MT

one is important is the SOAP Message is Syncronous or Asyncronous..

Secound in ID:

Creat communication chennel for SOAP as sender and RFC as Receiver

then Create Receiver Determination, Interface Determination and Aggreements...

then test initially the Receiver Determination by going to Tools --> Test Configuarations

Develop the WSDL file

Then You can use the tools SOAP SONAR or XML SPY to test the SOAP Messages

Import the wsdl file in to above mentioned tools and provide the user name and password of the R/3 system where RFC recides and send it and if it is syncronous you will receive the vaild response back...

Amaresh

Former Member
0 Kudos

Kittu,

Go through this weblog where he has shown how to use HTTP>XI>RFC. So instead of HTTP you can use SOAP and run your scenario.

/people/community.user/blog/2006/10/24/exposing-bapi-as-web-services-through-sap-xi

Check this document for how to use SOAP Adapter:

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/d23cbe11-0d01-0010-5287-873a2202...

Also check this which weblogs will give you some information:

/people/community.user/blog/2006/12/12/http-to-rfc--a-starter-kit

/people/stefan.grube/blog/2006/09/21/using-the-soap-inbound-channel-of-the-integration-engine

/people/siva.maranani/blog/2005/09/03/invoke-webservices-using-sapxi

---Satish