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

Ticket #412 (closed defect: fixed)

Opened 8 months ago

Last modified 8 months ago

Type simpleType and simpleContent is unmarshalled as a String, not as an instance of the subclass

Reported by: nahi Assigned to: nahi
Priority: normal Milestone: 1.5.8
Component: soap4r Version: 1.5
Keywords: Cc:

Description

wsdl2ruby.rb generates a subclass of a String for simpleType and simpleContent such as;

class CustomString < ::String
end

but when unmarshalling, the class is not used.

Change History

09/06/07 11:54:55 changed by nahi

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

(In [1935]) * Type simpleType and simpleContent was unmarshalled as a String, not as an instance of the subclass which is generated by wsdl2ruby.rb. closes #412.