search for: extractnam

Displaying 1 result from an estimated 1 matches for "extractnam".

Did you mean: extractname
2006 Jun 13
1
rails - web service - method name formatting problem
Hi all, I''m using AWS to consume a web service written in Java. I set up the API class with: api_method :extractName, :expects => [{:arg0 => :string}], :returns => [:string] Note the lowercase ''e'' of the method name - (because the service is written in Java :)) My problem is that when this goes out across http, it becomes formatted as "ExtractName" - with an uppercase ...