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.  Process Japanese Data

    Posted Mon April 12, 2010 10:52 AM

    We have a requirement where in we have to process an XML or an EDI which will contain Japanese text along with English Text.
    Has any one done this earlier?
    Help appreciated!

    Thanks
    Risham


    #webMethods
    #Integration-Server-and-ESB
    #Flow-and-Java-services


  • 2.  RE: Process Japanese Data

    Posted Mon April 12, 2010 05:32 PM

    If your partner is using UTF-8 or UTF-16 encoding when they send the documents, you should be able to handle Japanese automatically. But in your code, make sure to parse it as proper encoding through out the system.

    If your partner is using other Japanese-specific encoding, you need to convert them to UTF-8 in the entry service, then the rest should be the same.
    HTH,


    #Integration-Server-and-ESB
    #Flow-and-Java-services
    #webMethods


  • 3.  RE: Process Japanese Data

    Posted Tue April 13, 2010 06:25 AM

    tongwang,
    thnx for ur quick reply, but my requirement is not to convert Japanense Data, but to retain it and pass it to the Destination as Japanese Data itself.

    Thanks


    #webMethods
    #Integration-Server-and-ESB
    #Flow-and-Java-services


  • 4.  RE: Process Japanese Data

    Posted Tue April 13, 2010 06:58 AM

    yes, risham … for retaining the japaese correctors please check what encoding partner is using. You need to implement the same in ur integration layer as well.
    In the entry service as already suggest in previous replies… use the encoding scheme in transformation of data and while you are inserting into backend you can use the same encoding scheme to retain the original characters.

    -nD


    #Flow-and-Java-services
    #webMethods
    #Integration-Server-and-ESB


  • 5.  RE: Process Japanese Data

    Posted Tue April 13, 2010 07:52 AM

    Just want to know if this solution also work if we have both japanese and Eng data in the Request.


    #Flow-and-Java-services
    #webMethods
    #Integration-Server-and-ESB


  • 6.  RE: Process Japanese Data

    Posted Tue April 13, 2010 08:35 AM

    yes it does… UTF charset support both.


    #webMethods
    #Integration-Server-and-ESB
    #Flow-and-Java-services


  • 7.  RE: Process Japanese Data

    Posted Fri April 23, 2010 06:10 AM

    Japanese document is often use SHIFT_JIS to encode and WM can handle it


    #webMethods
    #Integration-Server-and-ESB
    #Flow-and-Java-services