cancel
Showing results for 
Search instead for 
Did you mean: 

webservices

Former Member
0 Kudos

i am doing email application for the first time and i have questions

1) y model node is beeing created in view contex

2) when i imported model, i found request and respones under the model class, what for they r used

3) need info about webservices model and webdynpro model from uml.

4) why custom controller is taken instead of component controller

Thanks

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Ricky,

This tutorial explains everything u want to know .

<a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/900bbf94-a7a8-2910-e298-a651b4706c1e">https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/900bbf94-a7a8-2910-e298-a651b4706c1e</a>

regards

Sumit

Former Member
0 Kudos

Hi ricky,

1)Through model only u can access webservices.If u want to see the webservice result in view then u have to make context mapping upto view.

2)for example if ur seeing weather forecast then u should have to send request to which place u want.Response is the result ur getting for that request.

4)u can use component controller also.