cancel
Showing results for 
Search instead for 
Did you mean: 

RFC to WebService

Former Member
0 Kudos

I need to develop Order status inquiry interface. Customers will be sending their request over the HTTPS and I need to run an RFC to get the status using XI.

I want to expose my RFC as a Webservice. How to do that?

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Jenni !

As far as I know, from Web AS >=6.20, you can go to

http://<host>:<http service port>/sap/bc/bsp/sap/webservicebrowser/search.html

to see the RFCs exposed as webservices. You can use them without XI, but I think having XI as a broker is best (monitoring, logs, etc.).

Regards,

Matias.

Former Member
0 Kudos

Jenni,

Check this weblog on how to expose BAPI as a webservice:

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

Regards,

---Satish

Former Member
0 Kudos

Hey

lemme know if my understanding is correct

you will be getting s request via HTTP from some client which will be channeled to XI and you need to get back the response for XI and send it back to the client,right?

if yes,then you can do a simple HTTP to RFC sync scenario

Thanx

Ahmad