Tip: How to change WSDL URL from internal machine name to public in WCF service?
Sometimes when you use wsdl.exe or "Add service reference" in VS, you get a bunch of errors, because the namespaces in the service are all referencing to localhost.
How to avoid this? Fairly easy. Just add the following lines to your config:
Tags:



