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:
Unknown macro: {URI}
WSAService
- Interface QName:
WSAInterface
Where the URI is defined with this pattern : *http://petals.ow2.org/wsa/%s/* where %s is the supported protocol.
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.
URI pattern list
- SOAP component: *http://petals.ow2.org/wsa/http/*