#1 2019-05-15 10:26:27

Patryx
Member
Registered: 2019-03-25

How can I call any URL from script?

Hi,
I have to call my web service in my Report Executor.
Do you have such a mechanism to make reuqest by URL?
I just need to call specified url address to inform my web service that sb export some data (in method close() of Report Executor) - to clarify, I don't want to redirect to another website...

Can you help me?

Offline

#2 2019-05-15 10:29:01

eduardo
Administrator
Registered: 2016-11-01
Website

Re: How can I call any URL from script?

Hi Patryx,

this is not directly related to reportserver. The script is in groovy so you can use groovy to call a URL:
https://stackoverflow.com/questions/318 … -in-groovy

Regards,
Eduardo

Offline

#3 2019-05-16 12:11:20

Patryx
Member
Registered: 2019-03-25

Re: How can I call any URL from script?

Hi Eduardo,
You are right, thanks!

Offline

Board footer

Powered by FluxBB