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

Changeset 1365

Show
Ignore:
Timestamp:
12/13/04 22:53:50 (4 years ago)
Author:
nahi
Message:

added a tool for generating classdef from xsd file. closes #44.

Files:

Legend:

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

    r1241 r1365  
    22 
    33require 'getoptlong' 
     4require 'logger' 
    45require 'xsd/qname' 
    56require 'wsdl/parser' 
     
    1112require 'wsdl/soap/standaloneServerStubCreator' 
    1213require 'wsdl/soap/cgiStubCreator' 
    13  
    14 require 'logger' 
    1514 
    1615class WSDL2RubyApp < Logger::Application 
     
    2827    ['--force','-f', GetoptLong::NO_ARGUMENT], 
    2928    ['--quiet','-q', GetoptLong::NO_ARGUMENT], 
    30  
     29 
    3130 
    3231  def initialize 
     
    3433    STDERR.sync = true 
    3534    @wsdl_location = nil 
    36     @opt = {} 
     35    @opt = nil 
    3736    @wsdl = nil 
    3837    @name = nil