Dynamic Web Service Reference

B

bdtmike

How do you build a winform app that consumes web services but the web
service reference is dynamic?

I have to write an app that consumes web services. My development is
off-site and the production web service is behind a firewall that I
can't access remotely. So I need to develop using a test site local
to me but when the app is deployed at the customer it needs to hit on
the production site. Therefore, I need to design this app so that the
actual web references are evaluated at run-time through some sort of
config file. What are "best practices" for doing such a thing? Can
this even be done?

Thanks in Advance.
-Mike
 
M

mais

I simply developed my client application in a test environment and changed
the "Url" property of the service at runtime ....

Hope this helps!

Mais
 
J

Jimmy V

It sounds like you might need some configuration files or registry settings
for your app. You can add a registry key to your client machines as part of
your deployment. The value of the configuration dictates the URL for your
web service reference.

--
Jimmy V
..NET Development Team - CTS, Inc
(e-mail address removed)

www.askcts.com
 

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

Members online

No members online now.

Forum statistics

Threads
473,754
Messages
2,569,528
Members
45,000
Latest member
MurrayKeync

Latest Threads

Top