Help for this page
my $object = $factory->instantiate('My::User', id => 'uid=semancik,ou= +people,o=bgs,c=sk'); print $object->realName; # read attribute $object->realName('Radovan Semancik'); # Set attribute
# server ... ->proxy('http://jewels.bgs.sk/soap'); my $object = $soap->instantiate('My::User','whateverId')->result;