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.


#TechXchangePresenter
 View Only
Expand all | Collapse all

Encoding Problem with Transformation

  • 1.  Encoding Problem with Transformation

    Posted Mon April 07, 2003 12:07 PM

    Hi

    I use Tamino 3.1.1.4 with XSLSTSX installed.
    I tried the Nascar example and it transformed well.
    When I changed the name of nascar driver Dale Earnhardt to Dale


    #Tamino
    #webMethods
    #API-Management


  • 2.  RE: Encoding Problem with Transformation

    Posted Fri April 11, 2003 01:35 PM

    This error message basically means that the encoding of the XML document is not what the XML declaration says it is. Most likely, the XML document is encoded in iso-8859-1, but it doesn’t have an XML declaration, so the default of UTF-8 is being assumed.

    I’m afraid I don’t know enough about your configuration to know what is causing this problem.

    Michael Kay


    #webMethods
    #Tamino
    #API-Management