Consider such case:
I want to make a call to a web service using SOAP
I have ready XML request that the web service expects so I want to send it
using CXF on client side.
Is it possible? 
This is an opposite case to the one when I have Java classes generated from
WSDL and I use them to construct request. In this case the request is
already prepared in XML.

It seems that ServiceMix CXF Provider does similar thing using its own
interceptors like JbiOutInterceptor and JbiOutWsdl1Interceptor.
Are there any interceptors that can be used for this purpose that are
available by default in CXF? (not coupling to servicemix)
-- 
View this message in context: 
http://www.nabble.com/Using-CXF-with-prepared-XML-tp19994142p19994142.html
Sent from the cxf-user mailing list archive at Nabble.com.

Reply via email to