search for: web_sevice

Displaying 1 result from an estimated 1 matches for "web_sevice".

Did you mean: web_service
2005 Dec 31
1
Error when Testing AWS API (ArgumentError: illegal refid http://test.host/login)
OK, I''m finally starting to play around with the AWS part of Rails, and I''m running into problems with the functional tests. If I use the generator to create the web service as ./script/generate web_sevice MyTest do_it and then run the unit tests without further editing the code, I get the following error: test_do_it(MyTestControllerApiTest): ArgumentError: illegal refid http://test.host/login /usr/local/ruby/lib/ruby/1.8/soap/baseData.rb:166:in `decode'' /usr/local/...