Share via


IWsServiceEndpoint.ProcessRequest Method

Finds an implemented service operation or client callback method based on the SOAP header action property and calls invoke on the service method.

Namespace: Ws.Services
Assembly: MFWsStack (in mfwsstack.dll)

Syntax

public byte [] ProcessRequest (
         WsWsaHeader header,
         WsXmlDocument envelope
)

Parameters

  • header
    The SOAP header.
  • envelope
    The SOAP document.

Return Value

A byte array containing the operation result.

Version Information

Available in the .NET Micro Framework versions 2.5, 3.0, 4.0, 4.1, and 4.2.

See Also

Reference

IWsServiceEndpoint Interface
IWsServiceEndpoint Members
Ws.Services Namespace