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

Changeset 1045 for trunk/bin

Show
Ignore:
Timestamp:
11/13/03 23:53:45 (5 years ago)
Author:
nahi
Message:

name of WSDL might be null?

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/bin/wsdl2ruby.rb

    r952 r1045  
    4242    usage_exit unless @wsdl_location 
    4343    @wsdl = import(@wsdl_location) 
    44     @name = @wsdl.name.name || 'default' 
     44    @name = @wsdl.name ? @wsdl.name.name : 'default' 
    4545    create_file 
    4646    0