![]() |
|
Your skill will accomplish what the force of many cannot |
|
PerlMonks |
SOAP::Lite and XMLby cerror (Scribe) |
on Jul 03, 2007 at 01:46 UTC ( #624578=perlquestion: print w/replies, xml ) | Need Help?? |
cerror has asked for the wisdom of the Perl Monks concerning the following question:
Hello Monks, I know I'm kind of rehashing an old node, but I've made some progress and would like some advice on how to proceed from here. I think the problem I've been having may be in the way SOAP::Lite serializes the array, though I may be mistaken. Here's the relevant offending code from my XRC module as it is now: The wsdl file defines setUserOffers like so: And ArrayOfInt like this: My test, which fails, is very simple. The relevant parts look like this: Everything works except offerIDs (@pkg). My XML that's passed to the server defines it like this: However, it always fails with this fault: I know I'm not actually passing a string, so I'm not really certain what's going on here. Google gave me some ideas, which I tested, but nothing ultimately came of it. Does anyone else have a suggestion? Thanks!
- cerror
Back to
Seekers of Perl Wisdom
|
|