3.1.4.5 InvokeDiscoveryActions

This operation is used by the protocol clients to initiate actions for the protocol server to perform for discovery cases.

The following is the WSDL port type specification of the InvokeDiscoveryActions WSDL operation.

 <wsdl:operation name="InvokeDiscoveryActions" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
   <wsdl:input wsaw:Action="http://tempuri.org/IDiscoveryServiceApplication/InvokeDiscoveryActions" message="tns:IDiscoveryServiceApplication_InvokeDiscoveryActions_InputMessage" xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl"/>
   <wsdl:output wsaw:Action="http://tempuri.org/IDiscoveryServiceApplication/InvokeDiscoveryActionsResponse" message="tns:IDiscoveryServiceApplication_InvokeDiscoveryActions_OutputMessage" xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl"/>
 </wsdl:operation>

The protocol client sends an IDiscoveryServiceApplication_InvokeDiscoveryActions_InputMessage request message and the protocol server responds with an IDiscoveryServiceApplication_InvokeDiscoveryActions_OutputMessage response message, as follows:

  • The protocol server records the action. This action is performed synchronously, asynchronously, or in a federated manner (as in processed by an external system) by the protocol server in an implementation-specific manner.