Hi Dennis, Thanks for the reply.
So what can we possibly replace URIMappingInterceptor with to remove compile time errors. As of now I Have added a comment in that line and generated all the class files related to the application But Now I am getting runtime exception as follows "Error creating bean with name 'EquipmentInventoryRetrievalSoapJms': Invocation of init method failed; nested exception is javax.xml.ws.WebServiceException: org.apache.cxf.service.factory.ServiceConstructionException" which I believe is due to the Interceptors as per the below definition for interceptors in CXF website Interceptors are the fundamental processing unit inside CXF. When a SERVICE is invoked, an InterceptorChain is created and invoked. Each interceptor gets a chance to do what they want with the message. This can include reading it, transforming it, processing headers, validating the message, etc. So can you suggest any replacement for the URIMappingInterceptor by which we may reduce the errors Regards, Rahul -- View this message in context: http://cxf.547215.n5.nabble.com/URIMappingInterceptor-and-DocLiteralInInterceptor-is-removed-from-cxf-jars-tp5780789p5780792.html Sent from the cxf-user mailing list archive at Nabble.com.
