<?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: Raw response for logging from the .NET SDK in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Raw-response-for-logging-from-the-NET-SDK/m-p/63752#M37801</link>
    <description>&lt;P&gt;So there is no way to programmatically get to the response string?&amp;nbsp; Is there a reason why you would leave this feature out?&lt;/P&gt;</description>
    <pubDate>Wed, 18 Jul 2018 19:12:41 GMT</pubDate>
    <dc:creator>prm</dc:creator>
    <dc:date>2018-07-18T19:12:41Z</dc:date>
    <item>
      <title>Raw response for logging from the .NET SDK</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Raw-response-for-logging-from-the-NET-SDK/m-p/62216#M36583</link>
      <description>&lt;P&gt;How do I get the raw response string returned from the .NET SDK?&amp;nbsp; I'm guessing it would come from the controller, but I can't find where the string is exposed.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It needs to be logged so we can get help with a failing transaction from support.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 20 Mar 2018 19:38:36 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Raw-response-for-logging-from-the-NET-SDK/m-p/62216#M36583</guid>
      <dc:creator>dnebeker7</dc:creator>
      <dc:date>2018-03-20T19:38:36Z</dc:date>
    </item>
    <item>
      <title>Re: Raw response for logging from the .NET SDK</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Raw-response-for-logging-from-the-NET-SDK/m-p/62318#M36670</link>
      <description>&lt;P&gt;bump&lt;/P&gt;</description>
      <pubDate>Mon, 26 Mar 2018 14:51:04 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Raw-response-for-logging-from-the-NET-SDK/m-p/62318#M36670</guid>
      <dc:creator>dnebeker7</dc:creator>
      <dc:date>2018-03-26T14:51:04Z</dc:date>
    </item>
    <item>
      <title>Re: Raw response for logging from the .NET SDK</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Raw-response-for-logging-from-the-NET-SDK/m-p/62368#M36706</link>
      <description>&lt;P&gt;For anyone else that comes along later, the .NET SDK uses System.Diagnostic.Tracing to write the response string.&amp;nbsp; So you can add the following to your .config file and get the raw response string written to a log file.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&amp;lt;system.diagnostics&amp;gt;  
    &amp;lt;trace autoflush="true" indentsize="4"&amp;gt;  
      &amp;lt;listeners&amp;gt;  
        &amp;lt;add name="myListener"   
          type="System.Diagnostics.TextWriterTraceListener"   
          initializeData="C:\MyLogFile.txt" /&amp;gt;  
        &amp;lt;remove name="Default" /&amp;gt;  
      &amp;lt;/listeners&amp;gt;  
    &amp;lt;/trace&amp;gt;  
  &amp;lt;/system.diagnostics&amp;gt;  &lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 28 Mar 2018 15:46:48 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Raw-response-for-logging-from-the-NET-SDK/m-p/62368#M36706</guid>
      <dc:creator>dnebeker7</dc:creator>
      <dc:date>2018-03-28T15:46:48Z</dc:date>
    </item>
    <item>
      <title>Re: Raw response for logging from the .NET SDK</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Raw-response-for-logging-from-the-NET-SDK/m-p/63752#M37801</link>
      <description>&lt;P&gt;So there is no way to programmatically get to the response string?&amp;nbsp; Is there a reason why you would leave this feature out?&lt;/P&gt;</description>
      <pubDate>Wed, 18 Jul 2018 19:12:41 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Raw-response-for-logging-from-the-NET-SDK/m-p/63752#M37801</guid>
      <dc:creator>prm</dc:creator>
      <dc:date>2018-07-18T19:12:41Z</dc:date>
    </item>
  </channel>
</rss>

