Generated Web Service Component (Magic xpa 4.x)
When you have finished using the Web Service composite generator, the following will occur:
-
For each selected operation, a corresponding public program will be created.
-
The Invoke Web Service operation will use the virtual variables from the Main Program for Success and Fault properties of the call.
-
A service will be added with all necessary parameters and configuration.
-
The wizard will create two additional functions:
-
Last WS Call Successful – This function returns whether the last Web Service call was successful or not. The function returns the Success variable defined in the Main Program.
-
Last WS Call Fault information – This function returns information about the failure of the last Web Service call. The function will return the Fault variable defined in the Main Program.