WSD_OPERATION structure (wsdtypes.h)

Describes an operation as defined by WSDL in terms of one or two messages. This structure is populated by generated code.

Syntax

typedef struct _WSD_OPERATION {
  WSDXML_TYPE       *RequestType;
  WSDXML_TYPE       *ResponseType;
  WSD_STUB_FUNCTION RequestStubFunction;
} WSD_OPERATION;

Members

RequestType

Reference to a WSDXML_TYPE structure that specifies the request type of an incoming message.

ResponseType

Reference to a WSDXML_TYPE structure that specifies the response type of an outgoing message.

RequestStubFunction

Reference to a WSD_STUB_FUNCTION function that specifies the address of a stub function which translates a generic SOAP message structure into a method call with a signature specific to the incoming message of the operation.

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2008 [desktop apps only]
Header wsdtypes.h (include Wsdapi.h)