Endpoint Locations
| Environment Classification | Communication Protocol | URL |
|---|---|---|
| Dummy | SOAP | https://integration-pos.shophumm.com.au/soap/v1/TestService.svc?wsdl |
| Dummy | HTTP | https://integration-pos.shophumm.com.au/webapi/v1/Test |
| Sandbox | SOAP | https://integration-pos.shophumm.com.au/soap/v1/Service.svc?wsdl |
| Sandbox | HTTP | https://integration-pos.shophumm.com.au/webapi/v1/ See HTTP Examples for a list of specific endpoints. |
| PROD | SOAP | https://pos.shophumm.com.au/soap/v1/Service.svc?wsdl |
| PROD | HTTP | https://pos.shophumm.com.au/webapi/v1/ See HTTP Examples for a list of specific endpoints. |
| PROD Heartbeat Polling | https://pos.shophumm.com.au/ping/hello | |
| Sandbox Heartbeat Polling | https://integration-pos.shophumm.com.au/ping/hello |
InfoFor SOAP, both HTTP and TCP are supported and both must be secured over TLS - see Transport Layer Security for more information. HTTP must also be HTTP over TLS.
All endpoints implement URL versioning, with the version included in the URL:
- https://pos.shophumm.com.au/soap/v1/Service.svc?wsdl (for SOAP) and
- https://pos.shophumm.com.au/webapi/v1/operation (for HTTP). Only v1 at this stage and a 404 "Not Found" response will be returned if no version is specified.
