Sanitized source:
------------ cut here ------------
require ‘soap/rpc/driver’
I assume the following URL works… browsing to it returns:
You must use a POST request to get answer from gsoap !
see WebWare gsoap ISAPI module documentation.
endpoint = ‘http://SERVER/gsoap/gsoap_ssl.dll?sbmappservices72’
namespace = ‘I have no idea what a namespace is for…’
proxy = SOAP::RPC::Driver.new(endpoint)
------------ cut here ------------
Output:
C:\temp\RM7021-VMx\VM2>ruby learning_Ruby_2.rb
DL is deprecated, please use Fiddle
C:/PROGRA~2/Ruby200/lib/ruby/gems/2.0.0/gems/soap5r-2.0.3/lib/soap/streamHandler.rb:146:in initialize': uninitialized constant SOAP::HTTPStreamHandler::Version (NameError) from C:/PROGRA~2/Ruby200/lib/ruby/gems/2.0.0/gems/soap5r-2.0.3/lib/soap/streamHandler.rb:141:in new’
from
C:/PROGRA~2/Ruby200/lib/ruby/gems/2.0.0/gems/soap5r-2.0.3/lib/soap/streamHandler.rb:141:in create' from C:/PROGRA~2/Ruby200/lib/ruby/gems/2.0.0/gems/soap5r-2.0.3/lib/soap/rpc/proxy.rb:220:in initialize_streamhandler’
from
C:/PROGRA~2/Ruby200/lib/ruby/gems/2.0.0/gems/soap5r-2.0.3/lib/soap/rpc/proxy.rb:52:in initialize' from C:/PROGRA~2/Ruby200/lib/ruby/gems/2.0.0/gems/soap5r-2.0.3/lib/soap/rpc/driver.rb:87:in new’
from
C:/PROGRA~2/Ruby200/lib/ruby/gems/2.0.0/gems/soap5r-2.0.3/lib/soap/rpc/driver.rb:87:in initialize' from learning_Ruby_2.rb:13:in new’
from learning_Ruby_2.rb:13:in `’
Are you determined to use soap5r? I’ve had nothing but success (except
my own errors) with Savon. That said, I really don’t know what’s going
on here.
Thx for the tip. I will check into Savon. I’m a complete Ruby newbie
(roobnewb ?) so I have no commitments to any library or even to Ruby the
language which, from what I’ve seen so far, is Definitely Not Ready for
Prime Time.
Unrelated topic … Did my OP do/say something worng? It sure prompted
a boatload of “unsubscribe” requests.
I have no commitments to any library or even to Ruby the
language which, from what I’ve seen so far, is Definitely Not Ready for
Prime Time.
According to my eight-year experience, Ruby the language has been
perfectly suitable for large complex projects since ages. Individual
libraries may be unripe, though.
Are you determined to use soap5r? I’ve had nothing but success (except
my own errors) with Savon. That said, I really don’t know what’s going
on here.
Thx for the tip. I will check into Savon. I’m a complete Ruby newbie
(roobnewb ?) so I have no commitments to any library or even to Ruby the
language which, from what I’ve seen so far, is Definitely Not Ready for
Prime Time.
If you can judge a language based on the scope of one library of
indeterminate origin, then no language could be considered ready for
prime time.
Unrelated topic … Did my OP do/say something worng? It sure prompted
a boatload of “unsubscribe” requests.
No, these seem somewhat common from time to time. People can’t remember
how they subscribed, and just assume someone else can take care of
things for them.
Are you determined to use soap5r? I’ve had nothing but success (except
my own errors) with Savon. That said, I really don’t know what’s going
on here.
Thx for the tip. I will check into Savon. I’m a complete Ruby newbie
(roobnewb ?) so I have no commitments to any library or even to Ruby the
language which, from what I’ve seen so far, is Definitely Not Ready for
Prime Time.
Savon has been working so far. If I get the time I’ll loop back to
soap5r and see if I can figure out the problem.
If you can judge a language based on the scope of one library of
indeterminate origin, then no language could be considered ready for
prime time.
That right there is the crux of the biscuit, exacerbated by my own
unreasonable expectations which, of course, is my problem.
Unrelated topic … Did my OP do/say something worng? It sure prompted
a boatload of “unsubscribe” requests.
No, these seem somewhat common from time to time. People can’t remember
how they subscribed, and just assume someone else can take care of
things for them.
I’m just the spiritual chauffeur and karmic pack mule.
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.