Client communication and endpoints

Your client communication and endpoints will vary depending on if you are using a WCF or non-WCF client. For example, in a WCF client (for example a Windows C# client), an endpoint you might commonly use is http://112.40.207.56:6325/DoubleTake/Jobs/JobManager. That same endpoint on a non-WCF client (for example, a Java client) would be https://112.40.207.56:6326/Interop/DoubleTake/Jobs/JobManager. Notice the port number is different and the relative URI is prepended with /Interop.