Tutorial: Calculator

Tutorial: Calculator

Service Connector Process Objects

Service Connector Process Objects

A service connector process object groups data. The WSDL file you imported to generate a service connector generates eight process objects.
To view the service connector process objects, click the
Process Objects
tab in the
CalculatorSVC
connector.
The following image shows the
Process Objects
tab for the
CalculatorSVC
connector:
This image shows the Process Objects tab containing a list of process objects for the Calculator service. Each process object has a section for Properties and Fields.
The following table describes the service connector process objects:
Name
Description
Number of Fields
Field Names
Field Type
AddResponse_AT
Contains the result of the Add action.
One
AddResult
number
Add_AT
Contains the input required to perform the Add action.
Two
intA
,
intB
number
DivideResponse_AT
Contains the result of the Divide action.
One
DivideResult
number
Divide_AT
Contains the input required to perform the Divide action.
Two
intA
,
intB
number
MultiplyResponse_AT
Contains the result of the Multiply action.
One
MultiplyResult
number
Multiply_AT
Contains the input required to perform the Multiply action.
Two
intA
,
intB
number
SubtractResponse_AT
Contains the result of the Subtract action.
One
SubtractResult
number
Subtract_AT
Contains the input required to perform the Subtract action.
Two
intA
,
intB
number
The fields contained within the
Add_AT
,
Divide_AT
,
Multiply_AT
, and
Subtract_AT
process objects are identical. This is because you use the same numbers as input for the Add, Divide, Multiply, and Subtract actions.

0 COMMENTS

We’d like to hear from you!