BCSDocument CallRemote Method (String, String, String, String, String)Meridian Enterprise 2013 Developer's Guide | BlueCielo ECM Solutions
Evaluates an expression on the specified remote vault.

Namespace: BlueCieloECM.InnoCielo.Meridian.Scripting
Assembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 1.4.0.0 (1.4.53.0)
Syntax

public Object CallRemote(
	string url,
	string username,
	string password,
	string remoteVault,
	string expression
)

Parameters

url
Type: OnlineSystem String
The base URL for Web Access on the remote server (e.g. http://remote.com/meridian).
username
Type: OnlineSystem String
The name of the user to log in to Web Access on the remote server.
password
Type: OnlineSystem String
The password to log in to Web Access on the remote server.
remoteVault
Type: OnlineSystem String
The name of the remote vault (not the WebAccessLocationID property value of the remote vault, because this will change when the vault is republished).
expression
Type: OnlineSystem String
The expression to evaluate.

Return Value

The result of the remote call.
See Also