Specifies the web service endpoint URL to be used for Content Platform Engine (CPE) server communication directed at this virtual server. This property is used by advanced storage areas to replicate content from source CPE servers in other sites to this virtual server.

Use the following URL format: protocol://host:port/wsi/FNCEWS40MTOM. Use the http or https protocol.

It is recommended that you reference a load balancer for the CPE servers in this site. Alternatively, you can use a comma-separated list of web service endpoint URLs for the server instances running under this virtual server.

See Configuring server communication.

Namespace:  FileNet.Api.Admin
Assembly:  FileNet.Api (in FileNet.Api.dll)

ToggleSyntax

Visual Basic (Declaration)
Property ServerCommunicationURL As String
C#
string ServerCommunicationURL { get; set; }
Visual C++
property String^ ServerCommunicationURL {
	String^ get ();
	void set (String^ value);
}
JavaScript
function get_serverCommunicationURL();
function set_serverCommunicationURL(value);

ToggleRemarks

ToggleSee Also