CallAsmx Step

Last published at: May 14th, 2024

Description:

Getting json data from asmx web service.  

Inputs

  • Name – Step name
  • Description – Step description
  • serviceConfiguration – Enter the URL and specify the inputs for the method
  • varToStoreResult - Variable to hold the result from the service

Returns

  • True – step executed successfully 
  • False – step failed to execute

Usage:

 

Example:

Let’s build and execute the callAsmxDef example.

  • Create a new definition called “callAsmxDef”
  • Select the definition and click the “design” button
  • Drag a callasmx step to the canvas
  • Connect the dots between the start and callasmx step
  • Click on the “callasmx” step to configure its properties. Configure variable.result to store the result. 

  • Click on Service configuration and enter URL, select method and specify input values. 
  • Save the process definition, create a process instance, and execute. Check the step properties by rendering the process instance. The step should return the JSON data from ASMX service.