I have been trying to get implement a DFS client using Ruby (through soap4r), however authentication is a hangup. Is there any examples laying around of python/ruby/etc consumers for DFS?
an alternative is to use jruby instead. using just soap4r will not do as dfs is a complilation of many ws-* standards.
hope this suggestion helps.
I've definately used it with JRuby and that works quite well. It was an exercise in seeing if I could get it working with just the use of the WSDLs in a language other than Java or .Net. A *soap* web service shouldn't be bound by language or why not just use DFC.
Hi Luke,
Have you tried the savon gem?
We fixed authentication in this gem ...
http://www.xaop.com/blog/2010/01/28/soap-and-ntlm-now-available-in-red-too/
Regards,
Stijn