The WSRR artifacts describing the Store Service are described here. The artifacts for the REST service follow a similar pattern.
Bob's Warehouse is the organization that owns both the providing Store service and the consuming StoreConsumer application.
The StoreConsumer business application represents the StoreConsumer Application, while the
StoreConsumer Application Version is a particular version of this application. This application is
the consumer: it is re-using the Store service. It has the consumer ID of CEO
. There are two
SLAs in place for this application, which constitute an agreement to allow this application to
consume the Store service. One has the context ID of Gold
, meaning it matches requests from
the StoreConsumer application which have the context ID of Gold
in the request, and one
matches Silver. The Gold SLA has a policy attached to re-route requests, so any requests from the
StoreConsumer application that have context ID set to Gold are rerouted to the endpoint specified in
the policy. The Silver SLA has no policies attached, so its existence means that requests from the
StoreConsumer application that have a context ID of Silver are allowed to pass through, though no
policy is applied.