Hi Everyone: I am attempting to build a first, very simple Web Dypro application that goes beyond the tutorial materials. I have a web service (that I've tested!) that resides on the same Web AS, and I want to display the rows of the table in a Web Dynpro Table object. I have so far:
1) Connected the Controller Context to the Model, and dragged all of the items below the 'response' node of the Web Service to create an tree in the context
2) I connected the View Context to the Controller Context.
Nothing happens when I load the Web Dynpro page. I suspect I need to add some code to the wdDoInit method, but I'm not sure what object I use to invoke the Web Service.
Anyone point me in the right direction to move forward?