Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
An enumeration of the different operation styles.
Syntax
typedef enum {
WS_NON_RPC_LITERAL_OPERATION = 0,
WS_RPC_LITERAL_OPERATION = 1
} WS_OPERATION_STYLE;
Constants
WS_NON_RPC_LITERAL_OPERATION Value: 0 document/literal style operation or encoding operations. |
WS_RPC_LITERAL_OPERATION Value: 1 rpc/literal style operation. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 7 [desktop apps only] |
Minimum supported server | Windows Server 2008 R2 [desktop apps only] |
Header | webservices.h |