Expand my Community achievements bar.

SOLVED

How to import feeds from Newscred

Avatar

Level 2

I need to import articles as feeds from Newscred. Currently they are providing a webservice with JSON response. What is the best way to implement this using Feed Importer in AEM6.1. How is this response saved in AEM using the Feed importer.

The reference for Webserivce can be found in 

https://support.newscred.com/hc/en-us/articles/207492266-Feed-API-V2-Documentation 

Any directions and reference will be helpful.

1 Accepted Solution

Avatar

Correct answer by
Administrator

Hi 

As you said, you can get JSON response from the webservice, so i would suggest you to create your custom service which that will use Newscred webservice and then could process the response data that could be saved in JCR.

Some of the reference articles for your use :-

Link:- https://helpx.adobe.com/experience-manager/using/aem_wordpress.html

// Write a component to retrive information from 3rd party web sites.

Link:- https://helpx.adobe.com/experience-manager/using/creating-cxf-bundles-consume-web.html

// AEM Services using Apache CXF that consume web services

I hop this would help you.

~kautuk



Kautuk Sahni

View solution in original post

3 Replies

Avatar

Level 10

You would need to write a custom AEM service that is able to consume this JSON feed. This is not an ootb solution. 

Avatar

Correct answer by
Administrator

Hi 

As you said, you can get JSON response from the webservice, so i would suggest you to create your custom service which that will use Newscred webservice and then could process the response data that could be saved in JCR.

Some of the reference articles for your use :-

Link:- https://helpx.adobe.com/experience-manager/using/aem_wordpress.html

// Write a component to retrive information from 3rd party web sites.

Link:- https://helpx.adobe.com/experience-manager/using/creating-cxf-bundles-consume-web.html

// AEM Services using Apache CXF that consume web services

I hop this would help you.

~kautuk



Kautuk Sahni