Definition
TODO
Usage
There are some cases where an endpoint must be defined as an uri. As a convention, we chose to define an the URI of an endpoint like dsb://servicens/servicename@endpointname where:
-
- servicens is almost the original service namespace. 'Almost' because we removed the http:// prefix.
- servicename is the initial service name
- endpointname is the endpoint name!
As an example, an URI like dsb://petalslink.org/research/FooService@BarEndpoint can be translated like:
- Service Name have a namespace equals to http://petalslink.org/research/ and a local part equals to FooService
- Endpoint Name is BarEndpoint