soapCall
Description
Input / Parameters
No
Name
Description
Data Type
Required
Output
Callback
Video
Example
Step
Result

Notes
Last updated
Directly access or call a SOAP Web Service.
1
connector
Name of connector and created in the Services and Global Components page.
String
Yes
2
function
The function from the Web Service to be executed.
String
Yes
3
data
This contains the main parameter in the function being called.
Object
No
Coming soon.
Coming soon.
Coming soon.
The user wants to call the SOAP Web Service.
To create SOAP Connector in Services and define the name, url and timeOut. Name: soap url: http://203.116.137.100:51059/Training/Main.asmx ( Please refer to the picture below, there is a example of main web service.We have take one of the operation which is login as an example to apply for this function.) timeOut: 3000


Call the function "soapCall"and define the connector, function and set the function"toObject" to data. connector: soap function: login data: toObject

Define the toObject(parameter)which are username and password and the component value. username: componentValue (for defined the name in textbox.) component: txtUsername
password: componentValue ( for defined the password in textbox.) component: txtPassword



Add a console for display the response from console.


N/A
Last updated