Welcome to the "trac"-ing site of soap4r!
[soap4r] [httpclient] [openpgp4u] [pkcs1] [logger] [csv] [vtr]

Ticket #172 (closed defect: fixed)

Opened 3 years ago

Last modified 3 years ago

Converter not found: X_ISO_8859_1 -> UTF8 (XSD::Charset::CharsetConversionError)

Reported by: nahi Assigned to: nahi
Priority: high Milestone: 1.5.6
Component: soap4r Version: 1.5
Keywords: Cc:

Description

sample/wsdl/noaa/client.rb

0% ruby client.rb
/usr/local/lib/ruby/1.9/xsd/charset.rb:112:in `encoding_conv': Converter not found: X_ISO_8859_1 -> UTF8 (XSD::Charset::CharsetConversionError)
        from /usr/local/lib/ruby/1.9/xsd/charset.rb:102:in `encoding_from_xml'
        from /usr/local/lib/ruby/1.9/soap/encodingstyle/soapHandler.rb:457:in `decode_textbuf'
        from /usr/local/lib/ruby/1.9/soap/encodingstyle/soapHandler.rb:196:in `decode_tag_end'
        from /usr/local/lib/ruby/1.9/soap/parser.rb:190:in `decode_tag_end'
        from /usr/local/lib/ruby/1.9/soap/parser.rb:151:in `end_element'
        from /usr/local/lib/ruby/1.9/xsd/xmlparser/parser.rb:75:in `end_element'
        from /usr/local/lib/ruby/1.9/xsd/xmlparser/xmlscanner.rb:88:in `on_etag'
        from /usr/local/lib/ruby/site_ruby/1.9/xmlscan/scanner.rb:396:in `on_etag'
         ... 10 levels...
        from /usr/local/lib/ruby/1.9/soap/rpc/proxy.rb:141:in `call'
        from /usr/local/lib/ruby/1.9/soap/rpc/driver.rb:178:in `call'
        from /usr/local/lib/ruby/1.9/soap/rpc/driver.rb:232:in `nDFDgen'
        from client.rb:21

Change History

10/30/05 23:39:17 changed by nahi

  • status changed from new to closed.
  • resolution set to fixed.

(In [1656]) iso-8859-1 <-> utf-8 conversion did not work. typo fixed. closes #172.