Skip to content

Latest commit

 

History

History
81 lines (55 loc) · 2.86 KB

basic_requests.rst

File metadata and controls

81 lines (55 loc) · 2.86 KB

Basic Requests

Medidata.RWS.NET provides some basic diagnostic / health check API requests out of the box.

VersionRequest()

Returns the RWS version number. Specifically, this is the textual response returned when calling https://{ subdomain }.mdsol.com/RaveWebServices/version.

BuildVersionRequest()

Returns the internal RWS build number. Specifically, this is the textual response returned when calling https://{ subdomain }.mdsol.com/RaveWebServices/version/build.

TwoHundredRequest()

Returns the html document (along with a 200 HTTP response code) that contains information about the MAuth configuration of Rave Web Services with the given configuration. Specifically, this is the html response returned when calling https://{ subdomain }.mdsol.com/RaveWebServices/twohundred.

CacheFlushRequest()

Send a request to flush the RWS cache. Typically, this is used to immediately implement configuration changes in RWS. Under normal circumstances, this request is unnecessary as RAVE and RWS manage their own caching mechanisms automatically. Specifically, this is the equivalent of calling https://{ subdomain }.mdsol.com/RaveWebServices/webservice.aspx?CacheFlush.