// define the destination endpoint
exchange.setService(new QName("http://servicemix.apache.org/samples/wsdl-first", "PersonService"));
// send the exchange
client.sendSync(exchange);
// get the "out" normalized message
NormalizedMessage outMessage = exchange.getOutMessage();
// display the content of the "out" message