If you connect just to a web services then you need to know what they return
to you when you call the methods. If the webservices access a SQL database
behind you may get a DataSet or a DataTable or it could be a proprietary
object the developers implemented.
"XML newbie: Urgent pls help!" wrote:
Quote:
I am working on Vb.Net application. I have to connect to remote server(it's
IP address)(this server is not on my network). This company has provide me
username, companyname and password. Once, I get connected, I get the
SessionID. Now, I need to download some of the tables from here. How do I do
this.
Pls note, this company has some web services. If I create a reference to
it's web services, how do I access it's database(tables)?
I appreciate your quick response and thanku in advance |