Re: CXF wsdl2java generates SOAP 1.1 message

2017-10-26 Thread jr
I figured this out. I am using a Grails plugin and it had a property to set the SOAP version to 1.2. proxyFactoryBindingId = "http://schemas.xmlsoap.org/wsdl/soap12/; The plugin checks if the value for property proxyFactoryBindingId contains the string "soap12" and if it does it sets the message

CXF wsdl2java generates SOAP 1.1 message

2017-10-25 Thread John Ruggentaler
Hi, I generated my SOAP client code using Apache CXF 3.0.4. When I message the SOAP service (not under my control), I was receiving an error indicating the namespace used in my message is wrong. I debugged a bit and noticed that the message version is Soap11 so I changed it (via my