in reply to Re^2: SOAP::WSDL: variable attributes with attributes also as parameters? (Class::Std)
in thread SOAP::WSDL: variable attributes with attributes also as parameters?

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!

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

Replies are listed 'Best First'.
Re^4: SOAP::WSDL: variable attributes with attributes also as parameters? (Class::Std)
by merlinsdemon (Novice) on Oct 25, 2019 at 18:30 UTC
    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.