Change the output format of a service

Hello,
Could someone help me to change the output of a service.
For ex: http://localhost:5555/invoke/pub.art.connection:getConnectionStatistics? gives the results on the browser itself but I would like to have it in text file. Can you please help me out on this.

-sruthi

Hi Sruthi,

you can wrap a Flow Service around this service and convert its output to string which can be saved as text file.

As the mentioned service is a public Built-In Service, I dont think that this will be changed.

Regards,
Holger