Parent: $root.$constants
kAcceptTokenEntry | Used to allow dropping of token entry fields |
kWSLFaults | Web Service Server logging is turned on,and will log SOAP faults only |
kWSLFull | Web Service Server logging is turned on,and will log all requests |
kWSLOff | Web Service Server logging is turned off |
kWSMethodNewPersistent | The method can be called via a Web Service;Omnis constructs an instance of the remote task before calling the method;Omnis returns $connectionid to the client via the omnisconnectionid message part |
kWSMethodNone | The method cannot be called via a Web Service |
kWSMethodPersistent | The method can be called via a Web Service;message part omnisconnectionid must contain $connectionid of the remote task in which Omnis will call the method;the method can call $close to destruct the remote task |
kWSMethodStatic | The method can be called via a Web Service;Omnis constructs an instance of the remote task before calling the method;Omnis destructs the remote task after the method returns |