Content Composer consists of a number of server-side services and clients.
Client and server services communicate via SOAP web service interfaces made available on the basis of the Microsoft Windows Communication Foundation (WCF).
To ensure that client and server communication can take place, clients need to know the network addresses of server-side services.
As communication is done using the HTTP protocol, a server address looks like that of a typical web page.
Example
http://Hostname:Port/sts
The following chapters look at each individual Web Service interface and explain in detail the relevant configuration settings for client and server.
Note: Communication between server and client can only be established when the same network name
and port is defined in the respective client and server settings.