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

    Posted Wed August 16, 2006 10:34 AM

    Hi all,
    the default encoding in my database is “ISO-8859-1”. At least this entry is displayed in the properties of the database.
    But when i insert an instance documnet with <?xml version="1.0" encoding="ISO-8859-1"?>, it will be changed automatic to <?xml version="1.0" encoding="utf-8"?>;
    when i insert an instance without <?----?> part, <?xml version="1.0" encoding="utf-8"?> will be added to the document automaticly too.

    Regards,

    chacha


    #webMethods
    #API-Management
    #Tamino


  • 2.  RE: encoding

    Posted Tue January 09, 2007 12:17 PM

    Hi,

    I suppose that you are retrieving the repsonse document via an internet browser. You browser may sent an Accept-Charset header-field with the value “ISO-8859-1” in the http request. Due to this Tamino uses this encoding for its response. As a workaround I would suggest to use curl tool for retrieving the document.

    Best Regards,

    Thorsten


    #webMethods
    #API-Management
    #Tamino