| Name | Type | Description |
|---|---|---|
| AddSoapHeaderNode | Procedure | Adds a SOAP header node to a method's SOAP response. |
| RegisterInterface | Procedure | Registers a message (property, function, procedure) and make it available as a Call message within an ASP page |
| RegisterStandardInterface | Procedure | The Call messages that are often needed for a normal program |
| RemoveInterface | Procedure | When sent, removes any message from the Call interface |
| SoapHeaderRequestNode | Function | Returns SOAP header information passed to the web service as an XML object. |
| WebServiceException | Procedure | Used to generate a web service exception (soap fault) |
Inherited Methods from cBaseWebComponent | ||
| AddHttpResponseHeader | Procedure | Sets a specific response header |
| ClearErrors | Procedure | Clears the error queue |
| ErrorCount | Function | Returns the number of errors in the current error queue |
| ErrorMessage | Function | Returns the error message for an index in the error queue |
| ErrorMessageDetailed | Function | Returns a detailed (more technical) error message for an index in the error queue |
| ErrorNumber | Function | Returns the DataFlex error number for an index in the error queue |
| ErrorQueueEnd | Procedure | Ends an error queue process |
| ErrorQueueStart | Procedure | Used to start an error queue for a web request |
| GetCookie | Function | Reads a cookie key |
| IsQueuedError | Function | Returns True if errors are being queued |
| LogErrorEvent | Procedure | Raises an error and explicitly logs the error in the event log |
| LogEvent | Procedure | Logs an event to the Web Application's event log |
| ServerVariable | Function | Allows retrieval of IIS Server Variable values |
| SetCookie | Procedure | Used to update a cookie key |
Inherited Methods from cObject | ||
| ChildByIndex | Function | Can be used to iterate the direct children of an object |
| ClassSuperClass | Function | Returns the superclass of the passed class |
| Create | Function | Creates an object based on the passed Class Id |
| CreateNamed | Function | Creates an object based on the passed Class Id and assigns it a name Name based on a passed name |
| Destroy | Procedure | Destroys the object that receives the message and any child objects of that object |
| Exit_Application | Procedure | Starts the process of closing an application |
| IsClassOfClass | Function | Determines whether the target class is part of the searched class's hierarchy |
| IsObjectOfClass | Function | Determines whether the passed class is part of the object's class hierarchy |
| ObjectClass | Function | Returns the integer class ID assigned to the class this object is based on |
| Request_Destroy_Object | Procedure | Use the Destroy method instead [Obsolete] |