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.  encoding

    Posted Mon June 12, 2017 05:17 AM

    hi,

    We are receiving Xml from rest.
    So in IS it comes as Node.
    In IS we are converting NodeToDocument and doing some logic.

    Is there any way where we can put encoding parameter. The input XML has German characters and it is not been encoded properly.

    Please advise.

    Thanks,
    Monica


    #webMethods
    #Integration-Server-and-ESB


  • 2.  RE: encoding

    Posted Mon June 12, 2017 07:30 AM

    Hi Monica,

    does the xml received from rest contain a "<?xml version="1.0"?> tag?
    If so there should be an ´encoding="UTF-8"´ attribute added to this to tell the processor that these are unicode characters.

    Another encoding might be ISO-8895-1 or ISO-8859-15, which cover most european characters (ISO-8895-15 incl. the EURO-Sign €).

    Regards,
    Holger


    #Integration-Server-and-ESB
    #webMethods