i think you have to set the ns parameter like:
$client->ns("http://whatever.org", "ns2");
$client->readable(1);
i had the same problem with a jboss service.
look after the ns method here:
http://search.cpan.org/~mkutter/SOAP-Lite-0.710.10/lib/SOAP/Lite.pm