FYI
There are a few mistakes in the "Google Apps Provisioning API Developer's Guide: Protocol" document. In particular to the Create Group Example. http://code.google.com/apis/apps/gdata_provisioning_api_v2.0_developers_protocol.html#Create_Group_Example First: POST https://apps-api.google.com/a/feeds/group/2.0/domain Should be POST https://apps-apiS.google.com/a/feeds/group/2.0/domain (S is missing) This caused me to initially think "Wow, google API is down?!!??" Second Under "Sample GroupEntry Request" <atom:entry xmlns:atom="http://www.w3.org/2005/Atom" xmlns:apps="http://schemas.google.com/apps/2006" xmlns:gd="http:// schemas.google.com/g/2005">> <apps:property name="groupId" value="us-sales"></apps:property> <apps:property name="groupName" value="US Sales"></apps:property> <apps:property name="description" value="United States Sales Team"></ apps:property> <apps:property name="emailPermission" value="emailPermission"></ apps:property> </atom:entry> There is a double >> after the <atom:entry breaking the XML. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
