in reply to Re: SOAP::WSDL: variable attributes with attributes also as parameters?
in thread SOAP::WSDL: variable attributes with attributes also as parameters?

Working link: Class::Std Variable traits that can be ascribed. Good spot.

  • Comment on Re^2: SOAP::WSDL: variable attributes with attributes also as parameters? (Class::Std)

Replies are listed 'Best First'.
Re^3: SOAP::WSDL: variable attributes with attributes also as parameters? (Class::Std)
by seki (Monk) on Nov 30, 2017 at 15:39 UTC

    Great! That's it.

    I never used Class::Std before so I was not accustomed to this representation. A great discovery for the recent Perl coder that I am.

    Many thanks!

      Did you ever figure out how to pass an attribute into the hash using Perl, and SOAP::WSDL? I'd love to see a working code sample as I'm running into this wall myself.