In order to do some investigative and debugging work, I would like to find out about the required and optional methods for a SOAP with WSDL.
In that WSDL, all required and optional parameters foor each SOAP action, as well as their type and form, are described.
Is there a way to extract these inside Savon?
No -- you would need to use something like SoapUI. :)