You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cxf.apache.org by Eric Johnson <EM...@progress.com> on 2008/10/29 21:44:37 UTC

bindingUri

Sorry for the newby question...

What does the bindingUri attribute of jaxws:endpoint do?

Re: bindingUri

Posted by Willem Jiang <wi...@gmail.com>.
Since CXF has some binding modules(soapbinding, xmlbinding, jbibidning,
etc) for marshal and unmashal the messages. we use bindingUri for
configuring the binding module for the cxf endpoint.
This bindingUri just works as tranpsortId which helps us to configure
the transport module for the cxf endpoint.

Willem

Eric Johnson wrote:
> Sorry for the newby question...
> 
> What does the bindingUri attribute of jaxws:endpoint do?
>