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.



#Automation


#Applicationintegration
#webMethods
#Integration
 View Only
  • 1.  ApplinX Binary Client question

    Posted 03/19/08 05:35 PM

    We are using the Eclipse plug-in (ApplinX binary client) to generate the Java classes from flow procedures. Some of our input/output parameters are Business Entities that contain “Integer” or “Long” attributes. We notice that when the binary client generates the Java code, these get translated to the primitive types (int, long, etc.) instead of the object/class data types (Integer, Long, etc.). Several of these attributes are nullable, and we don’t want to always pass values to them.

    Is there a way to get the binary client / Eclipse plug-in to generate Java classes for Integer, Long, etc. instead of the primitive types?

    We are using ApplinX 5.2.4.0011

    Thanks in advance!
    Tom


    #ApplinX
    #Mainframe-Integration
    #webMethods


  • 2.  RE: ApplinX Binary Client question

    Posted 03/20/08 02:08 PM

    Hi Tom,
    As it currently not supported, we can only suggest a workaround for now.
    You can use a constant like “-999” for null values so you can recognize them as “nullable values” but still use primitive type.
    Regards,
    Asaf


    #ApplinX
    #webMethods
    #Mainframe-Integration