Hello,
does anyone know how to test java mapping programs before importing them into XI?
I've imported my java mapping archive and am mapping with it but its not giving the full results. XI does not throw an error though so I have no idea where to begin looking for the problem nor do I know how I would test it.
thx
Hi,
You can use Eclipse studio(its free download from www.eclipse.org)to test ur java mappings.You can include "Main method" and test your java mapping. Don't forget to reference the required mapping apis. When importing the Java mapping archive, you can still have the main method since it won't be used by XI.
Regards,
Sridhar
Add a comment