‎2009 Apr 14 6:31 AM
Hello Friends,
I am developing a Web Service in R/3 server. Developed a RFC and converted it to Web Sevice.
My question is, is it necessarily required to have Java Stack in my server or will it be enough to have ABAP Stack. My server doesn't have java stack installed. shall i be able to run my Web service with ABAP stack?
Please help me and give me some suggesions.
Kumar.
‎2009 Apr 14 6:36 AM
hi
no u wont be able to run web services without java stack.
thanks
‎2009 Apr 14 8:32 AM
Hi Kumar,
the above answer is simply incorrect.
You can certainly provide a web service from the ABAP stack without any need for a Java stack.
There are several blogs, and lots of forum posts, that discuss how to do this.
If you have indeed "Developed a RFC and converted it to Web Service" then you are away.
Use transaction SOAMANAGER ( or WSADMIN, WSCONFIG on earlier releases) to publish your webservice and away you go.
Cheers
Graham Robbo
‎2009 Apr 15 10:27 AM
Hello Graham,
Thank you for your reply. In my present server we dont have SOAMANAGER and we have to follow WSADMIN and WSCONFIG. Will you please provide me step by step process to create Web service form a RFC.
i have created RFC and converted it onto Web Service. what i have to do in next step.
Kumar.
‎2009 Apr 15 10:40 AM
You can search for "WSADMIN" and "WSCONFIG" as easy as I can.
Cheers
Graham Robbo