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.  Setting LOCALE_STRING in Java RPC client

    Posted 01/13/05 10:46 AM

    I need to set dinamicely the LOCALE STRING in JAVA RPC application .
    The only thing I found was to use the setEnvironment method (part of BrokerService class).
    :confused: But this doesn’t work …
    What am I missing ?
    Can I do this otherwise ?


    #EntireX
    #Mainframe-Integration
    #webMethods


  • 2.  RE: Setting LOCALE_STRING in Java RPC client

    Posted 01/18/05 10:25 AM

    Hi Mona,

    check the JavaDoc of the BrokerService class.
    There is a method useCodePage and with version 7.2 there is an additonal method setCharacterEncoding.
    See also the chapter Using Internationalization with Java ACI (which is also valid for Java RPC) in the 7.2 documentation.

    Kind regards,
    Rolf


    #Mainframe-Integration
    #webMethods
    #EntireX