While defining Webservice Endpoint Alias property(consumer webservice descriptor), Is it enough to give the port as 443 if I want to connect to the provider WSDL as HTTPS? Any WS Security settings need to be configured for HTTPS?
Note: As per the partner, Issue exists with the .svc connector where simply changing the port to 443 doesn’t work via HTTPS but the same works for .asmx service. Doubt is that it is trying as http:443 :!:
All existing ports are 4 or more digit ports. This 443 port I tried as suggested only to make this endpoint alias work. I configured the certificates.
About WS Security, I need to know whether this should be configured if a WSDL(provider) needs to be accessed through HTTPS, 443 as HTTP,80 has no issues.