Hi,
We're using TS, OD & LS 7.0. There are 5 receiver servers, all running on Linux. In 2 receiver servers, I can see the wsdl when key in url:
http://:9273/iw/services/cd/1.2/opendeployserviceBut in the other 3 servers, I'm not able to connect. "Can't establish a connection to the server at :9273".
In odrcvr.xml, I've enabled the webservice section:
< webServices enabled="yes" >
< httpTransport port="9273" host="< hostname >" >< /httpTransport >
< /webServices >
How do I make sure all of the servers can get the wsdl?
Thanks