5.9 Web Service
It describes a generic web service.
Type: WebService (Record)
ID |
Name |
Type |
# |
Description |
|---|---|---|---|---|
1 |
description |
|
1 |
Generic description of the web service. |
2 |
server |
1 |
Hostname or IP address of the server. |
|
3 |
port |
|
1 |
The port used to connect to the web service. |
4 |
endpoint |
|
1 |
The endpoint used to connect to the web service. |
5 |
owner |
|
1 |
Owner of the web service. |
Sample Web Service object represented in JSON Format:
{
"description": "web_service",
"server": "192.168.0.1",
"port": 443,
"endpoint": "maps/api/geocode/json",
"owner": "Google"
}