Share via


IProvEngine::SubmitMpsRequest Method

The SubmitMpsRequest method is a generic method for calling any MPS named procedure.

Arguments

The SubmitMpsRequest method accepts the following input parameters.

Input Arguments Required Description

NamespaceToCall

No

The name of the MPF namespace to use.

ProcedureToCall

No

The name of the MPF procedure to call.

DataXmlBlob

No

An XML document representing the data node of the request. At a minimum, this must be an empty data node, for example, <data/>.

SendCredentials

No

True/False: embed basic authentication credentials in the MPF request.

ErrorReturn

No

Out parameter containing the error (if any) thrown by MPF during the processing of the request.

Output Arguments

The SubmitMpsRequest method returns an XmlDocument representing the output stream from the MPF engine.

Remarks

No remarks.

Sample Code

No sample code.

Applies To

MPS Generalfor:

  • Hosted Messaging and Collaboration version 3.5

  • Hosted Messaging and Collaboration version 3.0

  • Windows-based Hosting version 4.5

  • Windows-based Hosting version 4.0

  • Windows-based Hosting version 3.5

  • Windows-based Hosting for Applications version 1.0