[MonoTouch] Change URL of webservice during runtime

2011-09-29 Thread Andreas Ploetzeneder
hello, how can i change the url of a webservice while the service is running -- Mit freundlichem Gruß,* Andreas Plötzeneder* CEO *ihr ploetzeneder it-solutions Team **Mobile Development*http://www.ploetzeneder-it.com/softwareentwicklung/mobile-development.html * –

Re: [MonoTouch] Change URL of webservice during runtime

2011-09-29 Thread Sebastien Pouliot
Hello Andreas, Normally the bindings you generate for your web services will include a constructor/property to allow you to specify your own URL. For more details see: http://stackoverflow.com/q/7497728/220643 Regards, Sebastien 2011/9/29 Andreas Ploetzeneder i...@ploetzeneder-it.com: hello,