<?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 Silent Post is empty in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Silent-Post-is-empty/m-p/26398#M14035</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We are getting strange behavious with Silent Posts having an empty request body. This happens sporadically. We are using AIM.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This situation is described in this post&lt;/P&gt;&lt;P&gt;&lt;A target="_blank" href="http://community.developer.authorize.net/t5/Integration-and-Testing/POST-data-in-Silent-Post-is-empty/m-p/9838#M6411"&gt;http://community.developer.authorize.net/t5/Integration-and-Testing/POST-data-in-Silent-Post-is-empty/m-p/9838#M6411&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The solution in the above post is to not use redirects after placing a purchase, we need to stop the page process and redirect to a thank_you_page. How to deal with this issue? Can I instead return html that will request the thank_you_page?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ASP.NET Example:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;sub Page_Load()&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;{&lt;/P&gt;&lt;P&gt;.....&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;processAIM();&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;redirectToThankYouPage();&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Response.End();&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 10 May 2012 21:10:56 GMT</pubDate>
    <dc:creator>mkleyzit84</dc:creator>
    <dc:date>2012-05-10T21:10:56Z</dc:date>
    <item>
      <title>Silent Post is empty</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Silent-Post-is-empty/m-p/26398#M14035</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We are getting strange behavious with Silent Posts having an empty request body. This happens sporadically. We are using AIM.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This situation is described in this post&lt;/P&gt;&lt;P&gt;&lt;A target="_blank" href="http://community.developer.authorize.net/t5/Integration-and-Testing/POST-data-in-Silent-Post-is-empty/m-p/9838#M6411"&gt;http://community.developer.authorize.net/t5/Integration-and-Testing/POST-data-in-Silent-Post-is-empty/m-p/9838#M6411&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The solution in the above post is to not use redirects after placing a purchase, we need to stop the page process and redirect to a thank_you_page. How to deal with this issue? Can I instead return html that will request the thank_you_page?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ASP.NET Example:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;sub Page_Load()&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;{&lt;/P&gt;&lt;P&gt;.....&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;processAIM();&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;redirectToThankYouPage();&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Response.End();&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 10 May 2012 21:10:56 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Silent-Post-is-empty/m-p/26398#M14035</guid>
      <dc:creator>mkleyzit84</dc:creator>
      <dc:date>2012-05-10T21:10:56Z</dc:date>
    </item>
    <item>
      <title>Re: Silent Post is empty</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Silent-Post-is-empty/m-p/26410#M14041</link>
      <description>&lt;P&gt;What you describe is not silent post, it just your AIM process.&lt;/P&gt;&lt;P&gt;Are you checking to see if the transaction went thru in processAIM() like error or decline? Can you tell if your thank_you_page get call when you get empty request body? Are you just doing a response.redirect()? It there a reason for Response.End()?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 11 May 2012 13:50:02 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Silent-Post-is-empty/m-p/26410#M14041</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2012-05-11T13:50:02Z</dc:date>
    </item>
    <item>
      <title>Re: Silent Post is empty</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Silent-Post-is-empty/m-p/26418#M14045</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your response.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sorry I was not clear before. The above code is my AIM request and not my Silent Post handler. The code should look more like this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;sub Page_Load()&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;{&lt;/P&gt;&lt;P&gt;.....&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;bool success = processAIM(); //returns true if transaction is approved, otherwise false.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;if (success)&lt;/P&gt;&lt;P&gt;{&lt;/P&gt;&lt;P&gt;showUserPage("thank_you");&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;else&lt;/P&gt;&lt;P&gt;{&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;showUserPage&lt;/SPAN&gt;("error");&lt;/P&gt;&lt;P&gt;}&amp;nbsp;&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The&amp;nbsp;processAIM() returns a successful result. My question is how to implement the&amp;nbsp;&lt;SPAN&gt;showUserPage(). I can either to a Response.Redirect(page). Or I can write html that will have javascript request that page:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;void&amp;nbsp;&lt;SPAN&gt;showUserPage(string page)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;{&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;Response.Redirect(page);&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;---Or---&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;void&amp;nbsp;showUserPage(string page)&lt;/P&gt;&lt;P&gt;{&lt;/P&gt;&lt;P&gt;Response.Write(&amp;lt;html&amp;gt;&amp;lt;head&amp;gt;&amp;lt;script&amp;gt;window.location= [page]&amp;lt;/script&amp;gt;&amp;lt;/head&amp;gt;&amp;lt;body&amp;gt;&amp;lt;/body&amp;gt;&amp;lt;/html&amp;gt;)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Response.End(); // I must call end because I only want this html to be returned to the user.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Using both of these implementations, the user can see my thank_you_page. Which of the &lt;SPAN&gt;showUserPage() implementations is better?&amp;nbsp;&lt;/SPAN&gt;&amp;nbsp;According to the link above, I should be using the second method, but I don't see how this will affect my silent post request body. Is Response.End() a problem? And if so, they why?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As a side note, I am also testing ARB which also use Silent Post. I also sporadically get empty Silent Posts request bodies. Am I doing something wrong in general in regards to setting up silent posts?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Fri, 11 May 2012 14:28:03 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Silent-Post-is-empty/m-p/26418#M14045</guid>
      <dc:creator>mkleyzit84</dc:creator>
      <dc:date>2012-05-11T14:28:03Z</dc:date>
    </item>
    <item>
      <title>Re: Silent Post is empty</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Silent-Post-is-empty/m-p/26420#M14046</link>
      <description>&lt;PRE&gt;void showUserPage(string page)
{
Response.Write(&amp;lt;html&amp;gt;&amp;lt;head&amp;gt;&amp;lt;script&amp;gt;window.location= [page]&amp;lt;/script&amp;gt;&amp;lt;/head&amp;gt;&amp;lt;body&amp;gt;&amp;lt;/body&amp;gt;&amp;lt;/html&amp;gt;)
Response.End(); // I must call end because I only want this html to be returned to the user.
}&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;Is better.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I was question about response.end(); in you original code. because it might end the response before redirectToThankYouPage(); is finish.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What do you think silent post do? We might just having a different idea of what it is.&amp;nbsp; Silent Post don't display anything to a web browser, so I'm not sure what you mean by empty request body, do you mean it didn't have any post values?&amp;nbsp; All the silent post page should do is update database or something.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 11 May 2012 14:53:18 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Silent-Post-is-empty/m-p/26420#M14046</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2012-05-11T14:53:18Z</dc:date>
    </item>
    <item>
      <title>Re: Silent Post is empty</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Silent-Post-is-empty/m-p/26422#M14047</link>
      <description>&lt;P&gt;Thanks for the response.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Again, sorry for not being totally clear. I have an ASP.NET application in C#. I have 2 pages that are in question: BuyNow.aspx, and HandleSilentPost.aspx. There are also 2 result pages (ThankYou.aspx, Error.aspx).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Customer navigates to BuyNow.aspx and fills out billing details form (name, credit card, etc...)&lt;/LI&gt;&lt;LI&gt;Customer submits the form back to BuyNow.aspx&lt;/LI&gt;&lt;LI&gt;BuyNow.aspx uses AIM to send request Authorize.net to post transaction&lt;/LI&gt;&lt;LI&gt;BuyNow.aspx receives response from Authorize.net.&lt;/LI&gt;&lt;LI&gt;If response is successful, customer sees ThankYou.aspx&lt;/LI&gt;&lt;LI&gt;If response is denied, user customer Error.aspx&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is the psuedocode for BuyNow.aspx:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;sub Page_Load()&amp;nbsp;&lt;/P&gt;&lt;P&gt;{&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;if (IsPostBack) //if credit card info is submitted&lt;/P&gt;&lt;P&gt;&amp;nbsp;{&lt;/P&gt;&lt;P&gt;bool success = processAIM(); //returns true if transaction is approved, otherwise false.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;if (success)&lt;/P&gt;&lt;P&gt;{&lt;/P&gt;&lt;P&gt;showUserPage("thank_you");&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;else&lt;/P&gt;&lt;P&gt;{&lt;/P&gt;&lt;P&gt;showUserPage("error");&lt;/P&gt;&lt;P&gt;}&amp;nbsp;&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also, inside Authorize.net, I set up a Silent Post Url to “https://[my site]/ HandleSilentPost.aspx”. The HandleSilentPost.aspx page is supposed to receive the Silent Post Parameters (in the request body) and save them to database.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It seems that this page is called by Authorize.net after I call processAim() in BuyNow.aspx, as it should.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The problem is that HandleSilentPost.aspx gets called with a POST request that has empty body, so nothing can be saved to database. Can you help me figure out why the body empty?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Fri, 11 May 2012 15:39:20 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Silent-Post-is-empty/m-p/26422#M14047</guid>
      <dc:creator>mkleyzit84</dc:creator>
      <dc:date>2012-05-11T15:39:20Z</dc:date>
    </item>
    <item>
      <title>Re: Silent Post is empty</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Silent-Post-is-empty/m-p/26428#M14049</link>
      <description>&lt;P&gt;Ok. I got it now. AIM is working fine. issue with silent post.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How did you know the HandleSilentPost.aspx is getting call? Are you writing log message? since silent post is simlar to relay response read &lt;A target="_self" href="http://community.developer.authorize.net/t5/The-Authorize-Net-Developer-Blog/Relay-Response-Basics-and-Troubleshooting/ba-p/9536"&gt;this&lt;/A&gt; and see if it help. It is doing anything other than table I/O? Did you see any error message on the IIS server?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 11 May 2012 18:27:36 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Silent-Post-is-empty/m-p/26428#M14049</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2012-05-11T18:27:36Z</dc:date>
    </item>
    <item>
      <title>Re: Silent Post is empty</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Silent-Post-is-empty/m-p/26444#M14056</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We have a request logger inside HandleSilentPost.aspx that logs every request and body. When an empty request comes, there is a log entry but no body. There are no errors in IIS log. About 25% of silent posts are empty. Others are good.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We need to make it work because we use the silent post for fulfilling orders by generating licenses and emailing to customers, not just logging to database.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any other thoughts?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Mon, 14 May 2012 12:21:52 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Silent-Post-is-empty/m-p/26444#M14056</guid>
      <dc:creator>mkleyzit84</dc:creator>
      <dc:date>2012-05-14T12:21:52Z</dc:date>
    </item>
    <item>
      <title>Re: Silent Post is empty</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Silent-Post-is-empty/m-p/26446#M14057</link>
      <description>&lt;P&gt;Since you are using AIM, the workaround is to read the response from your webrequest to authorize.net in your processAIM() method.&lt;/P&gt;</description>
      <pubDate>Mon, 14 May 2012 12:38:06 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Silent-Post-is-empty/m-p/26446#M14057</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2012-05-14T12:38:06Z</dc:date>
    </item>
    <item>
      <title>Re: Silent Post is empty</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Silent-Post-is-empty/m-p/26450#M14059</link>
      <description>&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This solution will solve 50% of my problem. The other 50% has to do with ARB.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I also get sporadic empty silent posts when ARB is processed.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any thoughts on that?&lt;/P&gt;</description>
      <pubDate>Mon, 14 May 2012 13:06:48 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Silent-Post-is-empty/m-p/26450#M14059</guid>
      <dc:creator>mkleyzit84</dc:creator>
      <dc:date>2012-05-14T13:06:48Z</dc:date>
    </item>
    <item>
      <title>Re: Silent Post is empty</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Silent-Post-is-empty/m-p/26454#M14060</link>
      <description>&lt;P&gt;Maybe the detail transaction API?&lt;/P&gt;</description>
      <pubDate>Mon, 14 May 2012 13:12:03 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Silent-Post-is-empty/m-p/26454#M14060</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2012-05-14T13:12:03Z</dc:date>
    </item>
    <item>
      <title>Re: Silent Post is empty</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Silent-Post-is-empty/m-p/26456#M14061</link>
      <description>&lt;P&gt;We rely on Authorize.net service for our monthly and quarterly subscriptions. On every renewal date, our licensing server must receive a meaningful silent post to extend the customer’s license. If you suggest&amp;nbsp;&amp;nbsp;to poll&amp;nbsp;detail transaction API, then&amp;nbsp;I don’t see how that is practical&amp;nbsp;in our case. Am I missing anything?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also, is there any way to resolve the core problem with instability of silent posts? Is there anything we can change on our end? Are we the only ones with this issue?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Mon, 14 May 2012 13:32:10 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Silent-Post-is-empty/m-p/26456#M14061</guid>
      <dc:creator>mkleyzit84</dc:creator>
      <dc:date>2012-05-14T13:32:10Z</dc:date>
    </item>
    <item>
      <title>Re: Silent Post is empty</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Silent-Post-is-empty/m-p/26462#M14064</link>
      <description>&lt;P&gt;If you are 100% sure it is not a programming/setup issue, call support and see if they see anything out of the ordinary.&lt;/P&gt;</description>
      <pubDate>Mon, 14 May 2012 14:16:16 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Silent-Post-is-empty/m-p/26462#M14064</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2012-05-14T14:16:16Z</dc:date>
    </item>
  </channel>
</rss>

