From: CC Chen Date: 2012-01-04T21:35:07+09:00 Subject: Re: soap error message Priyanka Pathak wrote in post #1039212: > Hi, > Are you using ruby version 1.9.x than it requires to add patch in > 'gems/soap4r-1.5.8/lib/xsd/xmlparser.rb' line 66 from > c.downcase == name > to > c.to_s.downcase == name Thanks I will try it. -- Posted via http://www.ruby-forum.com/.