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

I should have mentioned that I'm using SOAP::Lite 0.60a metacpan link Is it still generate_stub sub problem?
  • Comment on Re^4: SOAP::Lite - a hyphen in method name

Replies are listed 'Best First'.
Re^5: SOAP::Lite - a hyphen in method name
by Anonymous Monk on Aug 28, 2015 at 08:47 UTC
      I did not found any mention about hyphen problems. And I cannot switch that version, cause it is the last one officially released for RHEL 5. Is there any way to edit XML before it is sent?
Re^5: SOAP::Lite - a hyphen in method name
by Corion (Patriarch) on Aug 28, 2015 at 08:39 UTC

    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.