RemWSDL
(System Library)
Description | Disconnects a Realm from a WSDL file and the associated set of VTScada modules, cleaning up any resourced used by that web service. |
Returns | Nothing |
Usage | Script Only. |
Function Groups | XML |
Related to: | SetWSDL | XMLProcessor | XMLAddSchema | XMLParse | XMLWrite |
Format: | System.Webservice\RemWSDL(Realm) |
Parameters |
Realm |
Required. The name of the VTScada Realm to have its web service removed. |
Comments | After RemWSDL is called, the associated web service will immediately stop processing messages, however any operations set in motion by that service will run to completion. This function is called implicitly if the connected module is destroyed. |