You are here: HTTP Services > Working with HTTP Web Services

Working with HTTP Web Services

ABC's HTTP Web Services interface is based on sending and receiving data from remote servers using the operations of HTTP directly. Pure HTTP web service is a style, not a standard. However, this style implements popular standards – URL, XML and HTTP.

To get data from the server, a URL containing an HTTP GET request is sent to the server. The response contains an XML message. This XML message can be parsed.

If you have been exposed to thin-client application development (i.e. applications executing within a Browser over the internet) then you have been leveraging several of the core protocols important to ABC's HTTP Web Services implementation. The main advantage of this approach is simplicity.

 

The core advantages of HTTP web services are:

The documentation for individual HTTP services describes the formats required and returned by each parameter. For your convenience, you may also want a reference list of all parameters on a single page.

See Also: