cancel
Showing results for 
Search instead for 
Did you mean: 

re:- SOAP XML Schema to make RFC and TRFC call to SAP XI

Former Member
0 Kudos

Hi Expert ,

can any one guide me on SOAP XML Schema to make RFC and TRFC call to SAP XI.

this is to get data from SAP R3 through SAP XI

Appreicate your help

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

manage to settle

bhavesh_kantilal
Active Contributor
0 Kudos

Hi,

Can you give more details as to what you need. The query is not vague.

Also refer into these blogs and check if they help,

<a href="/people/shabarish.vijayakumar/blog/2006/03/23/rfc--xi--webservice--a-complete-walkthrough-part-1">RFC -> XI -> WebService - A Complete Walkthrough (Part 1)</a>

<a href="/people/shabarish.vijayakumar/blog/2006/03/28/rfc--xi--webservice--a-complete-walkthrough-part-2">RFC -> XI -> WebService - A Complete Walkthrough (Part 2)</a>

Regards

Bhavesh

Former Member
0 Kudos

Dear all,

Thanks for your input.

What we are trying to do is retrieve data from SAP . Our client is NON SAP(microsoft). we want to use Webservice to connect to SAP XI to get data from SAP R3.

I would like to know the SOAP XML schema to call SAP XI for making RFC call and also for making tRFC call .

is there a difference in the XML schema call

Once again thanks and appreciate expert inputs

bhavesh_kantilal
Active Contributor
0 Kudos

Hi

Your scenario is Webservice -- XI -- RFC. Please correct me if i am wrong.

For this, you would need to expose your Outbound Message Interface as a Webservice in XI ( by creating a WSDL for the Message Interface ) and use the same with a SOAP client to trigger the Interface Call (Microsoft) . XI will map this request to the RFC request and get the response and pass it back to the SOAP client.

To expose a Interafce as a webservice, please refer to section 3.2 of this article,

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

Regards

Bhavesh

Former Member
0 Kudos

you need to configure soap sender and rfc receiver adapter as inbound and outbound and generate the wsdl from the message interface for the inbound and use that in your microsoft application.

--Archana

Former Member
0 Kudos

configure RFC sender adapter in XI by giving creating program ID, RFC destination in ur backend system R3.

--Archana