<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Root element is missing in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Root-element-is-missing/m-p/54614#M29582</link>
    <description>&lt;P&gt;I started testing my integration for the Akamai stuff and can't seem to get anything to work. We have been integrated for years with no issue so I didn't expect there to be any real problems getting this to work...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Just to be sure I hadn't screwed up the XML I went to the API reference, clicked "Try It", copied the&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;XML to my test app and sent it. Since I copied the XML directly from&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;the the API reference I assume that the XML is valid. This leads me to&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;believe that the post data is getting mangled somewhere between my&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;computer and the server that is processing the request. Is there anyway&amp;nbsp;kind of server side&amp;nbsp;log to help me figure out what is going on?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Here is the XML I sent...minus my auth info.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;?xml version="1.0" encoding="utf-8"?&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;createCustomerProfileRequest xmlns="AnetApi/xml/v1/schema/&lt;/SPAN&gt;&lt;SPAN&gt;AnetApiSchema.xsd"&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp;&amp;lt;merchantAuthentication&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;name&amp;gt;******&amp;lt;/name&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;transactionKey&amp;gt;*********&lt;/SPAN&gt;&lt;SPAN&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN&gt;transactionKey&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;lt;/merchantAuthentication&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp;&amp;lt;profile&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;merchantCustomerId&amp;gt;Merchant_&lt;/SPAN&gt;&lt;SPAN&gt;Customer_ID&amp;lt;/&lt;/SPAN&gt;&lt;SPAN&gt;merchantCustomerId&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;description&amp;gt;Profile description here&amp;lt;/description&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;email&amp;gt;&lt;/SPAN&gt;&lt;A href="mailto:customer-profile-email@here.com" target="_blank"&gt;customer-profile-email@here.com&lt;/A&gt;&lt;SPAN&gt;&amp;lt;/email&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;paymentProfiles&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;customerType&amp;gt;individual&amp;lt;/&lt;/SPAN&gt;&lt;SPAN&gt;customerType&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;payment&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;creditCard&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;cardNumber&amp;gt;4111111111111111&amp;lt;/&lt;/SPAN&gt;&lt;SPAN&gt;cardNumber&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;expirationDate&amp;gt;2020-12&amp;lt;/&lt;/SPAN&gt;&lt;SPAN&gt;expirationDate&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/creditCard&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/payment&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/paymentProfiles&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;lt;/profile&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;validationMode&amp;gt;testMode&amp;lt;/&lt;/SPAN&gt;&lt;SPAN&gt;validationMode&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;lt;/&lt;/SPAN&gt;&lt;SPAN&gt;createCustomerProfileRequest&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Sean&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 13 May 2016 13:56:44 GMT</pubDate>
    <dc:creator>rswsean</dc:creator>
    <dc:date>2016-05-13T13:56:44Z</dc:date>
    <item>
      <title>Root element is missing</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Root-element-is-missing/m-p/54614#M29582</link>
      <description>&lt;P&gt;I started testing my integration for the Akamai stuff and can't seem to get anything to work. We have been integrated for years with no issue so I didn't expect there to be any real problems getting this to work...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Just to be sure I hadn't screwed up the XML I went to the API reference, clicked "Try It", copied the&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;XML to my test app and sent it. Since I copied the XML directly from&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;the the API reference I assume that the XML is valid. This leads me to&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;believe that the post data is getting mangled somewhere between my&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;computer and the server that is processing the request. Is there anyway&amp;nbsp;kind of server side&amp;nbsp;log to help me figure out what is going on?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Here is the XML I sent...minus my auth info.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;?xml version="1.0" encoding="utf-8"?&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;createCustomerProfileRequest xmlns="AnetApi/xml/v1/schema/&lt;/SPAN&gt;&lt;SPAN&gt;AnetApiSchema.xsd"&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp;&amp;lt;merchantAuthentication&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;name&amp;gt;******&amp;lt;/name&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;transactionKey&amp;gt;*********&lt;/SPAN&gt;&lt;SPAN&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN&gt;transactionKey&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;lt;/merchantAuthentication&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp;&amp;lt;profile&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;merchantCustomerId&amp;gt;Merchant_&lt;/SPAN&gt;&lt;SPAN&gt;Customer_ID&amp;lt;/&lt;/SPAN&gt;&lt;SPAN&gt;merchantCustomerId&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;description&amp;gt;Profile description here&amp;lt;/description&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;email&amp;gt;&lt;/SPAN&gt;&lt;A href="mailto:customer-profile-email@here.com" target="_blank"&gt;customer-profile-email@here.com&lt;/A&gt;&lt;SPAN&gt;&amp;lt;/email&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;paymentProfiles&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;customerType&amp;gt;individual&amp;lt;/&lt;/SPAN&gt;&lt;SPAN&gt;customerType&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;payment&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;creditCard&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;cardNumber&amp;gt;4111111111111111&amp;lt;/&lt;/SPAN&gt;&lt;SPAN&gt;cardNumber&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;expirationDate&amp;gt;2020-12&amp;lt;/&lt;/SPAN&gt;&lt;SPAN&gt;expirationDate&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/creditCard&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/payment&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/paymentProfiles&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;lt;/profile&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;validationMode&amp;gt;testMode&amp;lt;/&lt;/SPAN&gt;&lt;SPAN&gt;validationMode&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;lt;/&lt;/SPAN&gt;&lt;SPAN&gt;createCustomerProfileRequest&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Sean&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 13 May 2016 13:56:44 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Root-element-is-missing/m-p/54614#M29582</guid>
      <dc:creator>rswsean</dc:creator>
      <dc:date>2016-05-13T13:56:44Z</dc:date>
    </item>
    <item>
      <title>Re: Root element is missing</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Root-element-is-missing/m-p/54616#M29584</link>
      <description>&lt;P&gt;This happened on April 20th for about 24 hours and no one at Authorize.net informed anyone of the problem. &amp;nbsp;They just fixed it and it stopped causing that error. &amp;nbsp;It's happening now, as well (it started on Thursday May 12th in the early afternoon Pacific time). &amp;nbsp;I have contacted support via chat and email, and no one has gotten back to me either.&lt;/P&gt;</description>
      <pubDate>Fri, 13 May 2016 15:53:08 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Root-element-is-missing/m-p/54616#M29584</guid>
      <dc:creator>larsinsd</dc:creator>
      <dc:date>2016-05-13T15:53:08Z</dc:date>
    </item>
    <item>
      <title>Re: Root element is missing</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Root-element-is-missing/m-p/54618#M29586</link>
      <description>&lt;P&gt;Just as a sanity check we pointed our tester at an external echo server...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is the response I am getting back.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;URL: /?action=echo&lt;BR /&gt;&amp;lt;-------------- HEADERS ------------&amp;gt;&lt;BR /&gt;Host: rest.rswtest.net&lt;BR /&gt;User-Agent: Mozilla/4.0 (compatible; Synapse)&lt;BR /&gt;&amp;lt;-----------------------------------&amp;gt;&lt;BR /&gt;&amp;lt;--------------- QUERY -------------&amp;gt;&lt;BR /&gt;action: echo&lt;BR /&gt;&amp;lt;-----------------------------------&amp;gt;&lt;BR /&gt;&amp;lt;--------------- BODY -------------&amp;gt;&lt;BR /&gt;&amp;lt;?xml version="1.0" encoding="utf-8"?&amp;gt;&lt;BR /&gt;&amp;lt;createCustomerProfileRequest xmlns="AnetApi/xml/v1/schema/AnetApiSchema.xsd"&amp;gt;&lt;BR /&gt;&amp;lt;merchantAuthentication&amp;gt;&lt;BR /&gt;&amp;lt;name&amp;gt;*******&amp;lt;/name&amp;gt;&lt;BR /&gt;&amp;lt;transactionKey&amp;gt;*******&amp;lt;/transactionKey&amp;gt;&lt;BR /&gt;&amp;lt;/merchantAuthentication&amp;gt;&lt;BR /&gt;&amp;lt;profile&amp;gt;&lt;BR /&gt;&amp;lt;merchantCustomerId&amp;gt;Merchant_Customer_ID&amp;lt;/merchantCustomerId&amp;gt;&lt;BR /&gt;&amp;lt;description&amp;gt;Profile description here&amp;lt;/description&amp;gt;&lt;BR /&gt;&amp;lt;email&amp;gt;customer-profile-email@here.com&amp;lt;/email&amp;gt;&lt;BR /&gt;&amp;lt;paymentProfiles&amp;gt;&lt;BR /&gt;&amp;lt;customerType&amp;gt;individual&amp;lt;/customerType&amp;gt;&lt;BR /&gt;&amp;lt;payment&amp;gt;&lt;BR /&gt;&amp;lt;creditCard&amp;gt;&lt;BR /&gt;&amp;lt;cardNumber&amp;gt;4111111111111111&amp;lt;/cardNumber&amp;gt;&lt;BR /&gt;&amp;lt;expirationDate&amp;gt;2020-12&amp;lt;/expirationDate&amp;gt;&lt;BR /&gt;&amp;lt;/creditCard&amp;gt;&lt;BR /&gt;&amp;lt;/payment&amp;gt;&lt;BR /&gt;&amp;lt;/paymentProfiles&amp;gt;&lt;BR /&gt;&amp;lt;/profile&amp;gt;&lt;BR /&gt;&amp;lt;validationMode&amp;gt;testMode&amp;lt;/validationMode&amp;gt;&lt;BR /&gt;&amp;lt;/createCustomerProfileRequest&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;----------------------------------&amp;gt;&lt;BR /&gt;&amp;lt;--------------- Decode BODY -------------&amp;gt;&lt;BR /&gt;&amp;lt;?xml version="1.0" encoding="utf-8"?&amp;gt;&lt;BR /&gt;&amp;lt;createCustomerProfileRequest xmlns="AnetApi/xml/v1/schema/AnetApiSchema.xsd"&amp;gt;&lt;BR /&gt;&amp;lt;merchantAuthentication&amp;gt;&lt;BR /&gt;&amp;lt;name&amp;gt;*******&amp;lt;/name&amp;gt;&lt;BR /&gt;&amp;lt;transactionKey&amp;gt;*******&amp;lt;/transactionKey&amp;gt;&lt;BR /&gt;&amp;lt;/merchantAuthentication&amp;gt;&lt;BR /&gt;&amp;lt;profile&amp;gt;&lt;BR /&gt;&amp;lt;merchantCustomerId&amp;gt;Merchant_Customer_ID&amp;lt;/merchantCustomerId&amp;gt;&lt;BR /&gt;&amp;lt;description&amp;gt;Profile description here&amp;lt;/description&amp;gt;&lt;BR /&gt;&amp;lt;email&amp;gt;customer-profile-email@here.com&amp;lt;/email&amp;gt;&lt;BR /&gt;&amp;lt;paymentProfiles&amp;gt;&lt;BR /&gt;&amp;lt;customerType&amp;gt;individual&amp;lt;/customerType&amp;gt;&lt;BR /&gt;&amp;lt;payment&amp;gt;&lt;BR /&gt;&amp;lt;creditCard&amp;gt;&lt;BR /&gt;&amp;lt;cardNumber&amp;gt;4111111111111111&amp;lt;/cardNumber&amp;gt;&lt;BR /&gt;&amp;lt;expirationDate&amp;gt;2020-12&amp;lt;/expirationDate&amp;gt;&lt;BR /&gt;&amp;lt;/creditCard&amp;gt;&lt;BR /&gt;&amp;lt;/payment&amp;gt;&lt;BR /&gt;&amp;lt;/paymentProfiles&amp;gt;&lt;BR /&gt;&amp;lt;/profile&amp;gt;&lt;BR /&gt;&amp;lt;validationMode&amp;gt;testMode&amp;lt;/validationMode&amp;gt;&lt;BR /&gt;&amp;lt;/createCustomerProfileRequest&amp;gt;&lt;/P&gt;</description>
      <pubDate>Fri, 13 May 2016 16:07:00 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Root-element-is-missing/m-p/54618#M29586</guid>
      <dc:creator>rswsean</dc:creator>
      <dc:date>2016-05-13T16:07:00Z</dc:date>
    </item>
    <item>
      <title>Re: Root element is missing</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Root-element-is-missing/m-p/54620#M29587</link>
      <description>&lt;P&gt;After staring at this all day I finally figured it out....&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When we wrote our implementation years ago the requests were being sent as a GET. As I went to copy the code to a new tester it finally jumped out at me that it wasn't doing a POST.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It is too bad that there isn't a server side log somewhere that might have helped to surface this a little quicker.&lt;/P&gt;</description>
      <pubDate>Fri, 13 May 2016 19:38:43 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Root-element-is-missing/m-p/54620#M29587</guid>
      <dc:creator>rswsean</dc:creator>
      <dc:date>2016-05-13T19:38:43Z</dc:date>
    </item>
    <item>
      <title>Re: Root element is missing</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Root-element-is-missing/m-p/54641#M29608</link>
      <description>&lt;P&gt;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/20071"&gt;@rswsean﻿&lt;/a&gt;&amp;nbsp;Good to know you found a solution.&lt;BR /&gt;&lt;BR /&gt;We're working on improving our logging and analysis, so hopefully we'll be in a better position in the future to shed light into odd things like this. Thanks.&lt;/P&gt;</description>
      <pubDate>Tue, 17 May 2016 16:10:34 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Root-element-is-missing/m-p/54641#M29608</guid>
      <dc:creator>Lilith</dc:creator>
      <dc:date>2016-05-17T16:10:34Z</dc:date>
    </item>
  </channel>
</rss>

