Jump to content

Sending dataset from webservice to PDA clients


Gauls

Recommended Posts

Hello I have created a user defined table inherited from Datatable,and a custom row inherited from Datarow while sending across webservice i have added them to a dataset. Now i can receive the dataset on my client but when i am trying to refer the table it is a datatable instead of the custom oneCan some one help??????????????

Link to comment
Share on other sites

Well, web services are for trasmitting data across domains, not whole pages or anything. If you want to include the result, you could just use your server side script's XML reader to caputre that data with an XPath expression like

/html/body//table

aimed at the result document. Use the web service, if you want to caputre the data and give it some alternative presentaion.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...