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

Ticket #353 (closed defect: fixed)

Opened 1 year ago

Last modified 1 year ago

private method `sub' called for #<XSD::QName:...XMLSchema}anyType> (NoMethodError)

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

Description

When executing test-script, the following error is printed:

C:/InstantRails/ruby/lib/ruby/1.8/soap/mapping/mapping.rb:216:in const_from_name': private method sub' called for #<XSD::QName:0x13ed6c6 {http://www.w3.org/2001/XMLSchema}anyType> (NoMethodError?)

from C:/InstantRails/ruby/lib/ruby/1.8/soap/mapping/mapping.rb:237:in `class_from_name' from C:/InstantRails/ruby/lib/ruby/1.8/soap/wsdlDriver.rb:137:in `create_param_def' from C:/InstantRails/ruby/lib/ruby/1.8/soap/wsdlDriver.rb:136:in `collect' from C:/InstantRails/ruby/lib/ruby/1.8/soap/wsdlDriver.rb:136:in `create_param_def' from C:/InstantRails/ruby/lib/ruby/1.8/soap/wsdlDriver.rb:101:in `add_operation' from C:/InstantRails/ruby/lib/ruby/1.8/xsd/namedelements.rb:58:in `each' from C:/InstantRails/ruby/lib/ruby/1.8/xsd/namedelements.rb:57:in `each' from C:/InstantRails/ruby/lib/ruby/1.8/soap/wsdlDriver.rb:96:in `add_operation' from C:/InstantRails/ruby/lib/ruby/1.8/soap/wsdlDriver.rb:40:in `create_rpc_driver' from script/process-test:10

I'm using the latest repository revision (1827).

Attachments

test-script (218 bytes) - added by user on 06/04/07 17:51:04.
BpelEngineAdmin.wsdl (56.9 kB) - added by user on 06/04/07 17:51:34.

Change History

06/04/07 17:51:04 changed by user

  • attachment test-script added.

06/04/07 17:51:34 changed by user

  • attachment BpelEngineAdmin.wsdl added.

06/04/07 21:11:02 changed by nahi

  • priority changed from normal to high.
  • component changed from soap4r to wsdl4r.
  • milestone changed from undefined to 1.5.6.

06/04/07 22:49:07 changed by nahi

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

(In [1828]) * WSDLDriverFactory + rpc/encoded + anyType return caused an error. closes #353.