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

Ticket #403 (closed defect: fixed)

Opened 9 months ago

Last modified 9 months ago

wsdl2ruby without httpclient causes NameError (SOAP::NetHttpClient::Filter)

Reported by: nahi Assigned to: nahi
Priority: normal Milestone: 1.5.8
Component: soap4r Version: 1.5
Keywords: Cc:

Description

from soap4r-ml

I am trying to run wsdl2ruby on a valid WSDL file (the WSDL file can
be converted using wsdl2c and wsdl2py, so the WSDL file is valid), but
I am encountering this problem with the following error stack trace:

FATAL -- app: Detected an exception. Stopping ... uninitialized
constant SOAP::NetHttpClient::Filter (NameError)
/usr/local/lib/ruby/1.8/soap/netHttpClient.rb:40:in `initialize'

Change History

08/24/07 10:15:43 changed by nahi

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

(In [1920]) * soap4r without httpclient caused NameError?. forgot to add required dependency in the previous release. closes #403.