G
Greg Lazarev
I've spent a few days now looking on how to access a wsdl over ssl.
I'm using Ruby 1.8.6 and SOAP4R 1.5.8
In short, I need to connect to a wsdl file and also need to do the basic
authentication before SOAP::WSDLDriverFactory.new call.
So I created a soap/property file and put the correct information in
there.
I followed this link for a simple ruby program:
http://dev.ctor.org/soap4r/wiki/AccessingBasicAuthProtectedWsdl
After I set everything up, I started seeing weird errors.
So I debugged an debugged and finally I saw something funky with the
httpconfigloader.rb's set_basic_auth method.
So I googled to see if it's a bug or not and came upon this blog:
http://cubiclecoder.blogspot.com/2005/10/of-aggregators-laptops-ruby-and-soap.html
He talks about the same problem I am having with set_basic_auth.
But noone else seems to have this problem.
So what do I do in this case?
Do I submit this as a bug to Ruby guys?
Is this indeed a bug?
I would appreciate any responses.
I'm using Ruby 1.8.6 and SOAP4R 1.5.8
In short, I need to connect to a wsdl file and also need to do the basic
authentication before SOAP::WSDLDriverFactory.new call.
So I created a soap/property file and put the correct information in
there.
I followed this link for a simple ruby program:
http://dev.ctor.org/soap4r/wiki/AccessingBasicAuthProtectedWsdl
After I set everything up, I started seeing weird errors.
So I debugged an debugged and finally I saw something funky with the
httpconfigloader.rb's set_basic_auth method.
So I googled to see if it's a bug or not and came upon this blog:
http://cubiclecoder.blogspot.com/2005/10/of-aggregators-laptops-ruby-and-soap.html
He talks about the same problem I am having with set_basic_auth.
But noone else seems to have this problem.
So what do I do in this case?
Do I submit this as a bug to Ruby guys?
Is this indeed a bug?
I would appreciate any responses.