%SOAP.WSSC.Service
Class %SOAP.WSSC.Service Extends %SOAP.WebService [ System = 4 ]
Web Service to use for responding to Issue and Cancel WS-SecureConversation requests This class is used internally by InterSystems IRIS. You should not make direct use of it within your applications. There is no guarantee made about either the behavior or future operation of this class.
Parameters
SERVICENAME
Parameter SERVICENAME = "WSSecureConversation";
Name of the WebService.
NAMESPACE
Parameter NAMESPACE = "http://docs.oasis-open.org/ws-sx/ws-trust/200512";
SOAP Namespace for the WebService
USECLASSNAMESPACES
Parameter USECLASSNAMESPACES = 1;
Namespaces of referenced classes will be used in the WSDL.
ARGUMENTSTYLE
Parameter ARGUMENTSTYLE = "message";
OUTPUTTYPEATTRIBUTE
Parameter OUTPUTTYPEATTRIBUTE = 0;
Methods
RequestSecurityToken
Method RequestSecurityToken(RequestSecurityToken As %SOAP.WST.RequestSecurityToken) As %SOAP.WST.RequestSecurityTokenResponseCollection(XMLNAME="RequestSecurityTokenResponseCollection") [ Final, WebMethod ]
RequestSecurityToken