I've come across the same issue - unfortunately I just have the exception
as the contacts data is privately owned by our customer:
Caused by: com.google.gdata.util.ParseException: The prefix "atom" for element
"atom:cc" is not bound.
at com.google.gdata.util.XmlParser.parse(XmlParser.java:703)
at com.google.gdata.util.XmlParser.parse(XmlParser.java:576)
at com.google.gdata.data.BaseFeed.parseAtom(BaseFeed.java:867)
at
com.google.gdata.wireformats.input.AtomDataParser.parse(AtomDataParser.java:68)
at
com.google.gdata.wireformats.input.AtomDataParser.parse(AtomDataParser.java:39)
at
com.google.gdata.wireformats.input.CharacterParser.parse(CharacterParser.java:100)
at
com.google.gdata.wireformats.input.XmlInputParser.parse(XmlInputParser.java:52)
at
com.google.gdata.wireformats.input.AtomDualParser.parse(AtomDualParser.java:66)
at
com.google.gdata.wireformats.input.AtomDualParser.parse(AtomDualParser.java:34)
at com.google.gdata.client.Service.parseResponseData(Service.java:2165)
at com.google.gdata.client.Service.parseResponseData(Service.java:2098)
at com.google.gdata.client.Service.getFeed(Service.java:1136)
at com.google.gdata.client.Service.getFeed(Service.java:1077)
at com.google.gdata.client.GoogleService.getFeed(GoogleService.java:662)
at com.google.gdata.client.Service.query(Service.java:1237)
at com.google.gdata.client.Service.query(Service.java:1178)
at
com.floreysoft.ucm.server.contacts.provider.google.SyncGoogleContactsAction.collectContacts(SyncGoogleContactsAction.java:311)
... 34 more
Caused by: org.xml.sax.SAXParseException; lineNumber: 2; columnNumber: 757; The
prefix "atom" for element "atom:cc" is not bound.
at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)
at org.apache.xerces.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown
Source)
at org.xml.sax.helpers.ParserAdapter.parse(ParserAdapter.java:429)
at com.google.gdata.util.XmlParser.parse(XmlParser.java:685)
... 50 more
--
You received this message because you are subscribed to the Google
Groups "Google Contacts, Shared Contacts and User Profiles 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://code.google.com/apis/contacts/community/forum.html