Invoking Web Services from Your Scripts

Calling web service methods from your scripts involves two high-level steps:

  1. Registering a variable name for the web service you want to invoke

  2. Writing Groovy code that prepares the inbound arguments, calls the web service function, and then processes the return value