Dynamic webserives on Compact framework

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

i have a .net exe application running on companct framework on a barcode
scanner which connects to webservices over the internet to conenc to the
database.
I want to make the webservices in the .net exe on the barcode scanner
dynamic but i could not find any property which can let me do that. Is is
that compact framework does not support dynamic webservices ?

thanks
Sameer
 
What do you mean by "dynamic"?

You can change the location of your web service buy modifying the
YourWebServer.Url property.
 
Back
Top