Hi I''m trying to set up a Soap service in rails without any luck. The
service is password protected i have tried so far to do the following:
soap_client
SOAP::WSDLDriverFactory.new("http://myserver:8080/xplanner/soap/XPlanner?wsdl")
soap_client.options["protocol.http.basic_auth"] << [WSDL_URL,
user,
password]
driver = soap_client.createDriver
and
soap_client
SOAP::WSDLDriverFactory.new("http://user:password@myserver:8080/xplanner/soap/XPlanner?wsdl")
all i get is a time out error the url is correct, if I copy the same url
in firefox i get the wsdl
Any ideas
Thanks
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Ruby on Rails: Talk" group.
To post to this group, send email to
rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
To unsubscribe from this group, send email to
rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---