5.9 Web Service

It describes a generic web service.

Type: WebService (Record)

ID

Name

Type

#

Description

1

description

str

1

Generic description of the web service.

2

server

Server

1

Hostname or IP address of the server.

3

port

int

1

The port used to connect to the web service.

4

endpoint

str

1

The endpoint used to connect to the web service.

5

owner

str

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"
}