.net - How to consume web service hosted on multiple servers, from different clients? -


i consuming web services in client application.

at present, proxy classes generated using wsdl.exe. web class's url property set specific url web service hosted. proxy classes part of 1 of class library projects.

now, need host web service on more 1 servers , different clients point different servers. how can manage now?

do need generate proxies different clients separately using url client pointing? if yes, how can use single setup clients?

i using vs 2008.

as long wsdl same* each service don't need generate different web service proxies - can use same 1 , set endpoint url on proxy url of web service wish use.

* - apart things published endpoint url , things that.


Comments

Popular posts from this blog

WPF: binding viewmodel property of type DateTime to Calendar inside ItemsControl -

java - Getting corefrences with Standard corenlp package -

Java - Returning an array from a method to main -