We have all our client that connect https to a F5 LB with a global URL: Domain.com and the F5 redirect client to Content server using http (we are doing SSL offloading. When we open any WSDL for CWS the: import schema Location has the servername in the URL instead of the global URL. How do we fix that?
<xsd:import schemaLocation="http://servername/cws/Authentication.svc?xsd=xsd0" namespace="urn:Core.service.livelink.opentext.com"/>
I would expect to see:
<xsd:import schemaLocation="http://domain.com/cws/Authentication.svc?xsd=xsd0" namespace="urn:Core.service.livelink.opentext.com"/>