Information on individual services can be found by accessing the ITAS Web Services Help Portal which is available on your test application server (or whichever server web services was installed on) if web services are ...
Web API over WCF ITAS Web Services are Web API rather than WCF as we consider Web API better approach in this situation because: The Web API framework makes it easy to build HTTP web ...
Security will be delivered in two phases. In the initial delivery Hivedome will provide clients with a Client Key and HMAC. These strings are generated by Hivedome and are unique to each client. A call ...
This section is an overview on do’s and don’ts when creating your web service calls For Hivedome Nouns not verbs (the verbs are the HTTP requests). Good: GET /Contracts Bad: GET /GetAllContracts Keep Wording Short ...
Hivedome Web Services return the following response codes: 200 – OK – Everything is working 201 – OK – New resource has been created 204 – The call is valid but resource does not exist ...
Describes the format for notifications received via the Events (Engine) API - suitable for developers working on Integration projects