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

Ticket #458 (new defect)

Opened 8 months ago

totally wrong conversion of hexStrings in fields with XSD:Type "hexBinary" and "base64Binary"

Reported by: user Assigned to: nahi
Priority: highest Milestone: 1.5.9
Component: soap4r Version: 1.5
Keywords: Cc:

Description

When any hexadecimal string is used in a specific field which has type xsd:hexBinary, each character will be transformed in a 2 character hex-value.
This transformed value will be stored in the mapped object.

EXAMPLE


6e6b5e --> 366536623565
5 ... 35
6 ... 36
e ... 65
b .. 62
http://www.physiology.wisc.edu/comp/docs/ascii.html


This conversion is totally wrong'''

Attachments

BusinessClientNew.zip (4.5 kB) - added by user on 02/05/08 19:05:52.
example to show transforming over usage of xsd2ruby

Change History

02/05/08 19:05:52 changed by user

  • attachment BusinessClientNew.zip added.

example to show transforming over usage of xsd2ruby