Is it possible to use the spring jaxws:client declaration with a non-soap binding, like XMLBinding?
I'm using cxf 2.3.2, and even though the WSDL is using namespace "http://schemas.xmlsoap.org/wsdl/http/" it's falling back to the default binding of soap binding. This causes it to not use the right protocol when talking to the service created by spring declaration of jaxws:endpoint, since it is initialized with XMLBinding, given the same WSDL. Is this a bug, or just not a supported configuration, or something extra I have to set to specifically control the binding?
