2011/8/16 Lorenzo Bolzani <[email protected]> > 2011/8/12 Lorenzo Bolzani <[email protected]> > >> >> Hi, >> after the 3.3.1 -> 3.3.2 upgrade a bpel process running on Ode is no >> longer able to invoke a webservice deployed on Servicemix. >> >> The message gets rejected by ReadHeadersInterceptor with this exception >> >> WARN - PhaseInterceptorChain - Interceptor for { >> http://www.klever.it/kdv/transformation/ws}TransformationService has >> thrown exception, unwinding now >> org.apache.cxf.binding.soap.SoapFault: " >> http://www.klever.it/kdv/transformation/ws", the namespace on the >> "transform" element, is not a valid SOAP version. >> at >> org.apache.cxf.binding.soap.interceptor.ReadHeadersInterceptor.handleMessage(ReadHeadersInterceptor.java:131) >> > > > Hi, > any ideas about this? >
Hi, I solved(?) the problem with a custom Mapper that wraps the original message with a soap envelope. The loan bpel example does not reproduce this problem because the bpel is invoked through JMS so the cxf interceptors are not involved. Bye Lorenzo
