in reply to Re^5: Google Apps API
in thread Google Apps API

I get: Could not find APItesting.xml in H:\My Documents\Desktop\ at H:\My Documents\Desktop\APItesting.pl line 9 where APItesting.pl is the test perl file on my desktop and line 9 is my $config = XMLin($user); Beyond me. I've sent an email to the autor but heard nothing back so far. Won't bug you on this. Just have to see what develops. Thanks for your time so far.

Replies are listed 'Best First'.
Re^7: Google Apps API
by Anonymous Monk on Oct 15, 2008 at 23:04 UTC
    ??? No.
    my $user = $google-> RetrieveUser('BondJ007'); print Dumper( $user );
      Hmmm ... not sure what you mean by no. My previous reply said it didn't work and I gave you the error message. Is that what you wanted?
        See Re^3: Google Apps API. I want to know what RetrieveUser is returning. If thats not working, VUser::Google::ProvisioningAPI isn't worth using, since the whole point is to avoid manual XML parsing