|
Navigation: Reference Manual > Web Method Return Values |
Send comments on this topic. |
Each web method returns values to the consumer. Based on the web method consumed, the return values may be one or more records requested or standard return values.
"Standard" Return Values
The standard return values are returned when the web method primitives are Create, Delete, or Update. The standard return set is as follows:
|
Name |
Type |
Comment |
|
OperationStatus |
Boolean |
results of the success of the requested operation . |
|
Message |
String |
If the operation failed the message contains diagnostic information regarding the attempted operation. |
|
ID |
String |
An internal PRISM ID resulting from the operation. This ID is based on the PRISM object being referenced via the web method call. |
"Get" Return Values
The Get primitive return one or more PRISM record sets. The return value(s) are based on the PRISM object requested. That is, "GetVendor" will return a single vendor. Moreover, "GetContractSubs" will return one or more subcontractor records.
Note :When the return set in this documentation differs from the WSDL, the WSDL takes preference.
|
|
PRISM Compliance Management - Copyright © 2018 |