Displaying 1 result from an estimated 1 matches for "hardware_api_test".
2006 May 19
1
Strange error when testing layered web service
...b:84:in `decode_response''
c:/ruby/lib/ruby/gems/1.8/gems/actionwebservice-1.1.2/lib/action_web_ser
vice/test_invoke.rb:60:i
n `decode_rpc_response''
c:/ruby/lib/ruby/gems/1.8/gems/actionwebservice-1.1.2/lib/action_web_ser
vice/test_invoke.rb:26:i
n `invoke_layered''
hardware_api_test.rb:21:in `test_find_hardware_by_id''
1 tests, 0 assertions, 0 failures, 1 errors
I''m not sure why it''s looking at http://test.host when it ought to be
looking at http://localhost/webservice/api (on port 3000).
What am I doing wrong? Am I supposed to be setting that som...