Methods for cClientWebService12
View method list in alphabetical order.
Inherited Methods from cClientWebService
| Name | Type | Description | Defining Class |
|---|---|---|---|
| AddParameter | Procedure | Adds or sets a Parameter's data-value ### Obsolete This procedure was used by web clients generated prior to version 11.0. | cClientWebService |
| AddSoapHeaderNode | Procedure | Adds a SOAP header node to a method's request. | cClientWebService |
| ClearSoapHeaders | Procedure | Clears all SOAP request headers. | cClientWebService |
| DefineParameter | Function | Defines an operation parameter for a web service operation The DefineParameter function is used to define a request parameter or a return parameter. | cClientWebService |
| DefineReturn | Procedure | Sets an operation's return data-type, name and schema type name ### Obsolete This procedure was used by web clients generated prior to version 11.0. | cClientWebService |
| DefineStructParameter | Function | Defines an operation parameter for a web service operation The DefineStructParameter function is used to define a request parameter or a return parameter. | cClientWebService |
| DoInvokeService | Function | Invokes a web service call DoInvokeService invokes a web-service call. | cClientWebService |
| LastError | Procedure | Used to manually report an error after a Web Service call A web-service call, which results in an error will send the message LastError. | cClientWebService |
| Reset | Procedure | Resets all object information in preparation for a new web-service call Reset resets all object information. | cClientWebService |
| ReturnValue | Function | Returns the last web-service class return value in the proper data-type The ReturnValue function returns the last web-service call return value. | 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 The peTransferStatus property is set after a web-service call. | cClientWebService |
Inherited Methods from cObject
| Name | Type | Description | Defining Class |
|---|---|---|---|
| ChildByIndex | Function | Can be used to iterate the direct children of an object ChildByIndex is a function that can be used to iterate the direct children of an object. | cObject |
| ClassSuperClass | Function | Returns the superclass of the passed class This returns the superclass of the passed class. | cObject |
| Create | Function | Creates an object based on the passed Class Id The Create function is used to dynamically create objects. | cObject |
| CreateNamed | Function | Creates an object based on the passed Class Id and assigns it a name Name based on a passed name Creates an object based on the passed Class Id and assigns it a name Name based on a passed name. | cObject |
| Destroy | Procedure | Destroys the object that receives the message and any child objects of that object The Destroy message destroys the object that receives the message. | cObject |
| Exit_Application | Procedure | Starts the process of closing an application The Exit_Application message is used to close the program. | 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 This returns True if the passed class is part of the object's class hierarchy. | cObject |
| ObjectClass | Function | Returns the integer class ID assigned to the class this object is based on Returns the integer class ID assigned to the class this object is based on. | cObject |
| Request_Destroy_Object | Procedure | Use the Destroy method instead This method is used to destroy an object and all of its children. | cObject |