I am currently working on POC using Toolkit for FpML Processing . I am looking for code samples to convert FPML messages to normal xml and validation of FPML messages.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Thanks for response. I have downloaded the code but not able to find right class . Can you please tell me package and class details that do schema and business rule validation.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi ,
I am currently working on POC using Toolkit for FpML Processing . I am looking for code samples to convert FPML messages to normal xml and validation of FPML messages.
FpML is XML it doesn't need conversion.
The source code contains a sample application that performs full schema validation followed by business rule validate. Take a look at that.
Thanks for response. I have downloaded the code but not able to find right class . Can you please tell me package and class details that do schema and business rule validation.
Are you referring to demo.com.handcoded.fpml.Vaidate and Application ?