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? I'm not sure where I should look first. It is something wrong on the Ode side? Should I fix this in the Mapper? Or is ReadHeadersnterceptor that should not be invoked for this kind of exchange? I do not think everybody had to wrote a custom mapper after upgrading to 3.3.2 so I suppose there is a simpler solution. I compared my components configuration and content with the one from loan-broken-bpel example but I found nothing clearly different. Now I'm going to start to build, deploy and debug the example to see if it's working and to spot the differences. But this is going to take some time. Thanks, bye Lorenzo
