General webservice information
Content-Type
The content/body in the request and the response has to be / will be in json format.
...
Servers | |
---|---|
Production | https://services.cb.nl |
Test | https://testservices.cb.nl |
Supported SSL/TLS protocols | |
---|---|
TLS Protocols | TLS1. |
Note |
---|
As of February 1, 2022, CB will no longer support TLS 1.0 and 1.1 |
2 | |
TLS1.3 |
Authentication
CB uses message level authentication based on header parameters “UserName” and “Password”. These will be provided when you sign up for this service at CB.
...
The following generic error (E) messages are defined: | |||
---|---|---|---|
WMS-00002 | Invalid username/password combination | ||
WMS-00004 | Not authorized to use this service | ||
WMS-00005 | No username and/or password provided by the caller | WMS-00008 | The request does not comply with the yaml definition|
EBS-11000 | Something went wrong in processing the request | ||
EBS-11001 | Something went wrong in processing the request |
Optional parameter
For any optional attribute one of the following options applies:
- be filled with the correct value
- be left out
- be filled with “” (read empty)
Warning |
---|
An optional parameter may therefore never be filled with the value null. |
...