5.11.8 SEND
The SEND command is used to send the JSON content to the remote HTTP server.
When the SEND command of this service is executed the following steps occur:
The service determines if this Unicode data needs to be archived.
The service sends a HTTP request to remote server and receives the HTTP response.
Syntax:
Command |
Keyword |
Value |
Developer notes for Command/Keyword/Value |
SEND |
URI |
value |
Mandatory. Remote URI. |
HOST |
value |
Mandatory. Remote server. |
|
USER |
value |
Optional. Basic authentication user. |
|
PASSWORD |
value |
Optional. Basic authentication password. |
|
PROXY |
value |
Optional. Proxy server. |
|
PROXYUSER |
value |
Optional. Basic authentication user. |
|
PROXYPASSWORD |
value |
Optional. Basic authentication password. |
|
METHOD |
|
Optional. See METHOD. |
|
VERSION |
|
Optional. See VERSION. |
|
SECURE |
*YES |
Optional. Use HTTPS protocol. |
|
*NO |
Default. Use HTTP protocol. |
||
WAIT |
*YES |
Optional. Default is 0. |
|
*NO |
Do not wait for HTTP response. |
||
value |
Wait read time in milliseconds. |
||
TIMEOUT |
value |
Optional. Default is 0 which means disabled. |
|
LOCALE |
|
Optional. See LOCALE. |
|
ARCHIVE |
|
Optional. See ARCHIVE. |