Solved

Using the httpclient activity in a Java script

  • 4 March 2024
  • 1 reply
  • 26 views

Userlevel 5
Badge +16

Does anyone have a quick rundown on what methods to use to set the httpclient methods and execute?

I know it goes something like so :

 

import commvault.cte.workflow.activities.HttpClient;

def httpclient = new HttpClient();

 

But then what next?

 

How do I set the http method, headers and, and url?

 

icon

Best answer by christopherlecky 6 March 2024, 14:19

View original

1 reply

Userlevel 5
Badge +16

Resolved 

Reply