.Net does a nice job of sensing the underlying protocol when generating WSDL. For instance, if I run a service as "myService" on SSL, the underlying WSDL is wired to contain the <soap:address> location mapped to " https://... " instead of "http://..." However there...