P
P
Hi.
I have a question about webservices. When you add a web reference to a
project ypu get a .wsdl, a .disco and a reference.map file as well as the
proxy class. This reference points to the computer hosting the web service.
Now I want to be able to configure the IP address that I have stored in the
registry so taht it will work on every computer hosting this web service and
not just the one used during development. Where in code do I have to change
the URI to make it all work.
Please advice or refer me to some good articles on the subject.
What i dont want to do is reset the URI property on the proxy class after I
instantiate it. It should be handled automatically.
//Regards
<P>
I have a question about webservices. When you add a web reference to a
project ypu get a .wsdl, a .disco and a reference.map file as well as the
proxy class. This reference points to the computer hosting the web service.
Now I want to be able to configure the IP address that I have stored in the
registry so taht it will work on every computer hosting this web service and
not just the one used during development. Where in code do I have to change
the URI to make it all work.
Please advice or refer me to some good articles on the subject.
What i dont want to do is reset the URI property on the proxy class after I
instantiate it. It should be handled automatically.
//Regards
<P>