System.out.println("Retrieved message :" + i);
System.out.println(iterator.next().toStringWithConsume());
}
System.out.println("Delete message box response : "
+ user.deleteMsgBox(msgBoxEpr, 500L));
//test invocations with id encoded in the Url
msgBoxId = UUID.randomUUID().toString();
user = new MsgBoxClient();