Hi, I have an interceptor for soap messages and I want to log the entire incoming soap request as the original xml string.
Is there a way to get it from the SoapMessage object? Even if the xml is not valid? Or do I have to read the body of the http request using HttpServletRequest? Thanks Em 24/02/2012 10:28, "yebz" <[email protected]> escreveu: > Am trying to return a 201 http code with a Response.created() method, but > the > response body is always empty. ... > > URI uri = new URI(uriInfo.getPath() + "/" + appID); > return Response.created(uri).entity(anyEntity).build(); > > any help?, thanks. > > -- > View this message in context: > http://cxf.547215.n5.nabble.com/Response-created-is-not-returning-response-body-tp5512130p5512130.html > Sent from the cxf-user mailing list archive at Nabble.com. >
