<?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 XML_FORMAT_ERROR... in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/xml-format-error/m-p/2229508#M479517</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   I got the below dumperror message.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the read XML document hasa invalied format.&lt;/P&gt;&lt;P&gt;the XML format did not have the specif format.it could not be interepted properly.&lt;/P&gt;&lt;P&gt;the XML format was determined to be invalied for one of the following reasons.&lt;/P&gt;&lt;P&gt;1) the basic structure of the document was incorrect; for example the root tag must be &amp;lt;body&amp;gt;&lt;/P&gt;&lt;P&gt;2) there are start tagsin place where they are not expected;for exampl;e an integer is about to be read&lt;/P&gt;&lt;P&gt;3) reading special data types requires the specification of the correct version number.&lt;/P&gt;&lt;P&gt;4) properties are missing or too many properties exist.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BELOW IS THE XML FILE  I  AM READING.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;?xml version ="1.0" encoding = "UTF-8"?&amp;gt;&lt;/P&gt;&lt;P&gt;-&amp;lt;cXML payloadid ='200603201052554458090@130.180.1.14" xml:lang = "en-us"&lt;/P&gt;&lt;P&gt;   timestamp = "2007-03-20T10:52:55+08:00"&amp;gt;&lt;/P&gt;&lt;P&gt; -&amp;lt;RESPONSE&amp;gt;&lt;/P&gt;&lt;P&gt;    &amp;lt;status code = "500" text = "error"/&amp;gt;&lt;/P&gt;&lt;P&gt;    &amp;lt;document reference payloadid = "po300000787319032007115631"/&amp;gt;&lt;/P&gt;&lt;P&gt; &amp;lt;response&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/cxml&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i use the below code to read the file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; open dataset l_file_name for input in binary mode.&lt;/P&gt;&lt;P&gt;do.&lt;/P&gt;&lt;P&gt;readdataset i_file_name into gs_srclin.&lt;/P&gt;&lt;P&gt;append gs_srclin to gt_srctab.&lt;/P&gt;&lt;P&gt;enddo.&lt;/P&gt;&lt;P&gt;close dataset l_file_name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TRY.&lt;/P&gt;&lt;P&gt;CALL TRANSFORMATION (gc_string)&lt;/P&gt;&lt;P&gt;                             source XML gt_srctab&lt;/P&gt;&lt;P&gt;                             RESULTpoheader= gt_xml.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endtry.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the dump goes when it pass to the CALL TRANSFORMATION .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i dont know why and what reason it goes to dump,so pls check whether the problem is in the code or in the xml fieand helpto solve this issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Raj.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 28 Apr 2007 10:41:03 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-04-28T10:41:03Z</dc:date>
    <item>
      <title>XML_FORMAT_ERROR...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/xml-format-error/m-p/2229508#M479517</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   I got the below dumperror message.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the read XML document hasa invalied format.&lt;/P&gt;&lt;P&gt;the XML format did not have the specif format.it could not be interepted properly.&lt;/P&gt;&lt;P&gt;the XML format was determined to be invalied for one of the following reasons.&lt;/P&gt;&lt;P&gt;1) the basic structure of the document was incorrect; for example the root tag must be &amp;lt;body&amp;gt;&lt;/P&gt;&lt;P&gt;2) there are start tagsin place where they are not expected;for exampl;e an integer is about to be read&lt;/P&gt;&lt;P&gt;3) reading special data types requires the specification of the correct version number.&lt;/P&gt;&lt;P&gt;4) properties are missing or too many properties exist.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BELOW IS THE XML FILE  I  AM READING.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;?xml version ="1.0" encoding = "UTF-8"?&amp;gt;&lt;/P&gt;&lt;P&gt;-&amp;lt;cXML payloadid ='200603201052554458090@130.180.1.14" xml:lang = "en-us"&lt;/P&gt;&lt;P&gt;   timestamp = "2007-03-20T10:52:55+08:00"&amp;gt;&lt;/P&gt;&lt;P&gt; -&amp;lt;RESPONSE&amp;gt;&lt;/P&gt;&lt;P&gt;    &amp;lt;status code = "500" text = "error"/&amp;gt;&lt;/P&gt;&lt;P&gt;    &amp;lt;document reference payloadid = "po300000787319032007115631"/&amp;gt;&lt;/P&gt;&lt;P&gt; &amp;lt;response&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/cxml&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i use the below code to read the file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; open dataset l_file_name for input in binary mode.&lt;/P&gt;&lt;P&gt;do.&lt;/P&gt;&lt;P&gt;readdataset i_file_name into gs_srclin.&lt;/P&gt;&lt;P&gt;append gs_srclin to gt_srctab.&lt;/P&gt;&lt;P&gt;enddo.&lt;/P&gt;&lt;P&gt;close dataset l_file_name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TRY.&lt;/P&gt;&lt;P&gt;CALL TRANSFORMATION (gc_string)&lt;/P&gt;&lt;P&gt;                             source XML gt_srctab&lt;/P&gt;&lt;P&gt;                             RESULTpoheader= gt_xml.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endtry.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the dump goes when it pass to the CALL TRANSFORMATION .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i dont know why and what reason it goes to dump,so pls check whether the problem is in the code or in the xml fieand helpto solve this issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Raj.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 28 Apr 2007 10:41:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/xml-format-error/m-p/2229508#M479517</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-28T10:41:03Z</dc:date>
    </item>
    <item>
      <title>Re: XML_FORMAT_ERROR...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/xml-format-error/m-p/2229509#M479518</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;solved&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Sep 2009 01:48:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/xml-format-error/m-p/2229509#M479518</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-17T01:48:01Z</dc:date>
    </item>
    <item>
      <title>Re: XML_FORMAT_ERROR...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/xml-format-error/m-p/2229510#M479519</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Deesanth,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Can you please share the solution with us? My email id is &lt;/SPAN&gt;&lt;A class="jive-link-email-small" href="mailto:srinivas.p.panth@grace.com"&gt;srinivas.p.panth@grace.com&lt;/A&gt;&lt;SPAN&gt; . We are facing a similar error in our GRC SOD report.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Srinivas Panth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Feb 2016 20:08:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/xml-format-error/m-p/2229510#M479519</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-02-16T20:08:48Z</dc:date>
    </item>
  </channel>
</rss>

