Webservice Problems

A WebService can be registered but not correctly addressed via https.

Cause: Registering the URL in netsh with https://+:8482/ for use with BasicBinding.
Solution: Registration of the URL in netsh with https://Hostname:8482/1)

1)
Note: Specification of the hostname is mandatory.