Hi
We are using then following sample type of code to call RESTful API from WebReport. But it is causing the delay in creating objects like Folder/Document. So, we like to make this call as Asynchronous, so that it does not cause delay...
[LL_WEBREPORT_RESTCLIENT
@HOST:r00wuan0c.bnymellon.net
@PORT:10012
@URI:/OTCS/cs/api/v1/auth
@METHOD:POST
@TIMEOUT:10
@BODY:
@OUTPUT:ASSOC:AuthAssoc /]
Rajender