CXF SOAP 1.2 SOAP 1.1 问题
?
在用cxf 做webservice客户端的时候碰到的:
?
javax.xml.ws.soap.SOAPFaultException: A SOAP 1.2 message is not valid when sent to a SOAP 1.1 only endpoint.
最简单的解决方案 :加上bindingId="http://www.w3.org/2003/05/soap/bindings/HTTP/"
??
?
?
?