Constants: Web services

Parent: $root.$constants

kAcceptTokenEntryUsed to allow dropping of token entry fields
kWSLFaultsWeb Service Server logging is turned on,and will log SOAP faults only
kWSLFullWeb Service Server logging is turned on,and will log all requests
kWSLOffWeb Service Server logging is turned off
kWSMethodNewPersistentThe 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
kWSMethodNoneThe method cannot be called via a Web Service
kWSMethodPersistentThe 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
kWSMethodStaticThe 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