IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
  • 1.  Change Java Wrapper Generation

    Posted Wed January 07, 2015 04:59 PM

    I have been asked to migrate an existing interface application to Java. I need to talk to Natural using EntireX Broker. I have found how to generate Java Wrappers from IDL files and how to create a customized class for the wrapper classes to inherit from. I would really like to be able to modify the wrapper generation code so that I have greater control over the classes that are created. Once thing in particular I would like to be able to add would be annotations. It would be really slick if I could figure out how to generate a REST service (Jax-RS) based off if the IDL. I have seen a couple of threads regarding changing the Java template but they terminate at “java generation doesn’t use a template”.

    I have 500+ methods to migrate so being able to have greater control over the final generated classes would really be helpful.


    #Mainframe-Integration
    #webMethods
    #EntireX


  • 2.  RE: Change Java Wrapper Generation

    Posted Thu January 08, 2015 05:52 AM

    There is no template, but you might want to use the “Java customization class” ?
    See doc here: http://techcommunity.softwareag.com/ecosystem/documentation/webmethods/wmsuites/wmsuite9-7/EntireX/9-7_EntireX/javaWrapper/using.htm#using

    If your aim is to use REST then you could also use the webservice stack.

    Finn


    #Mainframe-Integration
    #EntireX
    #webMethods


  • 3.  RE: Change Java Wrapper Generation

    Posted Tue January 20, 2015 05:20 PM

    Not sure if this will help, but there was a TECHniques newsletter article talking about using EntireX for REST services here: http://techcommunity.softwareag.com/techniques-blog/-/blogs/entirex-restful-services.

    -Brian


    #Mainframe-Integration
    #EntireX
    #webMethods