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

Hi!

You are, unfortunately, stuck in a land that most Perlers do not like to visit, SOAP-land. I hate to be the guy who tells you to "use something else" but in this case, I must. XML::Compile and, more specifically, XML::Compile::WSDL11 are more than likely what you want. The author of those modules puts a lot of painstaking effort into keeping those up-to-date and sensible to use.

I'm sorry you're stuck having to deal with SOAP, but at least there's someone like Mark Overmeer out there to make your life a bit easier!

Thanks, Chase
  • Comment on Re: SOAP::WSDL: variable attributes with attributes also as parameters?

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:35 UTC

    Thanks for the suggestion of XML::Compile::WSDL11 that I was not aware.

    But now I managed to fix the code generated and I can successfully interact with HP Service Management. This code is relatively small, and the user-level is actually minimal. But Obviously I will have to fix the generator.

    I will anyway look at the other alternative

    but at first my question was not xml/xsd attributes related, but perl syntax attributes related. And I still do not know where the notation used by SOAP::WSDL is coming.

        Indeed. Never used it before, but it makes sense. A very intersting reading. I am learning things today! :o)