DoInvokeService - cClientWebService
Invokes a web service call
Type: Function
Return Data Type: Integer
Syntax
Function DoInvokeService Returns Integer
Call Example
Get DoInvokeService to IntegerVariable
Description
DoInvokeService invokes a web-service call. This is done after an operation has been reset and defined.
Possible return values are:
| Constant | Meaning |
|---|---|
| wssOk | Request succeeded |
| wssHttpRequestFailed | Http request failed |
| wssBadRequest | Bad or missing data sent |
| wssInvalidContentType | Invalid contentType received |
| wssNoData | No data was received |
| wssNotXml | Received data not in proper XML format |
| wssNotSoap | Received XML data not in proper Soap format |
| wssInvalidSoap | Received SOAP data not formatted according to service description |
| wssSoapFault | Soap Fault Returned |
The return value will contain the same value as peTransferStatus.
| 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. |
See Also
Return Value
Returns the transfer status (value of peTransferStatus)