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? >
