SPMobileSoapFormat Enumeration
Specifies the SOAP style or format that is used for communication with a SOAP Web service.
Namespace: Microsoft.SharePoint.MobileMessage
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Enumeration SPMobileSoapFormat
'Usage
Dim instance As SPMobileSoapFormat
public enum SPMobileSoapFormat
Members
Member name | Description | |
---|---|---|
None | No specified style. | |
Document | The document style. | |
Rpc | The RPC (Remote Procedure Call) style. |
Remarks
For more information on the distinction, see SOAP Styles.