in reply to Re^4: SOAP::Lite - a hyphen in method name
in thread SOAP::Lite - a hyphen in method name

If you search for the string Bad stub from your error message in the module, you will find that it is generated when the call to ->stub fails. So, in your case, the method is named stub, not generate_stub. But that changes very little about the problem and the approach to the solution.