Any XML::Compile monks out there?
I've been using XML::Compile for many months to test web services. Today I added yet another web service to test that is fairly similar to the dozen others I've tested. For some reason my script is not functioning with this new web service.
The structure from explain() is two hashes "Header" and "Body". My %params hash contains the programmatically constructed hash that reflects these two hashes and their contents. However, when I display the trace request the contents of my hash are not mapped into the request resulting in the following XML:
<?xml version="1.0" encoding="UTF-8"?> <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/env +elope/"> <SOAP-ENV:Header/> <SOAP-ENV:Body/> </SOAP-ENV:Envelope>
I get a few "warning: unused values" during the actual WSDL11 call to the web service operation
"use Log::Report mode => 'DEBUG';" wasn't terribly helpful either
Thanks for your suggestions as always
In reply to XML::Compile not mapping my params hash by jdudleyh
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |