Displaying 3 results from an estimated 3 matches for "soaphandler".
Did you mean:
  sa_handler
  
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/xmlpars...
2006 Jun 13
1
rails - web service - method name formatting problem
...ng?
My generator looks like this:
web_client_api :eewindow,
               :soap,
               "http://the.java.web.service",
               :namespace => "http://the.java.namespace",
               :driver_options => {:default_encodingstyle => 
SOAP::EncodingStyle::SOAPHandler::Namespace}
I have tried the other default_encodingtyle choices, to no avail. How 
can I find out what other possible options can be passed in?
Am on Windows XP, Rails 1.1.2, Ruby 1.8.2, actionwebservice gem 1.1.2
I hope that is clear - any advice gratefully received,
Many Thanks,
Steven
-- 
P...
2005 Dec 31
1
Error when Testing AWS API (ArgumentError: illegal refid http://test.host/login)
...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/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''
        /u...