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

Ticket #420 (closed defect: fixed)

Opened 1 year ago

Last modified 1 year ago

check_classname is not called properly

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

Description

I found something else, which I would consider a little bug. My WSDL file contains a simple type "Date". Therefore "class Date < ::String" is created, which causes an error when I use the file, as date already inherits from another class. Moreover no warning was displayed when I ran the WSDL2Ruby script. I think in {path}/lib/wsdl/soap/ classDefCreator.rb in line 192 check_classname should be called.

Change History

09/12/07 11:06:08 changed by nahi

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

(In [1953]) * extract check_classname method and put it in ClassNameCreator?. closes #420.