Another problem I'm seeing is when passing a null value to a Java function over XMLRPC from Perl. I tried this:
and if I pass a null in Java to that same function, an exception is thrown, but in Perl it's not throwing an exception. Is undef changed to something other than null, like "" or something?
Code:
$api->setExternalData( $ticketID, $key, undef );