Dear Friends,
Need your help on working with web services in vb.net fetching data from SAP. In SAP there are three List of tables but by default configuration we are getting only first list. Please help us on to get another two list.
Below is our code :
Web config : <add key="Test_WS_multiple.service1" value="http://attc-sap2/wstimesheetd/service1.asmx" />
ASPX Page Code : <asp:ObjectDataSource ID="ObjectDataSourceShowList" runat="server" SelectMethod="EmpTS_EMP_NoDate"
TypeName="Test_WS_mult ...
Go to the complete details ...