Share via


WSD_OPERATION

Other versions of this page are also available for the following:

Windows Mobile Not SupportedWindows Embedded CE Supported

8/28/2008

This structure describes an operation as defined by WSDL in terms of one or two messages. This structure is populated by generated code. For information on generated code, see this Microsoft Web site.

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

Header wsdapi.h
Library wsdapi.lib
Windows Embedded CE Windows Embedded CE 6.0 R2

See Also

Reference

Web Services on Devices Structures