I'm experienced in creating soap
webservice clients with cxf
and jaxb
.
However now I have a jaxb java mapping class, and have to send this as XML
using HTTP POST/1.1
to a URL
path.
Question: can this be done using cxf? Or if not, with spring
? I especially need (de)-serialization of request and response, automatic logging, etc. Just as it is the case with cxf soap clients.