OVERVIEW:
The 'SOAP' Activity allows you to connect to remote services and invoke remote methods.
After opening the 'SOAP' activity, you will get the below configuration panel.
Default Configuration Parameters:
Address: Allows the user to input a properly formatted SOAP WSDL URL.
Headers: sets the headers which should be sent with each request.
Methods: Sets the methods to be invoked
Fields: Sets the params to be sent to the selected method
XML Envelope: Sets the XML envelope
Save Result In: sets the variable name in which to put the response
HOW IT WORKS:
A Simple Example to configure the 'SOAP' activity in PopFlow Studio.
Select the 'SOAP' activity from the 'Activity Sidebar'.
Click on the 'SOAP' activity to open and configure the 'SOAP' activity.
Enter the SOAP URL in the address field and click on the fetch metadata button to gets the available methods name as shown below.
Select the 'With Credentials' if the URL is with the Authorization key.
Headers:
You can set the headers which will be sent with each request.
You can add multiple headers by clicking on the 'Add Header' button. After clicking on the button it will create a panel to set the header details as shown below.
Method:
You can select the method or write the method name in the input field which will be sent with each request.