call.setTo(targetEPR);
call.setTransportInfo(Constants.TRANSPORT_MAIL,
Constants.TRANSPORT_MAIL,
true);
Callback callback = new Callback() {
public void onComplete(AsyncResult result) {
try {
result.getResponseEnvelope().serialize(XMLOutputFactory.newInstance()
.createXMLStreamWriter(System.out));
} catch (XMLStreamException e) {