Salesforce

Generated Web Service Component (Magic xpa 3.x)

« Go Back

Information

 
Created ByKnowledge Migration User
Approval Process StatusPublished
Objective
Description

Generated Web Service Component (Magic xpa 3.x)

When you have finished using the Web Service composite generator, the following will occur:

  • The wizard will create two virtual variables in the Main Program:

  • Success (Logical variable)

  • Fault (BLOB)

  • 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.

Reference
Attachment 
Attachment