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

Ticket #370 (closed defect: fixed)

Opened 3 years ago

Last modified 3 years ago

empty element definition causes 'cannot find mapped class' warning

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

Description

When you run wsdl2ruby.rb against a WSDL such as;

<element name="foo"/>

wsdl2ruby.rb generates mapping registry file but it raises a warning.

cannot find mapped class: SpeciesName

Change History

06/29/07 20:12:05 changed by nahi

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

(In [1865]) * wsdl2ruby.rb did not generate a classdef entry for empty element definition such as <element name="foo"/>. let wsdl2ruby.rb generate 'class Foo < String'. closes #370.