in reply to XML::Compile not mapping my params hash
G'day jdudleyh,
Firstly, a disclaimer: I'm not a user of XML::Compile.
Some issues:
Assuming <SOAP-ENV:Header/> and <SOAP-ENV:Body/> should contain some values and the warnings are indicating unused values, could the problem lie with your %params hash? If so, my guess would be problems with either the structure of the hash or the keys (maybe capitalisation or embedded whitespace). Use Data::Dumper to look at the hash; set $Data::Dumper::Useqq to find spurious characters.
If that doesn't help, addressing the issues raised may result in better answers.
-- Ken
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: XML::Compile not mapping my params hash
by markov (Scribe) on Feb 05, 2014 at 13:00 UTC | |
|
Re^2: XML::Compile not mapping my params hash
by Anonymous Monk on Feb 05, 2014 at 10:35 UTC | |
|
Re^2: XML::Compile not mapping my params hash
by jdudleyh (Acolyte) on Feb 06, 2014 at 01:47 UTC | |
|
Re^2: XML::Compile not mapping my params hash
by Anonymous Monk on Feb 05, 2014 at 10:39 UTC |