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

Ticket #267 (closed defect: fixed)

Opened 2 years ago

Last modified 1 year ago

Missing 'wsdl/soap/literalMappingRegistryCreator' in driverCreator.rb

Reported by: user Assigned to: nahi
Priority: high Milestone: 1.5.6
Component: wsdl4r Version: 1.5
Keywords: Cc:

Description

Hello,

When I try to create a client code by 'wsdl2ruby.rb --type client --wsdl service.wsdl', I met an error as shown below.

soap4r/lib/wsdl/soap/driverCreator.rb:11:in `require': no such file to load -- wsdl/soap/literalMappingRegistryCreator (LoadError)

There is no file such as 'literalMappingRegistryCreator.rb', or am I missing something?

Thanks, in advance.

Change History

(in reply to: ↑ description ) 09/26/06 09:51:16 changed by nahi

  • priority changed from normal to high.
  • milestone changed from undefined to 1.5.6.

Replying to user:

{{{ soap4r/lib/wsdl/soap/driverCreator.rb:11:in `require': no such file to load -- wsdl/soap/literalMappingRegistryCreator (LoadError?) }}}

Sorry about it. That's for #175 working (not completed) and I forgot to remove before comitting it. Please comment out the line for now.

10/01/06 23:14:29 changed by nahi

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

(In [1731]) moved @@schema_* things in classdef definition to mapping registry. Mapping registries for each classdef are defined in independent file and required from driver and server. NOTE: old classdef files should still work but it should be re-generated by new wsdl2ruby.rb. closes #175, #267.

06/01/07 18:00:07 changed by nahi

  • component changed from soap4r to wsdl4r.