[Rubygems-developers] Fwd: Full RAA XML Dump?
Paul Duncan
pabs at pablotron.org
Thu Oct 21 23:01:11 EDT 2004
First the good news. After a whole bunch of googling and poking around,
I found something that works:
require 'soap/wsdlDriver'
raa = SOAP::WSDLDriverFactory.new('http://www.ruby-lang.org/xmlns/soap/interface/RAA/0.0.4/').create_driver
raa.names.size
=> 1248
raa.names
raa.gem('fam-ruby').project.description
=> "Ruby binding for SGI's File Alteration Monitor (http://oss.sgi.com/projects/fam/)."
There's some test methods and a wrapper class in the Ruby 1.8.2 source
tree under sample/soap/raa2.4/ . You can also see several different
version namespace versions under
http://www.ruby-lang.org/xmlns/soap/interfaces/RAA/.
Now the bad news, I don't think this is linked against the current
version of RAA. Searching for recently added projects (I searched for
'rubilicious') gives me nothing, but they show up fine on RAA. Also, I
found what appears to be a separate SOAP namespace at
http://raa.ruby-lang.org/soap/, but neither of the versions under there
(1.0.2 and 1.0) appear to be working; accessing them via a web browser
returns a WEBrick error, and trying to bind to them via SOAP4r throws an
error as well.
And googling for these URLs doesn't appear to turn up _any_ useful
information.
I'll keep plugging away...
* Paul Duncan (pabs at pablotron.org) wrote:
> Here's the message I just fired off to raa-admin at ruby-lang.org. I'll
> let everyone know if anything comes up.
>
> ----- Forwarded message from Paul Duncan <pabs at pablotron.org> -----
>
> Date: Thu, 21 Oct 2004 17:21:10 -0400
> User-Agent: Mutt/1.5.6+20040803i
> From: Paul Duncan <pabs at pablotron.org>
> To: raa-admin at ruby-lang.org
> Subject: Full RAA XML Dump?
>
> Hi, I was wondering if the old RAA XML dump is still available, or if
> there's an XML-RPC interface that's accessible. Specifically, the links
> in the following Email don't work any more:
>
> http://www.ruby-lang.org/en/20021209.html
>
> Thanks.
>
> --
> Paul Duncan <pabs at pablotron.org> OpenPGP Key ID: 0x82C29562
> http://www.pablotron.org/ http://www.paulduncan.org/
>
>
>
> ----- End forwarded message -----
>
> --
> Paul Duncan <pabs at pablotron.org> OpenPGP Key ID: 0x82C29562
> http://www.pablotron.org/ http://www.paulduncan.org/
> _______________________________________________
> Rubygems-developers mailing list
> Rubygems-developers at rubyforge.org
> http://rubyforge.org/mailman/listinfo/rubygems-developers
--
Paul Duncan <pabs at pablotron.org> OpenPGP Key ID: 0x82C29562
http://www.pablotron.org/ http://www.paulduncan.org/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
Url : http://rubyforge.org/pipermail/rubygems-developers/attachments/20041021/4ed9d26d/attachment.bin
More information about the Rubygems-developers
mailing list