BusinessObjects Board

Need Assistance Adapter type

Hello BOb’s,

I have an URL below to read the data and extract.

https://api.squishlist.com/rest/?method=squish.project.search&cfg=keenan&token=31d11805af4318b1ed3570226c26a1456f14aed4&prj=cbms&24567=169645

Can you please give assistance on this for which type of Adapter should use or any other way/configuration ???

Appreciate your help!!

Thanks


vasanthasuresh (BOB member since 2011-07-28)

if you are on DS 4.2, then use Webservice REST datastore, no need of Adapter

if you are on pre 4.2 version, and the output of this URL is in XML format, then you can try using HTTP Adapter


manoj_d (BOB member since 2009-01-02)

Thank you manoj.

We have DS 4.2 SP03. I have created Webservice REST data store and it is expecting the .wadl file.

But I have the URL which will returns in JSON format…
How Can I convert the JSON into .WADL or should I need to do any other way to extract.

Thanks.


vasanthasuresh (BOB member since 2011-07-28)

you can use SoapUI to generate a WADL file using the URL that you have


manoj_d (BOB member since 2009-01-02)