Below is the CCRg element. The same error is seen in both health and h9, the error starting showing up in health around the 6th or 7th of Feb. My test app(using h9) validates the token, then inserts the message, here is the output:
Token Valid? true SEVERE: ServiceException sending notice: Bad Request SEVERE: com.google.gdata.client.http.HttpGDataRequest.handleErrorResponse (Unknown Source) com.google.gdata.client.http.GoogleGDataRequest.handleErrorResponse (Unknown Source) com.google.gdata.client.http.HttpGDataRequest.checkResponse(Unknown Source) com.google.gdata.client.http.HttpGDataRequest.execute(Unknown Source) com.google.gdata.client.http.GoogleGDataRequest.execute(Unknown Source) com.google.gdata.client.Service.insert(Unknown Source) com.google.gdata.client.GoogleService.insert(Unknown Source) ...sendGoogleNotice(GoogleHealthBL.java:247) ...TestProcess.main(TestProcess.java:29) ...AppException: ServiceException sending notice.Bad Request <ContinuityOfCareRecord xmlns="urn:astm-org:CCR" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="urn:astm-org:CCR CCR_20051109.xsd"> <CCRDocumentObjectID>COM.XYZ-20090224111133</CCRDocumentObjectID> <Language> <Text>English</Text> <Code> <Value>en-US</Value> <CodingSystem>ISO-639-1</CodingSystem> </Code> </Language> <Version>V1.0</Version> <DateTime> <ExactDateTime>2009-02-24T11:11:33-0700</ExactDateTime> </DateTime> <Patient> <ActorID>Patient</ActorID> </Patient> <From> <ActorLink> <ActorID>Site</ActorID> <ActorRole> <Text>author</Text> </ActorRole> </ActorLink> </From> <Body> <Medications> <Medication> <Product> <ProductName> <Text>SINGULAIR</Text> <Code> <Value>00006011731</Value> <CodingSystem>NDC</CodingSystem> </Code> </ProductName> <Strength> <Value>10</Value> <Units> <Unit>MG</Unit> </Units> </Strength> <Form> <Text>TABS</Text> </Form> </Product> <FulfillmentHistory> <Fulfillment> <Quantity> <Value>30</Value> <Units> <Unit>TABS</Unit> </Units> </Quantity> <DateTime> <Type> <Text>Dispense date</Text> </Type> <ExactDateTime>2008-01-16T00:00:00-0700</ ExactDateTime> </DateTime> </Fulfillment> </FulfillmentHistory> </Medication> </Medications> </Body> <Actors> <Actor> <ActorObjectID>Patient</ActorObjectID> <Source> <Actor> <ActorID>Site</ActorID> </Actor> </Source> </Actor> <Actor> <ActorObjectID>Site</ActorObjectID> <Organization> <Name>XYZ</Name> </Organization> <URL> <Value>www.xyz.com</Value> </URL> <Source> <Actor> <ActorID>Site</ActorID> </Actor> </Source> </Actor> </Actors> </ContinuityOfCareRecord> --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
