Displaying 2 results from an estimated 2 matches for "decode_tag".
Did you mean:
decode_tail
2006 May 19
1
Strange error when testing layered web service
Hi all,
Ruby 1.8.4
Rails 1.1.2
1) Error:
test_find_hardware_by_id(HardwareControllerApiTest):
ArgumentError: illegal refid http://test.host/
c:/ruby/lib/ruby/1.8/soap/baseData.rb:166:in `decode''
c:/ruby/lib/ruby/1.8/soap/encodingstyle/soapHandler.rb:153:in
`decode_tag''
c:/ruby/lib/ruby/1.8/soap/parser.rb:179:in `decode_tag''
c:/ruby/lib/ruby/1.8/soap/parser.rb:130:in `start_element''
c:/ruby/lib/ruby/1.8/xsd/xmlparser/parser.rb:67:in `start_element''
c:/ruby/lib/ruby/1.8/xsd/xmlparser/xmlparser.rb:34:in `do_parse&...
2005 Dec 31
1
Error when Testing AWS API (ArgumentError: illegal refid http://test.host/login)
...diting 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/ruby/lib/ruby/1.8/soap/encodingstyle/soapHandler.rb:153:in
`decode_tag''
/usr/local/ruby/lib/ruby/1.8/soap/parser.rb:179:in `decode_tag''
/usr/local/ruby/lib/ruby/1.8/soap/parser.rb:130:in `start_element''
/usr/local/ruby/lib/ruby/1.8/xsd/xmlparser/parser.rb:67:in
`start_element''
/usr/local/ruby/lib/ruby...