Transition to HTTPS July 19 – Be advised that the FpML website has transitioned to secure HTTP on July 19. URLs are now forwarded to HTTPS automatically. Please make sure you update any internal implementation relying on HTTP URLs accordingly. For further information please email info@fpml.org
Hi All, I have generated Java classes from fpml-main-4-6.xsd (included all required XSDs) using JAXB 2.0. JAXB2.0 doesn’t generate class for tag. I have formed request till but have no idea how to put this tag inside tag. Any help would be appreciated. Thanks. Hardik
Hi Harkik, JAXB used to have problems supporting XML Schema type substitution and that’s probably why it’s not generating the classes. I thought these were solved but it seems that version 2.0 still has the problem. Could you use a different binding tool like XMLBeans or NetBeans for your project? They support type substitution fine. Regards, Marc