WS_OPERATION_STYLE enumeration (webservices.h)

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