On Tue, 29 Mar 2005 23:56:15 +0900, Patrick Hurley <phurley / gmail.com> wrote: > The second harder question is if a ruby SOAP server can generate a > WSDL either automatically or with some help (possibly having to > provide SOAP types for various parameters). ActionWebService in Rails does WSDL generation (RPC-style). http://manuals.rubyonrails.com/read/book/10 It does require annotation to indicate method parameter and return value types (don't think you can get around that in Ruby). HTH, Leon