{
if (transactionType.endsWith("Production Declaration"))
{
OutgoingProductionDeclarationConfirmation opdc = new OutgoingProductionDeclarationConfirmation(Common.selectedHostID, Common.sessionID);
//opdc.processMessage(Long.valueOf(messageRef));
opdc.submit(Long.valueOf(messageRef));
errorMessage.setText(opdc.getErrorMessage());
opdc = null;
}
if (transactionType.equals("Despatch Confirmation"))