Methods for cClientWebService12
View method list in hierarchical order.
| Name | Type | Description | Defining Class |
|---|---|---|---|
| AddParameter | Procedure | Adds or sets a Parameter's data-value | cClientWebService |
| AddSoapHeaderNode | Procedure | Adds a SOAP header node to a method's request. | cClientWebService |
| ChildByIndex | Function | Can be used to iterate the direct children of an object | cObject |
| ClassSuperClass | Function | Returns the superclass of the passed class | cObject |
| ClearSoapHeaders | Procedure | Clears all SOAP request headers. | cClientWebService |
| Create | Function | Creates an object based on the passed Class Id | cObject |
| CreateNamed | Function | Creates an object based on the passed Class Id and assigns it a name Name based on a passed name | cObject |
| DefineParameter | Function | Defines an operation parameter for a web service operation | cClientWebService |
| DefineReturn | Procedure | Sets an operation's return data-type, name and schema type name | cClientWebService |
| DefineStructParameter | Function | Defines an operation parameter for a web service operation | cClientWebService |
| Destroy | Procedure | Destroys the object that receives the message and any child objects of that object | cObject |
| DoInvokeService | Function | Invokes a web service call | cClientWebService |
| Exit_Application | Procedure | Starts the process of closing an application | cObject |
| IsClassOfClass | Function | Determines whether the target class is part of the searched class's hierarchy | cObject |
| IsObjectOfClass | Function | Determines whether the passed class is part of the object's class hierarchy | cObject |
| LastError | Procedure | Used to manually report an error after a Web Service call | cClientWebService |
| ObjectClass | Function | Returns the integer class ID assigned to the class this object is based on | cObject |
| Request_Destroy_Object | Procedure | Use the Destroy method instead | cObject |
| Reset | Procedure | Resets all object information in preparation for a new web-service call | cClientWebService |
| ReturnValue | Function | Returns the last web-service class return value in the proper data-type | cClientWebService |
| SoapHeaderRequestNode | Function | Returns SOAP header request information that was passed to a web service. | cClientWebService |
| SoapHeaderResponseNode | Function | Returns SOAP header response information passed from the web service as an XML object. | cClientWebService |
| TransferErrorDescription | Function | Returns an error description for the last transfer | cClientWebService |