Hi, I just upgraded to soap4r 1.5.5, and now all my Rails Functional tests for the action_web_services fail as follows, any ideas what I did wrong? Thanks TypeError: can''t modify frozen object /usr/local/lib/ruby/1.8/xsd/qname.rb:78:in `name='' /usr/local/lib/ruby/1.8/soap/rpc/element.rb:118:in `set_param'' /usr/local/lib/ruby/1.8/soap/rpc/element.rb:116:in `each'' /usr/local/lib/ruby/1.8/soap/rpc/element.rb:116:in `set_param'' /usr/local/lib/ruby/gems/1.8/gems/actionwebservice-1.0.0/lib/action_web_service/protocol/soap_protocol.rb:78:in `encode_request'' /usr/local/lib/ruby/gems/1.8/gems/actionwebservice-1.0.0/lib/action_web_service/test_invoke.rb:55:in `encode_rpc_call'' /usr/local/lib/ruby/gems/1.8/gems/actionwebservice-1.0.0/lib/action_web_service/test_invoke.rb:36:in `prepare_request'' /usr/local/lib/ruby/gems/1.8/gems/actionwebservice-1.0.0/lib/action_web_service/test_invoke.rb:9:in `invoke''
Update... downgrading to soap4r-1_5_4 fixed the problem, but I''d still like to know what the problem with 1.5.5 is? Jim Morris wrote:>Hi, > >I just upgraded to soap4r 1.5.5, and now all my Rails Functional tests >for the action_web_services fail as follows, any ideas what I did wrong? > >Thanks > > TypeError: can''t modify frozen object > /usr/local/lib/ruby/1.8/xsd/qname.rb:78:in `name='' > /usr/local/lib/ruby/1.8/soap/rpc/element.rb:118:in `set_param'' > /usr/local/lib/ruby/1.8/soap/rpc/element.rb:116:in `each'' > /usr/local/lib/ruby/1.8/soap/rpc/element.rb:116:in `set_param'' > >/usr/local/lib/ruby/gems/1.8/gems/actionwebservice-1.0.0/lib/action_web_service/protocol/soap_protocol.rb:78:in >`encode_request'' > >/usr/local/lib/ruby/gems/1.8/gems/actionwebservice-1.0.0/lib/action_web_service/test_invoke.rb:55:in >`encode_rpc_call'' > >/usr/local/lib/ruby/gems/1.8/gems/actionwebservice-1.0.0/lib/action_web_service/test_invoke.rb:36:in >`prepare_request'' > >/usr/local/lib/ruby/gems/1.8/gems/actionwebservice-1.0.0/lib/action_web_service/test_invoke.rb:9:in >`invoke'' > >_______________________________________________ >Rails mailing list >Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org >http://lists.rubyonrails.org/mailman/listinfo/rails > > > > >
Dean Holdren
2006-Mar-06 19:44 UTC
[Rails] soap4r 1.5.5 seems to break actionWebService tests
Today I just found this error as well, using rake or the scaffold web-invoker. I''m using Rails 1.0.0 and soap4r 1.5.5 I guess I''ll have to downgrade as well... On 12/30/05, Jim Morris <morris@wolfman.com> wrote:> Update... downgrading to soap4r-1_5_4 fixed the problem, but I''d still > like to know what the problem with 1.5.5 is? > > > Jim Morris wrote: > > >Hi, > > > >I just upgraded to soap4r 1.5.5, and now all my Rails Functional tests > >for the action_web_services fail as follows, any ideas what I did wrong? > > > >Thanks > > > > TypeError: can''t modify frozen object > > /usr/local/lib/ruby/1.8/xsd/qname.rb:78:in `name='' > > /usr/local/lib/ruby/1.8/soap/rpc/element.rb:118:in `set_param'' > > /usr/local/lib/ruby/1.8/soap/rpc/element.rb:116:in `each'' > > /usr/local/lib/ruby/1.8/soap/rpc/element.rb:116:in `set_param'' > > > >/usr/local/lib/ruby/gems/1.8/gems/actionwebservice-1.0.0/lib/action_web_service/protocol/soap_protocol.rb:78:in > >`encode_request'' > > > >/usr/local/lib/ruby/gems/1.8/gems/actionwebservice-1.0.0/lib/action_web_service/test_invoke.rb:55:in > >`encode_rpc_call'' > > > >/usr/local/lib/ruby/gems/1.8/gems/actionwebservice-1.0.0/lib/action_web_service/test_invoke.rb:36:in > >`prepare_request'' > > > >/usr/local/lib/ruby/gems/1.8/gems/actionwebservice-1.0.0/lib/action_web_service/test_invoke.rb:9:in > >`invoke'' > > > >_______________________________________________ > >Rails mailing list > >Rails@lists.rubyonrails.org > >http://lists.rubyonrails.org/mailman/listinfo/rails > > > > > > > > > > > _______________________________________________ > Rails mailing list > Rails@lists.rubyonrails.org > http://lists.rubyonrails.org/mailman/listinfo/rails >
Kent Sibilev
2006-Mar-06 20:21 UTC
[Rails] soap4r 1.5.5 seems to break actionWebService tests
It''s fixed in the upcoming version 1.1 of Rails Kent. On 3/6/06, Dean Holdren <deanholdren@gmail.com> wrote:> Today I just found this error as well, using rake or the scaffold web-invoker. > I''m using Rails 1.0.0 and soap4r 1.5.5 > > I guess I''ll have to downgrade as well... > > On 12/30/05, Jim Morris <morris@wolfman.com> wrote: > > Update... downgrading to soap4r-1_5_4 fixed the problem, but I''d still > > like to know what the problem with 1.5.5 is? > > > > > > Jim Morris wrote: > > > > >Hi, > > > > > >I just upgraded to soap4r 1.5.5, and now all my Rails Functional tests > > >for the action_web_services fail as follows, any ideas what I did wrong? > > > > > >Thanks > > > > > > TypeError: can''t modify frozen object > > > /usr/local/lib/ruby/1.8/xsd/qname.rb:78:in `name='' > > > /usr/local/lib/ruby/1.8/soap/rpc/element.rb:118:in `set_param'' > > > /usr/local/lib/ruby/1.8/soap/rpc/element.rb:116:in `each'' > > > /usr/local/lib/ruby/1.8/soap/rpc/element.rb:116:in `set_param'' > > > > > >/usr/local/lib/ruby/gems/1.8/gems/actionwebservice-1.0.0/lib/action_web_service/protocol/soap_protocol.rb:78:in > > >`encode_request'' > > > > > >/usr/local/lib/ruby/gems/1.8/gems/actionwebservice-1.0.0/lib/action_web_service/test_invoke.rb:55:in > > >`encode_rpc_call'' > > > > > >/usr/local/lib/ruby/gems/1.8/gems/actionwebservice-1.0.0/lib/action_web_service/test_invoke.rb:36:in > > >`prepare_request'' > > > > > >/usr/local/lib/ruby/gems/1.8/gems/actionwebservice-1.0.0/lib/action_web_service/test_invoke.rb:9:in > > >`invoke'' > > > > > >_______________________________________________ > > >Rails mailing list > > >Rails@lists.rubyonrails.org > > >http://lists.rubyonrails.org/mailman/listinfo/rails > > > > > > > > > > > > > > > > > _______________________________________________ > > Rails mailing list > > Rails@lists.rubyonrails.org > > http://lists.rubyonrails.org/mailman/listinfo/rails > > > _______________________________________________ > Rails mailing list > Rails@lists.rubyonrails.org > http://lists.rubyonrails.org/mailman/listinfo/rails >-- Kent --- http://www.datanoise.com
John Wilger
2006-Mar-07 00:52 UTC
[Rails] soap4r 1.5.5 seems to break actionWebService tests
And the attached plugin will likely cure what ails you in the meantime. On 3/6/06, Kent Sibilev <ksruby@gmail.com> wrote:> It''s fixed in the upcoming version 1.1 of Rails > > Kent. > > On 3/6/06, Dean Holdren <deanholdren@gmail.com> wrote: > > Today I just found this error as well, using rake or the scaffold web-invoker. > > I''m using Rails 1.0.0 and soap4r 1.5.5 > > > > I guess I''ll have to downgrade as well... > > > > On 12/30/05, Jim Morris <morris@wolfman.com> wrote: > > > Update... downgrading to soap4r-1_5_4 fixed the problem, but I''d still > > > like to know what the problem with 1.5.5 is? > > > > > > > > > Jim Morris wrote: > > > > > > >Hi, > > > > > > > >I just upgraded to soap4r 1.5.5, and now all my Rails Functional tests > > > >for the action_web_services fail as follows, any ideas what I did wrong? > > > > > > > >Thanks > > > > > > > > TypeError: can''t modify frozen object > > > > /usr/local/lib/ruby/1.8/xsd/qname.rb:78:in `name='' > > > > /usr/local/lib/ruby/1.8/soap/rpc/element.rb:118:in `set_param'' > > > > /usr/local/lib/ruby/1.8/soap/rpc/element.rb:116:in `each'' > > > > /usr/local/lib/ruby/1.8/soap/rpc/element.rb:116:in `set_param'' > > > > > > > >/usr/local/lib/ruby/gems/1.8/gems/actionwebservice-1.0.0/lib/action_web_service/protocol/soap_protocol.rb:78:in > > > >`encode_request'' > > > > > > > >/usr/local/lib/ruby/gems/1.8/gems/actionwebservice-1.0.0/lib/action_web_service/test_invoke.rb:55:in > > > >`encode_rpc_call'' > > > > > > > >/usr/local/lib/ruby/gems/1.8/gems/actionwebservice-1.0.0/lib/action_web_service/test_invoke.rb:36:in > > > >`prepare_request'' > > > > > > > >/usr/local/lib/ruby/gems/1.8/gems/actionwebservice-1.0.0/lib/action_web_service/test_invoke.rb:9:in > > > >`invoke'' > > > > > > > >_______________________________________________ > > > >Rails mailing list > > > >Rails@lists.rubyonrails.org > > > >http://lists.rubyonrails.org/mailman/listinfo/rails > > > > > > > > > > > > > > > > > > > > > > > _______________________________________________ > > > Rails mailing list > > > Rails@lists.rubyonrails.org > > > http://lists.rubyonrails.org/mailman/listinfo/rails > > > > > _______________________________________________ > > Rails mailing list > > Rails@lists.rubyonrails.org > > http://lists.rubyonrails.org/mailman/listinfo/rails > > > > > -- > Kent > --- > http://www.datanoise.com > _______________________________________________ > Rails mailing list > Rails@lists.rubyonrails.org > http://lists.rubyonrails.org/mailman/listinfo/rails >-- Regards, John Wilger http://johnwilger.com ----------- Alice came to a fork in the road. "Which road do I take?" she asked. "Where do you want to go?" responded the Cheshire cat. "I don''t know," Alice answered. "Then," said the cat, "it doesn''t matter." - Lewis Carrol, Alice in Wonderland -------------- next part -------------- A non-text attachment was scrubbed... Name: fix_aws_soap.zip Type: application/zip Size: 1218 bytes Desc: not available Url : http://wrath.rubyonrails.org/pipermail/rails/attachments/20060307/9f56b9cb/fix_aws_soap.zip