Skip to content

Instantly share code, notes, and snippets.

@esaounkine
Created November 5, 2013 13:49
Show Gist options
  • Select an option

  • Save esaounkine/7319251 to your computer and use it in GitHub Desktop.

Select an option

Save esaounkine/7319251 to your computer and use it in GitHub Desktop.
pacs 008 001 parse and validate
FIToFICustomerCreditTransfer fiToFICustomerCreditTransfer = new FIToFICustomerCreditTransfer();
fiToFICustomerCreditTransfer.parseMessageFromXML(msgText);
List<String> validationErrors = fiToFICustomerCreditTransfer.validate();
@srinivasreddy123
Copy link

Can you please provide me the entire code of Pacs008 message parsing and validation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment