SOAP RESTful - Definition - Result
When requesting an operation on the server, a response back is received. This is encapsulated in a Response object.
SOAP RESTful Result
Name | DataType | Description |
---|---|---|
ResponseCode | Integer | A unique ResponseCode that tells how the operation went. |
ResponseText | String | In natural language explanation of the error if any. If ResponseCode is 0, this will be OK. |