Remote

Takes three parameters, Url, InputQuery, OutputQuery

Usage:

URL, InputQuery, OutputQuery
URL, InputQuery, [WorkQuery]
URL, [WorkQuery], [WorkQuery]

Description:

This statement calls a Remote Method on another Moxie system.

The URL must specify a valid http or https URL to the server, and may include a specific port, and optional URL parameters. If an http mode is not specified, POST is used. Examples:

The Input Query specified must be a valid Query in the current running MOX environment, and will be sent to the Remote Server specified in the URL. The Query provided will be named Input when it arrives at the Remote server.

The Output Query specified must be a valid Query in the current running MOX environment, and will be overwritten by the data received back from the Remote Server. The Query provided will be named Output when at the Remote server.