Skip to main content

Web Service Endpoints and URIs

A Web Service is exposed to its consumers via an Endpoint and a URI. It is important that each service has a different endpoint or it will overwrite the current service running using that endpoint when the new service is started. It is possible to share endpoints if multiple services are implemented in the same job. If that is done then the services need to be distinguished by different URIs.

This is a nice method of grouping services by endpoint however it can lead to very big and messy jobs.

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!