cancel
Showing results for 
Search instead for 
Did you mean: 

how to create webservice in NWDS

Former Member
0 Kudos

Hi

I have webdynpro application that works perfectly

but it cant be called from abap code

so need to create webservice with same functionality

could you please help by giving some input of how to create webservice ?

thank u in advance

B

Accepted Solutions (0)

Answers (2)

Answers (2)

ErvinSzolke
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi,

this video you may find useful:

https://cw.sdn.sap.com/cw/servlet/JiveServlet/download/106289-8-50255/DemoHelloWorld.exe

The documentation of it is under (you find there the same download link as mentioned above):

https://cw.sdn.sap.com/cw/docs/DOC-106307

Best Regards,

Ervin

Former Member
0 Kudos

hello

You can create different new model in the the component which consists of Webservice Type Model.

Accroding your business requirement develop the code.

In the diagram View of Component Controller you will find and see available models of the Component.

BR

SS

bhakti2
Active Participant
0 Kudos

Hi Sridhar,

Actualy I need that my functionality should be called from ABAP

If I create model in my own webdynpro project, how will it help ?

In my diagram view of component controller I cant see any models because i havent added any, so how do I add model ?

thank u

B

bhakti2
Active Participant
0 Kudos

hi,

If i create java class and then create web service for that java class, is it correct approach ?

thanks

B