Application Development and Automation 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: 
Read only

webservice creation

Former Member
0 Likes
389

I am trying to create a webservice from a function module.

In the webservice wizard screen , initially I can see options like overview,create service,choose endpoint,choose operations....

But after choosing the endpoint, I can't see Choose Operation option anymore.Why ?Do I need to have some special permissions for this ?

I am working on optimization of webservice. How can I do If I want to expose only few Input/output parameters to webservice ?

Please advise me.

Thanks & Best Regards,Anilkumar

1 ACCEPTED SOLUTION
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
346

Basically, if you choose the endpoint to be a function module, then the operation linked to that function module, if you would have entered a function group as the endpoint, then the operations step would have been included where it would list the function modules of that group as possible operations. Make sense?

Regards,

Rich Heilman

2 REPLIES 2
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
347

Basically, if you choose the endpoint to be a function module, then the operation linked to that function module, if you would have entered a function group as the endpoint, then the operations step would have been included where it would list the function modules of that group as possible operations. Make sense?

Regards,

Rich Heilman

Read only

0 Likes
346

Hi,

Thanks for your reply.

I have one FM with some Import/export parameters.

But in the while creation of webservice I do not want to expose all the parametes bcose some parameters are not used at all so doesn't make sense to expose those in webservice.

So Is there any way where I can customize the webservice while creation ?

If I select Function Group , I can see all the Functionmodules with in that group.But I am looking for more inner level where I want to see all the operations on a selected FM.

Thanks again,

Anilkumar