pme has asked for the wisdom of the Perl Monks concerning the following question:
Is there a way to force SOAP::Lite to return 'undef' if the XML tag is empty?
For example in case of '<Tag/>' I got this 'Tag' => '' but I would like to get 'Tag' => undef.
Thanks in advance.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: SOAP::Lite, undef values in the reply
by Anonymous Monk on Nov 25, 2015 at 23:28 UTC | |
|
Re: SOAP::Lite, undef values in the reply
by stevieb (Canon) on Nov 25, 2015 at 22:52 UTC |