J
Johnny Jörgensen
I'm creating a windows forms application that gets data from a databaase on
the net through a webservice.
Of course, it's no problem creating a reference to an already existing web
service in VS.
The problem is that I want the user to be able to install the database and
webservice on his own server and use the winforms application to access it.
That means that at development time I don't know the address for the
webservice and thus I cannot create a reference.
How do I either:
1) Program the winforms program for a webservice that is not yet accessible
AND/OR
2) Change the reference at runtime to a user entered webaddress
????
TIA,
Johnny J.
the net through a webservice.
Of course, it's no problem creating a reference to an already existing web
service in VS.
The problem is that I want the user to be able to install the database and
webservice on his own server and use the winforms application to access it.
That means that at development time I don't know the address for the
webservice and thus I cannot create a reference.
How do I either:
1) Program the winforms program for a webservice that is not yet accessible
AND/OR
2) Change the reference at runtime to a user entered webaddress
????
TIA,
Johnny J.