WSD_OPERATION (Compact 2013)
3/26/2014
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 |