Path to WebService

  • Thread starter Mateusz [PEYN] Adamus
  • 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
 
P

Piotr Szczytowski

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
 

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

Top