<?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 Re: Timeout with CIM createCustomerProfileTransactionRequest in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Timeout-with-CIM-createCustomerProfileTransactionRequest/m-p/33462#M17972</link>
    <description>&lt;P&gt;Thanks for the response, Joy.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It's very strange, I agree. We previously used a SOAP implementation and never experienced these timeouts. Now that we are using the XML implementation, they're happening every once in awhile. We are hitting the web service via CURL and sometimes are seeing requests that reach our time limit.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'll increase our limit to 20 seconds and put some logging in place. Any other suggestions you have are highly appreciated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;</description>
    <pubDate>Tue, 12 Mar 2013 22:01:05 GMT</pubDate>
    <dc:creator>jlvn</dc:creator>
    <dc:date>2013-03-12T22:01:05Z</dc:date>
    <item>
      <title>Timeout with CIM createCustomerProfileTransactionRequest</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Timeout-with-CIM-createCustomerProfileTransactionRequest/m-p/33389#M17905</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am encountering an issue that only seems to happen from time to time. I am using the HTTP POST method for CIM with the URL at&amp;nbsp;&lt;A target="_blank" href="https://api.authorize.net/xml/v1/request.api."&gt;https://api.authorize.net/xml/v1/request.api.&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Occasionally, certain calls to createCustomerProfileTransaction will cause a timeout. I have our timeout threshold set to 10 seconds, which I would think would be sufficient. The majority of requests go through just fine.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The bigger issue is that these transactions actually end up still going through. Since I received no response, there's no way for me to tell whether the transaction was successful or not.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there a best practice to handling these issues? Should my timeout be set higher or should I be doing something else to address this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the help!&lt;/P&gt;</description>
      <pubDate>Thu, 07 Mar 2013 15:47:50 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Timeout-with-CIM-createCustomerProfileTransactionRequest/m-p/33389#M17905</guid>
      <dc:creator>jlvn</dc:creator>
      <dc:date>2013-03-07T15:47:50Z</dc:date>
    </item>
    <item>
      <title>Re: Timeout with CIM createCustomerProfileTransactionRequest</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Timeout-with-CIM-createCustomerProfileTransactionRequest/m-p/33458#M17968</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV id="ColorBandedcontent" style="position: relative; padding-bottom: 0px; padding-left: 3px; padding-right: 3px; clear: both; padding-top: 0px;"&gt;
&lt;DIV id="imcontent" style="margin-left: 12px;"&gt;
&lt;DIV style="font-family: MS Shell Dlg 2; direction: ltr; color: #000000; font-size: 9pt;"&gt;Hi,&lt;/DIV&gt;
&lt;DIV style="font-family: MS Shell Dlg 2; direction: ltr; color: #000000; font-size: 9pt;"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV style="font-family: MS Shell Dlg 2; direction: ltr; color: #000000; font-size: 9pt;"&gt;The maximum duration of an API call to our system is 20 seconds. However, it is incredibly unlikely that you are really seeing any calls that are taking more than 10 seconds on our side. I would suspect that there is something else going on with your implementation that is preventing you from recording the response, but I have no way of guessing precisely what that might be.&lt;/DIV&gt;
&lt;DIV style="font-family: MS Shell Dlg 2; direction: ltr; color: #000000; font-size: 9pt;"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV style="font-family: MS Shell Dlg 2; direction: ltr; color: #000000; font-size: 9pt;"&gt;Thanks,&lt;/DIV&gt;
&lt;DIV style="font-family: MS Shell Dlg 2; direction: ltr; color: #000000; font-size: 9pt;"&gt;Joy&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Tue, 12 Mar 2013 21:32:06 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Timeout-with-CIM-createCustomerProfileTransactionRequest/m-p/33458#M17968</guid>
      <dc:creator>Joy</dc:creator>
      <dc:date>2013-03-12T21:32:06Z</dc:date>
    </item>
    <item>
      <title>Re: Timeout with CIM createCustomerProfileTransactionRequest</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Timeout-with-CIM-createCustomerProfileTransactionRequest/m-p/33462#M17972</link>
      <description>&lt;P&gt;Thanks for the response, Joy.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It's very strange, I agree. We previously used a SOAP implementation and never experienced these timeouts. Now that we are using the XML implementation, they're happening every once in awhile. We are hitting the web service via CURL and sometimes are seeing requests that reach our time limit.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'll increase our limit to 20 seconds and put some logging in place. Any other suggestions you have are highly appreciated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2013 22:01:05 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Timeout-with-CIM-createCustomerProfileTransactionRequest/m-p/33462#M17972</guid>
      <dc:creator>jlvn</dc:creator>
      <dc:date>2013-03-12T22:01:05Z</dc:date>
    </item>
  </channel>
</rss>

