That's because the service name is incorrect in the H9Service class: http://code.google.com/p/gdata-java-client/issues/detail?id=91
It should be 'weaver' and not 'h9'. If you make that change and recompile the .jars, it should work. Eric On Jan 23, 8:21 am, Stefano <[email protected]> wrote: > Well, using GoogleService and System.out.println(entry.getXmlBlob > ().getBlob()); it works. > Using H9Service it doesn't work but the error is an Exception on user > credentials, but user and password are right... > > On 22 Gen, 18:40, "Eric (Google)" <[email protected]> wrote: > > > Hi Stefano, > > > Since you're using GoogleService, try this: > > System.out.println(entry.getXmlBlob().getBlob()); > > > If you were using H9Service, you would be able to use > > getContinuityOfCareRecord(), but there's current a > > bug:http://code.google.com/p/gdata-java-client/issues/detail?id=91 > > > Eric --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Health Developers" 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/googlehealthdevelopers?hl=en -~----------~----~----~----~------~----~------~--~---
