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

Ticket #373 (closed defect: fixed)

Opened 11 months ago

Last modified 11 months ago

generic Array cannot be used instead of a custom array

Reported by: nahi Assigned to: nahi
Priority: normal Milestone: 1.5.7
Component: wsdl4r Version: 1.5
Keywords: Cc:

Description

Under the 1.5.6, we need to use defined class generated by wsdl2ruby.rb explicitly. Under the earlier versions, we could use [] instead of CountryTargets?[].

Change History

07/01/07 15:36:46 changed by nahi

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

(In [1871]) * under the earlier versions, we could use [] instead of CountryTargets?[]. from 1.5.6-GA it doesn't work. let LiteralRegistry? decide how the class should be mapped to according to the defined class in the parent complexType. closes #373.