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

Changeset 1425

Show
Ignore:
Timestamp:
02/04/05 11:04:51 (4 years ago)
Author:
nahi
Message:

follow [1422].

Files:

Legend:

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

    r1365 r1425  
    66require 'xsd/codegen/gensupport' 
    77require 'wsdl/xmlSchema/parser' 
    8 require 'wsdl/importer' 
     8require 'wsdl/xmlSchema/importer' 
    99require 'wsdl/soap/classDefCreator' 
    1010 
     
    125125 
    126126  def import(location) 
    127     WSDL::Importer.import(location) 
     127    WSDL::XMLSchema::Importer.import(location) 
    128128  end 
    129129end