Path to WebService

  • Thread starter Thread starter Mateusz [PEYN] Adamus
  • Start date Start date
M

Mateusz [PEYN] Adamus

Hi

I was wondering if there is a way to dynamicly specify the path to the
WebService?

For example: I'm writing a soft which will use a WebService. But
WebService could be provided on one of few servers. I'd like to add a
feature to my software for setting the addr of the WebService's server

Is it possible?


best regards
Mateusz [PEYN] Adamus
 
Hello

It is relatively easy. When you create instance of proxy wrapper for your
WebService, you may change its Url property to point to any valid address

Best regards,
Piotr Szczytowski
 
Back
Top