I developed 2 web services with Windev/Webdev 27. They're supposed to be called on those URLs :
- api.mydomain.com
- feedback.mydomain.com
If I deploy only one web service on the server, without changing the bindings (*:80 by default) everything works well. But if I set api.mydomain.com:80, the deployement doesn't work anymore. If I add localhost:80 to the bindings, it works again. But I created a second web site in IIS 10 to deploy the second web service, and I can't set localhost:80 in the binding because it's already used by the first site. Here's the message that WinDev returns :
So my question is, how can I deploy/access different web services with different URLs with IIS ?
Here are several screenshots of configurations you may need :
Deployement settings :
IIS web sites settings (sorry, screens are in french, but all you need to know is this is the bindings settings) :
Web Service Configurations enabled in WebDev Configuration :