cancel
Showing results for 
Search instead for 
Did you mean: 

Exposing an RFC FM in 4.6c as webservice through XI

Former Member
0 Kudos

Hi,

I know we can expose an RFCFM in 4.6C through an standalone WEBAS6.40 system. But if i want to do the same through XI , how should i proceed for them. i.e

Consume an Webservice in 4.6C system through XI

Any inputs / leads will be oh grt help.

regards

Vish

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi ,

Have a look at this weblog...

/people/shabarish.vijayakumar/blog/2006/03/23/rfc--xi--webservice--a-complete-walkthrough-part-1

sekhar

former_member206604
Active Contributor
0 Kudos

Hi,

Have SOAP adapter as Sender and receiver RFC as receiver adapter. Get the request and pass it on to the RFC as request and return back the Response. It will be a Sync communication.

Request

SOAP --> XI ---> RFC

Response

RFC ---> XI ---> SOAP

Also check the blog posted by Sekhar.

Thanks,

Prakash