I have a remote access to SAP AS Java and I want to create and publish Web services using NWDS 7.3 or Eclipse Juno using EJB projects. But I want to create Web services without SAP Gateway or ABAP. Is it possible?
How to create web-service using NW AS Java without SAP Gateway?
1.1k views Asked by Sabari Raj At
2
You DO NOT need SAP Gateway to create web-services.
Here are the steps you need to perform to create WS in AS Java from an existing Java Bean (which should be created in advance):
After you deploy your service it will be visible in WS Navigator
Enjoy!
P.S. Detailed manuals are here and here.