data from webservices

B

Brian Henry

Is it possible to get data from a webservice into a pocket pc in a data set
to be used from the internet? (this will be on a internet connected
smartphone running pocketpc with Comact .net framework 1.1) thanks!
 
A

Alex Feinman [MVP]

You can create a web service function that returns DataSet object. Compact
Framework will understand it.
 
B

Brian Henry

well I seem to be having a problem with it... our webservice is local and on
http://webserver/wsData.ASMX and when i try to do a method on that web
service that returns a dataset it crashes giving me a excetion, but when it
runs from an external website it works fine... any ideas?
 
A

Alex Feinman [MVP]

Probably you are having problems with accessing the web service in general.
Instead of "webserver" try using the machine's IP address
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top