The XML content posted above is different from the original XML. I found these errors in the new XML: The </id> closing tag needs to be on the same line as <id>. The left-angle brackets inside PermissionReminderText, EmailContent, and EmailTextContent need to be converted to< enttites. So, here is how the new XML should look: <?xml version="1.0" encoding="UTF-8"?>
<entry xmlns="http://www.w3.org/2005/Atom">
<link href="/ws/customers/shipcarsnow1/campaigns" rel="edit"/>
<id>http://api.constantcontact.com/ws/customers/shipcarsnow1/campaigns</id>
<title type="text">API Test Email</title>
<updated>2009-10-19T18:34:53.105Z</updated>
<author>
<name>Constant Contact</name>
</author>
<content type="application/vnd.ctct+xml">
<Campaign xmlns="http://ws.constantcontact.com/ns/1.0/"
id="http://api.constantcontact.com/ws/customers/shipcarsnow1/campaigns/1111122233">
<Name>API Test Email</Name>
<Status>Draft</Status>
<Date>2009-10-19T18:34:53.105Z</Date>
<Subject>ShipCarsNow Test</Subject>
<FromName>ShipCarsNow Test</FromName>
<ViewAsWebpage>NO</ViewAsWebpage>
<ViewAsWebpageLinkText/>
<ViewAsWebpageText/>
<PermissionReminder>YES</PermissionReminder>
<PermissionReminderText>
You're receiving this email because of your relationship with ctct.
Please
<ConfirmOptin>
<a style="color:#0000ff;">confirm</a>
</ConfirmOptin>
your continued interest in receiving email from us.
</PermissionReminderText>
<GreetingSalutation>Dear</GreetingSalutation>
<GreetingName>FirstName</GreetingName>
<GreetingString>Greetings!</GreetingString>
<OrganizationName>ShipCarsnow</OrganizationName>
<OrganizationAddress1>123 wsw st</OrganizationAddress1>
<OrganizationAddress2/>
<OrganizationAddress3/>
<OrganizationCity>OMAHA</OrganizationCity>
<OrganizationState>NE</OrganizationState>
<OrganizationInternationalState/>
<OrganizationCountry>US</OrganizationCountry>
<OrganizationPostalCode>32423</OrganizationPostalCode>
<IncludeForwardEmail>NO</IncludeForwardEmail>
<ForwardEmailLinkText/>
<IncludeSubscribeLink>NO</IncludeSubscribeLink>
<SubscribeLinkText/>
<EmailContentFormat>HTML</EmailContentFormat>
<EmailContent>
<html lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml"
xmlns:cctd="http://www.constantcontact.com/cctd">
<body>
<CopyRight>Copyright (c) 1996-2009 Constant Contact. All rights
reserved. Except as permitted under a separate written agreement
with Constant Contact, neither the Constant Contact software, nor
any content that appears on any Constant Contact site, including
but not limited to, web pages, newsletters, or templates may be
reproduced, republished, repurposed, or distributed without the
prior written permission of Constant Contact. For inquiries
regarding reproduction or distribution of any Constant Contact
material, please contact slboucher@shipcarsnow.com.
</CopyRight>
<OpenTracking/>
<!-- Do NOT delete previous line if you want to get statistics on the
number of opened emails -->
<CustomBlock name="letter.intro" title="Personalization">
<Greeting/>
</CustomBlock>
</body>
</html>
</EmailContent>
<EmailTextContent>
<Text>This is the text version.</Text>
</EmailTextContent>
<StyleSheet/>
<ContactLists>
<ContactList
id="http://api.constantcontact.com/ws/customers/shipcarsnow1/lists/170">
<link xmlns="http://www.w3.org/2005/Atom" href="/ws/customers/shipcarsnow1/lists/170"
rel="self"/>
</ContactList>
</ContactLists>
<FromEmail>
<Email
id="http://api.constantcontact.com/ws/customers/shipcarsnow1/settings/emailaddresses/8">
<link xmlns="http://www.w3.org/2005/Atom"
href="/ws/customers/shipcarsnow1/settings/emailaddresses/8" rel="self"/>
</Email>
<EmailAddress>slboucher@shipcarsnow.com</EmailAddress>
</FromEmail>
<ReplyToEmail>
<Email
id="http://api.constantcontact.com/ws/customers/shipcarsnow1/settings/emailaddresses/8">
<link xmlns="http://www.w3.org/2005/Atom"
href="/ws/customers/shipcarsnow1/settings/emailaddresses/8" rel="self"/>
</Email>
<EmailAddress>slboucher@shipcarsnow.com</EmailAddress>
</ReplyToEmail>
</Campaign>
</content>
<source>
<id>http://api.constantcontact.com/ws/customers/shipcarsnow1/campaigns
</id>
<title type="text">Campaigns for customer: shipcarsnow1</title>
<link href="campaigns"/>
<link href="campaigns" rel="self"/>
<author>
<name>shipcarsnow1</name>
</author>
<updated>2009-10-19T19:36:12.622Z</updated>
</source>
</entry>
... View more