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

Web services using Basis release 620...

Former Member
0 Likes
456

Hi,

We have basis release 620. I was trying to create a webservice for BAPI using Web service creation wizard in BAPI explorer under tools tab.

But when I go to tools tab, I do not see <b>create web service</b> option in Tool Selection list.

1) Is it because we have Basis 620 or some other reason ?

2) So what do I need to do create webservices for my Custom BAPI using Basis release 620 ?

Thanks.

Regards,

Rajesh

2 REPLIES 2
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
422

Go to SE80, enter the function group name, and hit enter, then open the functoin modules node, right click on the function module, hopefully, there will be an option to create a web service in this menu.

Regards,

Rich HEilman

Read only

athavanraja
Active Contributor
0 Likes
422

webservice creation wizard is available only from WAS 6.40

in a 6.20 system, if you want to expose your RFC as a webservice, you can use the following url pattern to ge the WSDL

http://<host>.<domain>.com:<port>/sap/bc/soap/wsdl11?services=<RFC FM name in UPPERCASE>&sap-client=<client>

Regards

Raja