When an HTTP service is the last one to be called in the URL path then it will need to call its internal services to satisfy the request rather than pass the request onto the next service. These internal services are called end point services. As noted previously, this condition is assumed when the Service argument is empty. However, this condition can also exist if the Service argument contains a unique identifier. Each HTTP service will identify and handle these conditions as needed.

  • No labels