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

Ticket #195 (closed enhancement: fixed)

Opened 3 years ago

Last modified 2 years ago

wsdl2rb should not ignore the "abstract" attribute of complexTypes

Reported by: TomasPospisek <tomas.pospisek@sbb.ch> Assigned to: nahi
Priority: normal Milestone: 1.5.6
Component: wsdl4r Version: 1.5
Keywords: Cc:

Description

At a declatation like the following:

<complexType abstract="true" name="SomeNewType">
 ...

w2r will complain with:

ignored attr: {}abstract

Change History

02/04/06 17:18:29 changed by nahi

  • component changed from soap4r to wsdl4r.
  • milestone changed from undefined to 1.5.6.

10/01/06 23:08:33 changed by nahi

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

(In [1729]) added 'abstract' attribute support. closes #195