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.  SOAP RPC charset

    Posted Fri October 19, 2007 11:52 AM

    Hello,

    I have a simple question concerning the encoding in SOAP-RPC. In all examples of messages sent using SOAP-RPC the contentType is equal either to text/xml or to test/xml; charset=“utf-8”. Is it possible to declare something like text/xml; charset=“iso-8859-1” ?

    Thanks.


    #webMethods
    #API-Management
    #soa


  • 2.  RE: SOAP RPC charset

    Posted Fri October 19, 2007 02:37 PM

    Basically for standard XML’s the encoding/charset=“utf-8” but if you want to handle with any spl chars (chinese,french etc…) then you can use charset=“iso-8859-1”

    HTH,
    RMG


    #soa
    #webMethods
    #API-Management


  • 3.  RE: SOAP RPC charset

    Posted Mon October 22, 2007 01:44 PM

    Hello,

    I found a reference in the W3C website, which says that charset can be equal to utf-8 or utf- 16. So I think that it can also be extended to iso-8859-1. Thanks for the reply.

    Regards


    #API-Management
    #soa
    #webMethods