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 Interceptor) and changed the 
content type. Now the message is sent successfully but the returned message 
fails:

org.apache.cxf.binding.soap.SoapFault: A SOAP 1.2 message is not valid when 
sent to a SOAP 1.1 only endpoint.

It there a way to tell wsdl2java to generate a SOAP 1.2 client?

The WSDL is here: 
https://hl7v2-iz-r1.5-testing.nist.gov:8098/iztool/ws/iisService.wsdl

Thanks in advance!
JR

Reply via email to