Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Web Services from Function Module

Former Member
0 Kudos

Hi All

I need to develop web services from a function module, i need an end to end process of converting a Function Module to a Web Service like creation of proxy,virtual interface, SOAMANAGER.

Please guide me the proper steps and the sequence. browsed many links in SDN but not clear.

My Web Application Server is of version 7.0

Thanks in Advance.

Chaitanya.A

1 ACCEPTED SOLUTION
6 REPLIES 6

0 Kudos

Hi Balu

Thank you for the Prompt reply. i have already gone through this.

share with me if you have any information.

Regards

Chaitanya.A

Former Member
0 Kudos

check this blog

/people/thomas.jung/blog/2007/12/17/consuming-services-with-abap

its really good and explained in detail

0 Kudos

Hi Sumanth

Thank you. i am looking for providing web services.

Regards

Chaitanya.A

Former Member
0 Kudos

Hi Chaitanya,

Basic steps in providing web service are

Creation of web service involves the following steps.

1. Creating service

2. Choosing Endpoint

3. Choosing Operations

4. Configuring service

5. Completing the creation

as per u r requirement, Open the FM -> Utilities -> More Utilites -> create Web service- >

it takes to a wizard and gives step by step information....

from SOA manager u can create the End point/s which completes the create of web service.

let me know if u required more information.

Warm Regards,

Sumanth

Former Member
0 Kudos

closed