cancel
Showing results for 
Search instead for 
Did you mean: 

HOW TO CONVERT RFC TO WEBSERVICE

Former Member
0 Kudos

Hi all,

is there any way by which we can expose a RFC Model as WebService.

Thanks and Regards

Trilochan

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi all,

thanks for your help,i got the solution,the problem is due to life cycle designer 7.1.

the problem is resolved in life cycle designer 8.0.

Regards

Trilochan

Former Member
0 Kudos

Hi

GO to Se37(give the FM name )>Click display . Go to Menu and click on Utilites>More Utilities-->Create WebService (From FM)

Popup opens give Service Defintion name and End Point type is FM ->Continue-->select Profile as Basic Authorization --> Complete

WebService will be created.

Go and check it in WSADMIN TCode.

Thanks,

Tulasi

Former Member
0 Kudos

Hi,

I guess from ECC 6 onwards all RFC are Webservice enabled, if not you can do it from ABAP side.

Regards

Ayyapparaj

Former Member
0 Kudos

Hi,

Thanks for your prompt reply,

actually my requirement is that i have created rfc model in webdynpro and i want to expose that model as webservice is this possible.

Thanks and Regards

Trilochan

Former Member
0 Kudos

Hi,

You have imported an RFC to Webdynpo right?

If the answer is yes then instead of having additional layer, why not expose it from ABAP as Webservice.

No offence taken, I dont see any reason to expose it from Webdynpro.

Regards

Ayyapparaj

Former Member
0 Kudos

hi,

Thanks for ur reply,

Actually i m trying Interactive form where i m not able to access abap webservice(some wsdl problem),

but i m able to access java webservice so now i want to access rfc and then expose it to webservice through devloper studio.

Thanks and Regards

Trilochan

Former Member
0 Kudos

Hi,

Have tried with Both RPC and Document type WSDL from ABAP?

" but i m able to access java webservice so now i want to access rfc and then expose it to webservice through devloper studio."

In a short term may be this would help but, if this is a production app it will pinch you at some point of time.

Regards

Ayyapparaj

Former Member
0 Kudos

hi,

yes i have tried both RPC and Document,but no luck.

then after i thought this solution,can u please tell how to do this.

Regards

Trilochan

Former Member
0 Kudos

Hi,

Why dont you use the context nodes which are available as part of model node as the source for your Adobe document?

Regards

Ayyapparaj

former_member185086
Active Contributor
0 Kudos

Hi

Take the help form the following similar threads

1.[ Converting a RFC enabled function module to a webservice |]

2.[Response of a webservice as request to a RFC. Is this possible|]

3.[Webservice to RFC|]

Best Regards

Satish Kumar