RESTful services

Hi folks.
I’m creating a script datasource to consume services. I tried using groovyx.net.http.HTTPBuilder but it is not available to be used.
Could you please suggest a way to do that?

Thanks in advance,

Hi Walter,

I am assuming you are referring to https://github.com/jgritman/httpbuilder/wiki. As this is not native groovy code, you would need to add the jar to ReportServer’s classpath,
that is, add the jar to ReportServer’s lib directory (INSTALL_DIR/apps/reportserver/reportserver-conf/lib in case you used the Bitnami installer)

Hope this helps,
Thomas

Thank you! Its working fine now.