T
Tim Johnson
I'd like to be able to set the URL in my web-service client at runtime. I
see that when you instantiate a new one you can then set the URL:
MyWS.myservice1 ws = new MyWS().myservice1
ws.URL=<newurl>
But is there a way to set it once like a static for the life of the app?
Otherwise I have to set that URL in all the dozens of places I want to use
it throughout my app. And I don't want to compile it in since I need to
swap between 2 URLs during development. Any suggestions?
--
Tim Johnson
High Point Software, Inc.
www.high-point.com
(503) 312-8625
see that when you instantiate a new one you can then set the URL:
MyWS.myservice1 ws = new MyWS().myservice1
ws.URL=<newurl>
But is there a way to set it once like a static for the life of the app?
Otherwise I have to set that URL in all the dozens of places I want to use
it throughout my app. And I don't want to compile it in since I need to
swap between 2 URLs during development. Any suggestions?
--
Tim Johnson
High Point Software, Inc.
www.high-point.com
(503) 312-8625