I have a REST implementation using jaxrs that accepts a String. I am able to do a post to that API so long as the string does not contain an XML. I tried encoding it using the URLEncoder but I get this exception:
18:17:31,613 ERROR [JAXRSInInterceptor] .No root resource matching request path http://localhost:8080/myAPI_that_accepts_xml/<message+xmlns="http:/company.com/services"> Any thoughts? -- View this message in context: http://www.nabble.com/Passing-XML-String-to-a-REST-API-tp19983363p19983363.html Sent from the cxf-user mailing list archive at Nabble.com.
