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
Expand all | Collapse all

Getting rid of Unicode

  • 1.  Getting rid of Unicode

    Posted Fri November 29, 2002 11:26 AM

    Hi,

    I am working on an Enterprise Server (5.0) based Integration that interfaces with an Oracle 9i database using a JDBC Adapter (4.6)

    I want to retrieve information made of NUMBER and VARCHAR2 fields and map it into a webMethods document. For performance reasons ( my documents can reach 10 Mbytes), I do not want to map them into Unicode String fields that cost 16 bits per digit.

    However, it seems that using the SELECT Configured Operation, it is not possible to map a NUMBER or VARCHAR2 field into an simple String format, and that I have to map it into an Unicode String format.

    Any idea someone of a way to get rid of that Unicode ??

    Thanks in advance…


    #webMethods
    #Integration-Server-and-ESB
    #Adapters-and-E-Standards


  • 2.  RE: Getting rid of Unicode

    Posted Mon December 02, 2002 01:42 AM

    The data are stored in Java strings in both the configured operation and the Integration Component. Java strings are always Unicode. Using a unicode_string field to pass the data means they can be passed straight through, without conversion. Using a string field actually makes things more difficult, because it adds two data conversion steps.

    Make sure to use string fields in the output document of the Integration Component.


    #Adapters-and-E-Standards
    #webMethods
    #Integration-Server-and-ESB