Skip to content
This repository has been archived by the owner on Jan 30, 2018. It is now read-only.

Latest commit

 

History

History
53 lines (27 loc) · 1.37 KB

Binding.md

File metadata and controls

53 lines (27 loc) · 1.37 KB

Binding

This section describes the already by 52°North Icleand supported binding and how to configure your service to use these bindings. It also contains the documentation how to implement and configure a new Binding.

But first, what is a binding:

"[A binding] describe[s] how SOS [...] clients and servers can communicate with each other." (OGC#12-006 Sec. 13)

Supported Bindings

52°North Icleand already supports some bindings by default.

KVP

KvpBinding

POX

PoxBinding

SOAP

SoapBinding

JSON

JSONBinding

Add a new Binding

Binding

Implementation

Binding SimpleBinding SimpleBinding

Configuration

ResponseWriter

Implementation

ResponseWriter

Configuration

Back to Index