Am Montag, den 27.02.2006, 11:35 -0800 schrieb Michael Schoen: > In some rev after 3630, starting to run into an ActionWebService issue. > I remember some recent thread (I think on rails-core) that mentioned > something about an issue with a #parent method, but I can't find that > thread. > > I also couldn't find any apparent change between 3630 and 3672 that > would cause this to break, but it's gotta be there somewhere. > > Does anyone recall the #parent issue? > > > /usr/pkg/ruby184/lib/ruby/1.8/soap/baseData.rb:69:in `rootnode': > undefined method `parent' for > #<SOAP::Parser::ParseFrame::NodeContainer:0x402fdc4c @node=nil> > (NoMethodError) > from > /usr/pkg/ruby184/lib/ruby/1.8/soap/encodingstyle/soapHandler.rb:566:in > `decode_resolve_id' > from /usr/pkg/ruby184/lib/ruby/1.8/rexml/encoding.rb:37:in > `find_all' > from > /usr/pkg/ruby184/lib/ruby/1.8/soap/encodingstyle/soapHandler.rb:557:in > `decode_resolve_id' > from > /usr/pkg/ruby184/lib/ruby/1.8/soap/encodingstyle/soapHandler.rb:212:in > `decode_epilogue'
I ran in exactly the same problem and found the cause: The SOAP request was redirected because of a configuration problem and some HTML was returned. That HTML did not get through the response parser, what is no surprise. -- Norman Timmler http://blog.inlet-media.de _______________________________________________ Rails-core mailing list [email protected] http://lists.rubyonrails.org/mailman/listinfo/rails-core
