Hi All. I have a Multi-Client Account (MCA) and I want to create sub-accounts via the Google Java API.
After the usual login authentication, I am uploading the following XML using POST to http://www.google.com/base/feeds/managedaccounts <?xml version='1.0'?> <entry xmlns='http://www.w3.org/2005/Atom' xmlns:gb='http:// base.google.com/ns/2.0'> <title type='text'>ABC Store</title> <content type='text'>Description of ABC Store</content> <link rel='alternate' type='text/html' href='<URL>'/> <gb:adult_content>no</gb:adult_content> </entry> ...I get the error "Service not found". The example is taken from the Google documentation. Any tips/suggestions on what is causing the error? Thanks, john -- You received this message because you are subscribed to the Google Groups "Google Base Data API" 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-base-data-api?hl=en.
