We tried to configure Https for an Enhanced Port. We got the URL as follows:
https://<HostName>/<ApplicationPool>/<PortName>/xppservice.svc?wsdl
But inside that WSDL, we are getting service binding address as "HTTP".
<soap:address location="http://<HostName>:<PortNumber>/MicrosoftDynamicsAXAif60/<PortName>/xppservice.svc" />
So we just wanted to confirm is https is configured correctly or not.
Is there anything that we are missing, to make location as "https" instead of "http".
*This post is locked for comments