I agree with you, and the work Hiroshi is doing is incredible. About the library's robustness, probably I like Ruby so much that I feel frustrated when I realise the community is not coping with supporting its growth and consolidation in a timely fashion. At the same time, I am not good enough to contribute. I will try the development version myself. Bye, Gianfranco Tadeusz Bochan wrote: > Hi Gianfranco, > Thanks for the reply. I was beginning to lose hope. > I am running this on Windows XP with Ruby 1.8.4-20. > I guess that 'maturity' only comes with people exposing > the problems, and then getting them fixed. > So, I hope this is just one of the steps on the way > to a more robust Ruby development environment. > I just noticed that Hiroshi tested my code with the > development version of soap4r, and he got it to work, > so I will try to do the same. > > Best regards, > Tad. > (If you would like me to, I will let you know what progress I make.) > > Gianfranco Cecconi wrote: >> Hi Tad, >> I tried myself, but had to stop at the very beginning. These three lines >> of code are sufficient to give me problems: >> >> require 'soap/wsdlDriver' >> WSDL_URL = "https://api.betfair.com/betex-api-public-ws/BFService.wsdl" >> soap = SOAP::WSDLDriverFactory.new(WSDL_URL).createDriver >> >> I get the following: >> >> warning: peer certificate won't be verified in this SSL session. >> Unknown attr {}abstract. >> Unknown attr {}nillable. >> Unknown attr {}nillable. >> Unknown attr {}nillable. >> Unknown attr {}abstract. >> Unknown attr {}nillable. >> Unknown attr {}nillable. >> (...) >> >> I am running Ruby 1.8.2 on MacOS 10.4.7 . In general my feeling is that >> the SOAP4R library is very immature. >> >> Giacecco -- Posted via http://www.ruby-forum.com/.