다음을 통해 공유


IWebServiceInvoker Interface

Definition

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.

Applies to