Click or drag to resize

HttpServerConnectionCallAction Method

Send a request with the specified action and AML to Innovator server and write the obtained response into the outDOM.

Namespace:  Aras.IOM
Assembly:  IOM (in IOM.dll) Version: 14.0.20.39432
Syntax
public override void CallAction(
	string actionName,
	XmlDocument inDom,
	XmlDocument outDom
)

Parameters

actionName
Type: SystemString
Action name (e.g. "ApplyAML", etc.)
inDom
Type: System.XmlXmlDocument
AML that has to be sent to the server
outDom
Type: System.XmlXmlDocument
Output parameter: empty XmlDocument that is filled with the server response.

Implements

IServerConnectionCallAction(String, XmlDocument, XmlDocument)
See Also