Hi all, I am currently working in my POJO (in fact it is in a method in my class used for implementing a CXF service). I want to use servicemix client to access a BC provider, I use sendsync to send the in response.
But how can I handle the incoming out message? It will contain the response of a web service (calculator) and I want to catch the element (result/arg0). Can I use an XML parser ? JAXB?JAXP?SAX? or is the only solution to use String Class and its methods. TY for your help Brice (facing numerous issues :/) -- View this message in context: http://www.nabble.com/Parsing-an-out-message-tp17080766p17080766.html Sent from the ServiceMix - Dev mailing list archive at Nabble.com.
