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

Ticket #437 (closed defect: fixed)

Opened 1 year ago

Last modified 1 year ago

WSDL::SOAP::ClassDefCreator contains references to dump_classdef

Reported by: user Assigned to: nahi
Priority: normal Milestone: 1.5.9
Component: wsdl4r Version: 1.5
Keywords: Cc: aaron.pfeifer@gmail.com

Description

On line 53 of lib/wsdl/soap/classDefCreator.rb:

      result << dump_classdef(type.name, type)

However, dump_classdef isn't declared anywhere as far as I can see. This method was renamed to create_structdef. I'm not sure what the proper solution would be.

Change History

09/28/07 12:08:11 changed by user

  • cc set to aaron.pfeifer@gmail.com.

09/28/07 12:15:32 changed by nahi

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

Hi, You're right. It's a bug. ClassDefCreator#dump? is not used in the testcase... You're using ClassDefCreator? directly, right?

I'll fix till the next stable release. Use this instead for now.

result << create_complextypedef(@modulepath, type.name, type).dump

09/29/07 17:05:53 changed by nahi

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

(In [1988]) * WSDL::SOAP::ClassDefCreator? contained references to undefined method (dump_classdef). added tests and fixed. closes #437.