There is a URL property on the WebService Reference object, you should be able to set this once you get an instance of your werbservice. This is all the non compact frame work is doing for you. I am currently doing this in a windows app, haven’t' tried it in a compact framework app, but I believe the help says the property is there.
you can only do it through code out of the box by setting the Url property
as described below.
if you want the app.exe.config behavior, then you could implement that using
the OpenNETCF System.Configuration implementation.
Thanks,
casey http://www.brains-N-brawn.com'
Wayne said:
There is a URL property on the WebService Reference object, you should be
able to set this once you get an instance of your werbservice. This is all
the non compact frame work is doing for you. I am currently doing this in a
windows app, haven't' tried it in a compact framework app, but I believe the
help says the property is there.url in web.config. Is there any way to accomplish this with CE?