in reply to XML::Compile not mapping my params hash

These "unused" messages *always* mean that the data-structure you are passing in is incorrect.

You can also find help for XML::Compile on its IRC channel irc.perl.org#xml-compile and mailing-list

  • Comment on Re: XML::Compile not mapping my params hash

Replies are listed 'Best First'.
Re^2: XML::Compile not mapping my params hash
by jdudleyh (Acolyte) on Feb 06, 2014 at 02:01 UTC

    Thanks Markov. And thanks for your modules!

    I'm intrigued by this article -- namely the second numbered point under the "Parameter unpacking" section.

    I'm wondering if I'm just a victim of unfortunate naming by the WSDL creators.

    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envel +ope/" xmlns:v1="yadayadayada" xmlns:v11=and other namespace stuff...> <soapenv:Header> <v1:CommonHeader> ...list of simple elements omitted... </v1:CommonHeader> </soapenv:Header> <soapenv:Body> <v11:Registration> ... more simple elements omitted... </v11:Registration> </soapenv:Body> </soapenv:Envelope>