CallHTTPWebService members

Defines a workflow activity to communicate with an HTTP Web service.

The CallHTTPWebService type exposes the following members.

Constructors

  Name Description
Public method CallHTTPWebService Initializes a new instance of the CallHTTPWebService class.

Top

Properties

  Name Description
Public property Address Gets or sets the Web service address to call.
Protected property CacheId (Inherited from Activity.)
Protected property Constraints (Inherited from Activity.)
Public property DisplayName (Inherited from Activity.)
Public property Id (Inherited from Activity.)
Protected property Implementation (Inherited from Activity.)
Public property RequestContent Gets or sets the request content of the Web service call.
Public property RequestHeaders Gets or sets the request headers of the Web service call.
Public property RequestType Gets or sets the HTTP request method of the Web service call.
Public property ResponseContent Gets or sets the response content returned from the Web service call.
Public property ResponseHeaders Gets or sets the response headers returned from the Web service call.
Public property ResponseStatusCode Gets or sets the response status code returned from the Web service call.

Top

Methods

  Name Description
Protected method CacheMetadata (Inherited from Activity.)
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ShouldSerializeDisplayName (Inherited from Activity.)
Public method ToString (Inherited from Activity.)

Top

See also

Reference

CallHTTPWebService class

Microsoft.SharePoint.WorkflowServices.Activities namespace