I'm creating a service from a WSDL first approach.  The WSDL contains both SOAP 
1.1 and 1.2 bindings.  Unfortunately when I build the war and deploy, it 
appears that CXF drops the 1.2 binding by default.  Then when the service 
receives 1.2 requests, the fault indicating "A SOAP 1.2 message is not valid 
when sent to a SOAP 1.1 only endpoint" is thrown.  I can change the endpoint to 
1.2 by adding <jaxws:binding><soap:soapBinding version="1.2" /></jaxws:binding>.

What I was wondering is can I have CXF deploy the service with both 1.1 and 1.2 
SOAP bindings?

Brandon Richins
ECIS Migration
Intermountain Healthcare
4646 Lake Park Blvd
Salt Lake City, UT  84120
p. 801.442.5523
c. 801.589.2428

Reply via email to