I believe there's a documentation error on this page of the provisioning API: http://code.google.com/apis/apps/gdata_provisioning_api_v2.0_reference.html#Recipient_XML_Format
The gd namespace attribute uses a single quote. It should be a double quote. In other words this line: xmlns:gd='http://schemas.google.com/g/2005"> should be this: xmlns:gd="http://schemas.google.com/g/2005"> --chris --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Apps APIs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/google-apps-apis?hl=en -~----------~----~----~----~------~----~------~--~---
