URL Anatomy

To send a Restful web service request as defined in your server module, the URL will be formatted like this:

{protocol}://{host}:{port}/{partition}/{language}/{version}/{servicename}/{path}

Protocol

The protocol identifier, typically http or https, indicates the name of the protocol used to fetch the resource.

Host

The name of the machine where the resource can be found.

Port

The port number to connect to.

Partition

Optional.  Partition will be required dependent on the value applied for partition handling.

Language

Optional.  Language will be required dependent on the value applied for language handling.

Version

Not available in V15.

Service Name

The value nominated in the Service Name.

Path

The specific path associated with the specific web service.  This may be a literal value or a combination of a literal and variable value.
For example:
/Employees
/Employees/100064
/Employees/105318/Notes

  • No labels