in reply to Re: Syntax used by SOAP::Lite
in thread Syntax used by SOAP::Lite
Changing topics again, the problem I have now is more related to XML parsing. If I look at the actual packets coming back from the server, I can see that it has two occurances of '<lines>' in the data, but after parsing, only the first has made it through.
I remember from when I was trying to decode the stuff myself using XML::Parser and XML::Twig that there were various options in there that could be used to change how things like that are decoded, but I haven't had a chance yet to see if the XML parser options are visible via the SOAP::Lite object.
And once again, thanks to everyone for their help here.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: SOAP::Lite and XML::Parser decoding issues
by jhourcle (Prior) on Jun 04, 2005 at 22:24 UTC | |
by smeenz (Sexton) on Jun 04, 2005 at 23:38 UTC |