search for: return_value_3

Displaying 2 results from an estimated 2 matches for "return_value_3".

Did you mean: return_value_1
2006 Aug 14
1
various returns parameters in action web service
...ealize that I can returns various values, in example: api_method :foo, :expects [ { :value1 => :int }, { :value2 => :int } ], :returns [ { :return_value_1 => :int}, { :return_value_2 => :string}, { :return_value_3 => :string} ] the question is as follows, then in the controller: def foo # How do I return the values for return_value_1, return_value_2 # and return_value_3 here? end ---------------------------- Rodrigo Dominguez ? Iplan Networks ??????????????? rdominguez@iplan.com.ar?????? www.iplan...
2006 Aug 14
0
return values in SOAP with Action Web Service
...ealize that I can returns various values, in example: api_method :foo, :expects [ { :value1 => :int }, { :value2 => :int } ], :returns [ { :return_value_1 => :int}, { :return_value_2 => :string}, { :return_value_3 => :string} ] the question is as follows, then in the controller: def foo # How do I return the values for return_value_1, return_value_2 # and return_value_3 here? end ---------------------------- Rodrigo Dominguez ? Iplan Networks ??????????????? rdominguez@iplan.com.ar?????? www.iplan...