Skip to content

ReturnValue - cClientWebService

Returns the last web-service class return value in the proper data-type

Type: Function
Return Data Type: String

Syntax

Function ReturnValue Returns String

Call Example

Get ReturnValue to StringVariable

Description

The ReturnValue function returns the last web-service call return value. The value is deserialized and converted to the appopriate data-type.

Get DoInvokeService to eStatus
If (eStatus=wssOK) Begin
    Get ReturnValue to llCustomerXMLListResult
end
Else Begin
    Send LastError
end
Col 1 Col 2
Note: This message is generated and used inside or your client web-service sub-class that was created using the Client Web-Service Class Generator. You should not need to actually use this message when accessing this sub-class in your application. You will only use interfaces like these if you are creating your own classes based on the cClientWebService class. This is considered very advanced usage. If you want to see how this message is used, study the code in the classes generated by the class generator.

Return Value

The last web-service class return value will be converted to the proper data type and returned