The WSDLs returned by ARA use the name of the server for the service endpoint
search cancel

The WSDLs returned by ARA use the name of the server for the service endpoint

book

Article ID: 89152

calendar_today

Updated On:

Products

CA Automic Workload Automation - Automation Engine

Issue/Introduction

Affects Release version(s): 5

The WSDLs returned by ARA use the name of the server for the service endpoint

Environment

Release:
Component: ARLSMG

Resolution

Symptoms

The WSDLs returned by ARA use the name of the server for the service endpoint (htps://a5b6c2d3e1.testexample.com) instead of the configured hostname in the IIS (automictestexample.com)


</wsdl:port>
<wsdl:port name="BasicHttpBinding_DeploymentService1" binding="tns:BasicHttpBinding_DeploymentService1">
<soap:address location="htps://a5b6c2d3e1.testexample.com:81/service/DeploymentService.svc"/>


Resolution

To fix this so it would show the configured hostname:
Navigate to C:\Windows\System32\inetsrv\config and open applicationHost.config) in the IIS:

An entry <binding protocol="https" bindingInformation="*:443:automictestexample.com" />

This will change address to show automictestexample.com of the htps://a5b6c2d3e1.testexample.com

Example described here:
http://stackoverflow.com/questions/470111/wcf-not-using-computer-name-instead-of-domain-name-when-viewing-myservice-svcws