The DSB components (binding and engines) are all exposing some business services. Some of them also provide one endpoint which is 'WSAdressing aware': All messages which are send to this WSAdressing endpoint will be forwarded to an external service (if all the required data is filled).
The endpoint is defined as:
* Endpoint name: WSAEndpoint
* Service QName: {URI}WSAService
* Interface QName: {URI}WSAInterface
Where the URI is defined with this pattern : *http://petals.ow2.org/wsa/%s/* where %s is the supported protocol.
h2. Using it
Call the WSAdressing endpoint and set the target address in the message exchange org.ow2.petals.component.framework.api.Constants.WSStar.Addressing.TO_QNAME property.
h2. URI pattern list
* SOAP component: *http://petals.ow2.org/wsa/http/*
The endpoint is defined as:
* Endpoint name: WSAEndpoint
* Service QName: {URI}WSAService
* Interface QName: {URI}WSAInterface
Where the URI is defined with this pattern : *http://petals.ow2.org/wsa/%s/* where %s is the supported protocol.
h2. Using it
Call the WSAdressing endpoint and set the target address in the message exchange org.ow2.petals.component.framework.api.Constants.WSStar.Addressing.TO_QNAME property.
h2. URI pattern list
* SOAP component: *http://petals.ow2.org/wsa/http/*