Questions tagged [wsdl2ruby]
5 questions
4
votes
1 answer
is there a version of soap4r / wsdl2ruby that works with ruby 1.9.2?
As suggested in Ruby soap4r wsdl2ruby.rb errors, I loaded the soap4r gem from git://github.com/felipec/soap4r.git and made the change at line 66 in xmlparser.rb
c.downcase == name
to
c.to_s.downcase == name
But when I run:
wsdl2ruby.rb --wsdl…

fearless_fool
- 33,645
- 23
- 135
- 217
1
vote
1 answer
How to use SSL Web Services in a Rails application
I having a hard time to consume this webservice https://www.arello.com/webservice/verify.cfc?wsdl in my rails application.
I successfully generated the ruby files with the wsdl2ruby.rb but when un run the generated script I get the following…

Mathieu
- 1,175
- 4
- 19
- 34
0
votes
1 answer
Rails : soap4r - Error while running wsdl2ruby.rb
when I execute
Mathieu$ /Users/Mathieu/.gem/ruby/1.8/bin/wsdl2ruby.rb path --wsdl https://www.arello.com/webservice/verify.cfc?wsdl --type client --force
I get
at depth 0 - 20: unable to get local issuer certificate
F, [2010-05-06T10:41:11.040288…

Mathieu
- 1,175
- 4
- 19
- 34
0
votes
1 answer
Soap4r : the requested address is not valid in the its context
I was wondering if somebody has seen this error before?
C:/Ruby/lib/ruby/gems/1.8/gems/httpclient-2.1.5.2/lib/httpclient/session.rb:675:in `initialize': The requested address is not valid in its context. - connect(2) (://:0)…

konung
- 6,908
- 6
- 54
- 79
0
votes
1 answer
how to get authenticate using wsdl2ruby
I am connecting to a web service using the wsdl2ruby. To access the functions in the webservice I need to authenticate. In ruby how to authenticate with username and password in wsdl2ruby.

muruga
- 2,092
- 2
- 20
- 28