You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cxf.apache.org by "Johnson, Eric" <Er...@iona.com> on 2007/06/20 02:20:43 UTC

Decoupled Endpoints

What happens when I specify a decoupled endpoint for an HTTP conduit if
I'm using the JAX-WS front-end?
>From what I can tell a new Destination is created to receive responses
from the provider, but how does the provider know to send responses to
the decoupled endpoint? Is this done using wsa:ReplyTo which implies
that WS-Addressing must be activated. Looking at the samples it looks
like it happens automatically.
Can this be used in place of the JAX-WS async method to do asynchronous
HTTP requests? The samples both look like they are synchronous despite
using the decoupled endpoint.
Thanks,
Eric