<?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: E00003 Root Element is Missing in POSTMAN in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/E00003-Root-Element-is-Missing-in-POSTMAN/m-p/64656#M38488</link>
    <description>&lt;P&gt;Would you mind describing more specifically everything you entered into Postman to successfully authenticate? I'm trying that myself using the name and&amp;nbsp;&lt;SPAN&gt;transactionKey headers (with the values I got when I created my sandbox account), and I keep getting the&amp;nbsp;E00003&amp;nbsp;"Root element is missing." error. My method is POST, and I I've tried it with and without the Content-Type header, application/json and application/xml. No luck yet. :(&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 03 Oct 2018 02:53:04 GMT</pubDate>
    <dc:creator>jeffalmquist</dc:creator>
    <dc:date>2018-10-03T02:53:04Z</dc:date>
    <item>
      <title>E00003 Root Element is Missing in POSTMAN</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/E00003-Root-Element-is-Missing-in-POSTMAN/m-p/64608#M38456</link>
      <description>&lt;P&gt;I have a Sandbox API credential created and tested successfully in the API Reference page.&amp;nbsp; In other words, the&amp;nbsp;&lt;SPAN&gt;authentication credential was valid and received successfully by the Authorize.Net API.&amp;nbsp; When I tried to test it in POSTMAN, I am getting the XML E00003 Root element is missing.&amp;nbsp; In POSTMAN, I supplied the URL&amp;nbsp;&lt;SPAN&gt;&lt;A href="https://apitest.authorize.net/xml/v1/request.api" target="_blank"&gt;https://apitest.authorize.net/xml/v1/request.api&lt;/A&gt;&amp;nbsp;and&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;&amp;nbsp;passed 3 header values: name, transactionKey, and content-type. The method is GET. What am I missing here? &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 26 Sep 2018 15:01:23 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/E00003-Root-Element-is-Missing-in-POSTMAN/m-p/64608#M38456</guid>
      <dc:creator>SusanK</dc:creator>
      <dc:date>2018-09-26T15:01:23Z</dc:date>
    </item>
    <item>
      <title>Re: E00003 Root Element is Missing in POSTMAN</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/E00003-Root-Element-is-Missing-in-POSTMAN/m-p/64616#M38464</link>
      <description>&lt;P&gt;Got it working in POSTMAN.&amp;nbsp; My mistake was using the GET method when I should have used POST.&amp;nbsp; With POST and supplying the call JSON code, such as the getTransactionListRequest block of code, then it worked successfully.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The goal is to make this API call in the Oracle database and I was successful.&amp;nbsp; However, I am getting a leading inverted question mark in the returned data set.&amp;nbsp; I've tried saving/storing the returned dataset in a NCLOB, CLOB, and NVARCHAR2 variable and that didn't eliminate the&lt;SPAN&gt;&amp;nbsp;inverted question mark.&amp;nbsp; I also tried "application/json;charset=utf-8" value for the "Accept" key and that didn't make a difference either.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 26 Sep 2018 18:30:34 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/E00003-Root-Element-is-Missing-in-POSTMAN/m-p/64616#M38464</guid>
      <dc:creator>SusanK</dc:creator>
      <dc:date>2018-09-26T18:30:34Z</dc:date>
    </item>
    <item>
      <title>Re: E00003 Root Element is Missing in POSTMAN</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/E00003-Root-Element-is-Missing-in-POSTMAN/m-p/64656#M38488</link>
      <description>&lt;P&gt;Would you mind describing more specifically everything you entered into Postman to successfully authenticate? I'm trying that myself using the name and&amp;nbsp;&lt;SPAN&gt;transactionKey headers (with the values I got when I created my sandbox account), and I keep getting the&amp;nbsp;E00003&amp;nbsp;"Root element is missing." error. My method is POST, and I I've tried it with and without the Content-Type header, application/json and application/xml. No luck yet. :(&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 03 Oct 2018 02:53:04 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/E00003-Root-Element-is-Missing-in-POSTMAN/m-p/64656#M38488</guid>
      <dc:creator>jeffalmquist</dc:creator>
      <dc:date>2018-10-03T02:53:04Z</dc:date>
    </item>
    <item>
      <title>Re: E00003 Root Element is Missing in POSTMAN</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/E00003-Root-Element-is-Missing-in-POSTMAN/m-p/64730#M38549</link>
      <description>&lt;P&gt;Hi jeffalmquist,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sorry about the delay in answering your question.&amp;nbsp; I was on vacation.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In POSTMAN, you do not need to provide header information.&amp;nbsp; Provide JSON or XML script with request type, name, transactionkey, and other information in the "Body".&amp;nbsp; That's all.&amp;nbsp; For example, go to the API Reference page (&lt;A href="https://developer.authorize.net/api/reference/index.html" target="_blank"&gt;https://developer.authorize.net/api/reference/index.html&lt;/A&gt;) and enter your API Login ID and Transaction Key information to test your authentication credentials.&amp;nbsp; Go to Get Transaction List under Transaction Reporting section and click on Try It tab.&amp;nbsp; Here, you can copy the XML or JSON script and then paste it into POSTMAN Body.&amp;nbsp; That's all.&amp;nbsp; Send it and you should get data returned if you have transactions created.&amp;nbsp; I hope this is helpful.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Susan&lt;/P&gt;</description>
      <pubDate>Wed, 10 Oct 2018 15:09:20 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/E00003-Root-Element-is-Missing-in-POSTMAN/m-p/64730#M38549</guid>
      <dc:creator>SusanK</dc:creator>
      <dc:date>2018-10-10T15:09:20Z</dc:date>
    </item>
  </channel>
</rss>

