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

G'day seki,

You may find the documentation for the attributes pragma useful. It has many examples and links to related information.

[I'm unfamiliar with the modules in the SOAP:: namespace, so I can't provide any direct help with that.]

— Ken

  • Comment on Re: SOAP::WSDL: variable attributes with attributes also as parameters?
  • Download Code

Replies are listed 'Best First'.
Re^2: SOAP::WSDL: variable attributes with attributes also as parameters?
by seki (Monk) on Nov 30, 2017 at 09:27 UTC

    unfortunately, it does not help as it seems to be more high-level Attribute::Handlers related. And even on top of it, as it is using the

    :ATTR
    notation, but passing arguments different from
    CODE, SCALAR, HASH, ...etc
    that are in the documentation of Attribute::Handlers. I did not find the answer yet.