IWebServiceInvoker Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides an interface for invoking methods on PlayReady Rights Manager Web Service.
public interface IWebServiceInvoker
type IWebServiceInvoker = interface
Public Interface IWebServiceInvoker
Remarks
This interface is registered with IoC container and can be used by applications to implement their own transport protocol (e.g. gRPC or JSON). A SOAP envelope with RMSDK request can be used to create a SoapRequest and passed to InvokeAction method which will in turn invoke the right method on RMSDK Web Service.
Methods
InvokeAction(SoapRequest, IServiceProvider) |
Invokes an action based on a SOAP request. |