You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

The CLOSE command closes the open service and creates the SOAP response.

Syntax:

Command

Keyword

Value

Developer notes

CLOSE

FAULT

value

Optional. Fault string.

CODE

value

Optional. Fault code.
Default: soapenv:Server.userException.

DETAIL

value

Optional: Fault Detail.
Default: An empty string.

VERSION

value

Optional. Fault Version.
Default: 1.1.

CONTENT


Optional. See CONTENT.

ARCHIVE


Optional. See ARCHIVE.

Example

     CLOSE

CLOSE FAULT(Duplicate name)
  • No labels