Help with my my Hello World web service

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



I created my first simple web service on my local PC> I tested it using the
test page that is generated for you. I then created a standalone app, and
in the IDE, set a reference to the local web service. I was able to call it
successfully.

The next step, I want to move it to a remote server and try to call that. I
expect that that shoudl work.

What I do not know how to do is this:

I would like to make the URL of the location of the web service
dynamic/parameterized or read from a file, so when I release the web app
consumer program, I can change the consumer to point to either the
production or development web service.

Many thanks for any feedback




.