Re: [Fxruby-users] iRAA.rb sample -- what to do with it?
Status: Inactive
Brought to you by:
lyle
|
From: Lyle J. <ly...@kn...> - 2004-07-01 10:37:15
|
On Jun 30, 2004, at 11:21 PM, RLMuller wrote:
> I got iRAA.rb from Ruby\samples\FXRuby to produce only a warning after
> (1) installing the lib files/folders from soap4r-1_5_2.tar.gz and=20
> devel-logger-1_2_2.tar.gz; and
> (2) replacing the 4th parameter of MappingRegistry.set
> from the form [ InterfaceNS, "Category" ]
> to the form { :type =3D> XSD::QName.new(InterfaceNS, "Category") }
> =A0
> I ran it on SciTE 1.60-wbd-1 and Ruby 1.8.0 over Win2000Pro, but it=20
> had no application to execute.=A0 Is there some documentation online=20=
> suggesting how to use the classes in this example?
The RAA.rb and iRAA.rb files in the "examples" directory are just=20
supporting libraries used by the "raabrowser.rb" example program:
raabrowser.rb does a "require 'RAA'", and,
RAA.rb does a "require 'iRAA'".
It was not wasted effort on your part to download SOAP4R (and its=20
dependencies) since raabrowser ultimately needs those anyways.
Hope this helps,
Lyle
|