I'm using Service Reference based on wsdl:
https://webapi.allegro.pl.webapisandbox.pl/service.php?wsdl
to get data from sandbox enviroment. Everything works fine but I need to change it on publish to production enviroment:
https://webapi.allegro.pl/service.php?wsdl
I don't like to do it manually before each publish, so how to do it automatically? It's possible using web reference, but I need to do it with service reference.