I have a Service whose wsdl AND http binding is set to be using SOAP 1.2.
However when I send a SOAP 1.1-based message the Service still accepts it
BUT the response sent back is SOAP 1.2. Is this the expected behavior? I
thought that if the service was defined to be SOAP 1.2 (both by the WSDL
namespace for SOAP AND the annotation on the
port-javax.xml.ws.soap.SOAPBinding.SOAP12HTTP_BINDING-), sending a message
using SOAP 1.1 would not be accepted.
--
View this message in context:
http://www.nabble.com/SOAP1.2-based-Service-still-accepts-SOAP1.1-based-messages-tp20959638p20959638.html
Sent from the cxf-user mailing list archive at Nabble.com.