<?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>Question Re: BODS HTTP Adapter compatibility with JSON Reply in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/bods-http-adapter-compatibility-with-json-reply/qaa-p/11850974#M4446393</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Okay Dirk-I changed to the Web Service REST Datastore; defined it as shown below:&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/1027719" /&gt;&lt;/P&gt;&lt;P&gt;However, it doesn't save properly and when I click OK on the final dialog box it throws the error below:&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/1027726" /&gt;&lt;/P&gt;&lt;P&gt;It seems an XML parser comes into play even after I selected a JSON mediatype(above). Is there something else I need to change?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Abhishek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 01 Sep 2016 09:34:58 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2016-09-01T09:34:58Z</dc:date>
    <item>
      <title>BODS HTTP Adapter compatibility with JSON Reply</title>
      <link>https://community.sap.com/t5/technology-q-a/bods-http-adapter-compatibility-with-json-reply/qaq-p/11850964</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using BODS 4.2 and need to consume a REST Based API service (using both GET and POST). I have already configured the BODS Out-of-the-box HTTP Adapter and created an operation for the GET service and was able to import that as a message function in my Designer(as a DATASTORE object)-shown below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/1025771" /&gt;&lt;/P&gt;&lt;P&gt;However, my issue is that when I try calling my GET operation in a data-flow, it errors out with an XML parser failed error as below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/1025644" /&gt;&lt;/P&gt;&lt;P&gt;Briefly, whats happening is that the BODS Adapter expects an XML Response whereas the URL(which hosts the API) throws a JSON output file at it. Somehow, BODS OOTB HTTP Adapter doesn't support JSON reply format. Is there a workaround/alternative?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any guidance is much appreciated-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;Abhishek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Aug 2016 07:04:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/bods-http-adapter-compatibility-with-json-reply/qaq-p/11850964</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-08-30T07:04:27Z</dc:date>
    </item>
    <item>
      <title>Re: BODS HTTP Adapter compatibility with JSON Reply</title>
      <link>https://community.sap.com/t5/technology-q-a/bods-http-adapter-compatibility-with-json-reply/qaa-p/11850965#M4446384</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can create&amp;nbsp; a JSON Adapter for GET response&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Refer to below link&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A __default_attr="129166" __jive_macro_name="blogpost" class="jive_macro jive_macro_blogpost" data-orig-content="How to use a Base_UserDefined Transform in Data Services 4.x to return JSON Web Service data" href="https://community.sap.com/" modifiedtitle="true" title="How to use a Base_UserDefined Transform in Data Services 4.x to return JSON Web Service data"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="postbody"&gt;You might need to develop a JSON adapter using Java SDK ,that obtains data via HTTP in JSON-format, converts it to XML and passes to Data Services. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="postbody"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="postbody"&gt;Although nobody has posted the exact steps but you may find an excerpt below&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="postbody"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="postbody"&gt;&lt;A __default_attr="69292" __jive_macro_name="blogpost" class="jive_macro jive_macro_blogpost" data-orig-content="JSONAdapter for Data Services helps to bring unstructured text data into SAP ecosystem" href="https://community.sap.com/"&gt;&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="postbody"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="postbody"&gt;Regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="postbody"&gt;Arun Sasi&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Aug 2016 09:20:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/bods-http-adapter-compatibility-with-json-reply/qaa-p/11850965#M4446384</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-08-30T09:20:00Z</dc:date>
    </item>
    <item>
      <title>Re: BODS HTTP Adapter compatibility with JSON Reply</title>
      <link>https://community.sap.com/t5/technology-q-a/bods-http-adapter-compatibility-with-json-reply/qaa-p/11850966#M4446385</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Arun.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have visited both the blogs and can see that both of them employ other open source tools like a JAVA SDK or a python Library like urllib2. I am more inclined to use Python due to its easy integration with User Defined functions in BODS but I haven't figured out the complete solution yet. The difference between what's shown in the blog &lt;A _jive_internal="true" data-containerid="31774" data-containertype="37" data-objectid="129166" data-objecttype="38" href="https://answers.sap.com/community/data-services/blog/2015/07/28/how-to-use-a-baseuserdefined-transform-in-data-services-4x-to-return-json-web-service-data"&gt;How to use a Base_UserDefined Transform in Data Services 4.x to return JSON Web Service data&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="postbody"&gt;versus my URL is that mine returns a file output whereas the one in the blog displays the result on the browser directly. My URL API service also uses authentication. When I modified the python code in the editor and tried I got an error which said 'No JSON object could be decoded'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="postbody"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="postbody"&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/1025936" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;From the looks of it, I now feel that this might be due to the way my API works(can't disclose the actual URL, owing to security issues). I'm referring this back to the DQ community for some suggestions - &lt;A __default_attr="2122" __jive_macro_name="community" class="jive_macro_community jive_macro" data-orig-content="Data Services and Data Quality" href="https://community.sap.com/"&gt;&lt;/A&gt; please have a look-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Abhishek&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Abhishek Ghosh&#xD;
&#xD;
The referred blog post within my reply was incorrect. I have now posted the correct one-&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Aug 2016 09:45:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/bods-http-adapter-compatibility-with-json-reply/qaa-p/11850966#M4446385</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-08-30T09:45:51Z</dc:date>
    </item>
    <item>
      <title>Re: BODS HTTP Adapter compatibility with JSON Reply</title>
      <link>https://community.sap.com/t5/technology-q-a/bods-http-adapter-compatibility-with-json-reply/qaa-p/11850967#M4446386</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am sorry, but am I missing something?&lt;/P&gt;&lt;P&gt;Support of JSON files and messages as batch and real-time sources and targets was introduced in DS 4.2 SP2.&lt;/P&gt;&lt;P&gt;RESTful web services are natively supported with the Webservice adapter since DS 4.2 SP1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The post &lt;A __default_attr="69292" __jive_macro_name="blogpost" class="jive_macro jive_macro_blogpost" data-orig-content="JSONAdapter for Data Services helps to bring unstructured text data into SAP ecosystem" href="https://community.sap.com/"&gt;&lt;/A&gt;is over 4 years old. A lot has changed since then.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Aug 2016 18:00:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/bods-http-adapter-compatibility-with-json-reply/qaa-p/11850967#M4446386</guid>
      <dc:creator>former_member187605</dc:creator>
      <dc:date>2016-08-30T18:00:48Z</dc:date>
    </item>
    <item>
      <title>Re: BODS HTTP Adapter compatibility with JSON Reply</title>
      <link>https://community.sap.com/t5/technology-q-a/bods-http-adapter-compatibility-with-json-reply/qaa-p/11850968#M4446387</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dirk- I expected the same when I started this activity but couldn't find anything related on SCN. As per my DS installation , I have DS 4.2 support pack 3; shown below:&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/1026307" /&gt; I haven't worked with HTTP Adapters earlier and can do with some additional help. Could you please point me to some resources which can be useful? I couldn't see the technical manuals don't explicitly speak about JSON support for HTTP Adapters though. I'm not sure if I have the latest documentation-&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/1026377" /&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Abhishek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Aug 2016 02:40:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/bods-http-adapter-compatibility-with-json-reply/qaa-p/11850968#M4446387</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-08-31T02:40:21Z</dc:date>
    </item>
    <item>
      <title>Re: BODS HTTP Adapter compatibility with JSON Reply</title>
      <link>https://community.sap.com/t5/technology-q-a/bods-http-adapter-compatibility-with-json-reply/qaa-p/11850969#M4446388</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is a more recent version of the documentation:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/1026542" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Get it from &lt;A href="http://help.sap.com/"&gt;help.sap.com.&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Work with the WebService adapter (not the HTTP adapter!) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/1026544" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and create a data store of type Web Service REST:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/1026543" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Aug 2016 05:59:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/bods-http-adapter-compatibility-with-json-reply/qaa-p/11850969#M4446388</guid>
      <dc:creator>former_member187605</dc:creator>
      <dc:date>2016-08-31T05:59:47Z</dc:date>
    </item>
    <item>
      <title>Re: BODS HTTP Adapter compatibility with JSON Reply</title>
      <link>https://community.sap.com/t5/technology-q-a/bods-http-adapter-compatibility-with-json-reply/qaa-p/11850970#M4446389</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I downloaded the latest documentation from help.sap.com and created a Web-service Datastore with my URL which produces a JSON Output file:&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/1027482" /&gt;&lt;/P&gt;&lt;P&gt;Next I tried to import the available functions for the web-service and this is the error that I got:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jiveImage" src="https://community.sap.com/" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;Is there something that I missed or is the URL I'm using the reason for this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;Abhishek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Sep 2016 05:29:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/bods-http-adapter-compatibility-with-json-reply/qaa-p/11850970#M4446389</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-09-01T05:29:40Z</dc:date>
    </item>
    <item>
      <title>Re: BODS HTTP Adapter compatibility with JSON Reply</title>
      <link>https://community.sap.com/t5/technology-q-a/bods-http-adapter-compatibility-with-json-reply/qaa-p/11850971#M4446390</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You forgot to include the error message.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Sep 2016 07:18:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/bods-http-adapter-compatibility-with-json-reply/qaa-p/11850971#M4446390</guid>
      <dc:creator>former_member187605</dc:creator>
      <dc:date>2016-09-01T07:18:24Z</dc:date>
    </item>
    <item>
      <title>Re: BODS HTTP Adapter compatibility with JSON Reply</title>
      <link>https://community.sap.com/t5/technology-q-a/bods-http-adapter-compatibility-with-json-reply/qaa-p/11850972#M4446391</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/1027540" /&gt;&lt;/P&gt;&lt;P&gt;Apologies, missed the error screenshot in my earlier message. Here it is now. I even tried creating a new DataServices,html file in the folder indicated above with the following content-&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/1027604" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The result is the same error on trying to open the Datastore in designer.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Sep 2016 08:05:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/bods-http-adapter-compatibility-with-json-reply/qaa-p/11850972#M4446391</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-09-01T08:05:20Z</dc:date>
    </item>
    <item>
      <title>Re: BODS HTTP Adapter compatibility with JSON Reply</title>
      <link>https://community.sap.com/t5/technology-q-a/bods-http-adapter-compatibility-with-json-reply/qaa-p/11850973#M4446392</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You've selected a wrong data store type. Create a data store of type &lt;EM&gt;Web Service REST&lt;/EM&gt; as indicated above.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Sep 2016 08:31:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/bods-http-adapter-compatibility-with-json-reply/qaa-p/11850973#M4446392</guid>
      <dc:creator>former_member187605</dc:creator>
      <dc:date>2016-09-01T08:31:16Z</dc:date>
    </item>
    <item>
      <title>Re: BODS HTTP Adapter compatibility with JSON Reply</title>
      <link>https://community.sap.com/t5/technology-q-a/bods-http-adapter-compatibility-with-json-reply/qaa-p/11850974#M4446393</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Okay Dirk-I changed to the Web Service REST Datastore; defined it as shown below:&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/1027719" /&gt;&lt;/P&gt;&lt;P&gt;However, it doesn't save properly and when I click OK on the final dialog box it throws the error below:&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/1027726" /&gt;&lt;/P&gt;&lt;P&gt;It seems an XML parser comes into play even after I selected a JSON mediatype(above). Is there something else I need to change?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Abhishek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Sep 2016 09:34:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/bods-http-adapter-compatibility-with-json-reply/qaa-p/11850974#M4446393</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-09-01T09:34:58Z</dc:date>
    </item>
    <item>
      <title>Re: BODS HTTP Adapter compatibility with JSON Reply</title>
      <link>https://community.sap.com/t5/technology-q-a/bods-http-adapter-compatibility-with-json-reply/qaa-p/11850975#M4446394</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need a correct wsdl or wadl file. I cannot verify, because you blanked out the url.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Sep 2016 09:52:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/bods-http-adapter-compatibility-with-json-reply/qaa-p/11850975#M4446394</guid>
      <dc:creator>former_member187605</dc:creator>
      <dc:date>2016-09-01T09:52:53Z</dc:date>
    </item>
    <item>
      <title>Re: BODS HTTP Adapter compatibility with JSON Reply</title>
      <link>https://community.sap.com/t5/technology-q-a/bods-http-adapter-compatibility-with-json-reply/qaa-p/11850976#M4446395</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As I cannot share the URL I have used as of now due to preserve confidentiality, will it be possible for you to use the URL mentioned in the post below?, i.e the URL-&lt;A href="http://data.consumerfinance.gov/api/views.json" title="http://data.consumerfinance.gov/api/views.json"&gt;http://data.consumerfinance.gov/api/views.json&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" data-containerid="31774" data-containertype="37" data-objectid="79277" data-objecttype="38" href="https://answers.sap.com/community/data-services/blog/2013/01/31/how-to-use-userdefined-transform-in-sap-bodsbusiness-object-data-services"&gt;http://scn.sap.com/community/data-services/blog/2013/01/31/how-to-use-userdefined-transform-in-sap-bodsbusiness-object-data-services&lt;/A&gt;. If you can make it work with the Web Service Datastore it would be great if you can publish the settings; as such I tried with it and got the same XML parser error-&lt;SPAN __jive_emoticon_name="plain" __jive_macro_name="emoticon" class="jive_macro_emoticon jive_macro jive_emote" src="https://community.sap.com/111/images/emoticons/plain.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Sep 2016 11:06:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/bods-http-adapter-compatibility-with-json-reply/qaa-p/11850976#M4446395</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-09-01T11:06:50Z</dc:date>
    </item>
    <item>
      <title>Re: BODS HTTP Adapter compatibility with JSON Reply</title>
      <link>https://community.sap.com/t5/technology-q-a/bods-http-adapter-compatibility-with-json-reply/qaa-p/11850977#M4446396</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Without the schema definition (wsdl/wadl) file I cannot do anything.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Sep 2016 11:41:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/bods-http-adapter-compatibility-with-json-reply/qaa-p/11850977#M4446396</guid>
      <dc:creator>former_member187605</dc:creator>
      <dc:date>2016-09-01T11:41:55Z</dc:date>
    </item>
  </channel>
</rss>

