 | Execute Program | Starts an external process and, optionally, waits for termination. |
 | Send Mail | Sends an e-mail message. |
 | Unzip | Unzip zip archive. |
 | Zip | Creates a zip archive in one function call. |
 | Serialize Object To XML | Serializes a complex object to XML using XmlSerializer. |
 | Deserialize Object From XML | Deserializes a complex object from its XML representation using XmlSerializer. |
 | Serialize Object To WCF Formatted XML | Serializes an instance of a type into an XML stream or document using a supplied data contract. |
 | Deserialize Object From WCF Formatted XML | Deserializes an instance of a type from an XML stream or document using a supplied data contract. |
 | XSL Transform | Uses an XSLT template to transform an XML file. |
 | Create REST Client Security Configuration | Creates a configuration which defines the security parameters of the REST Web Client. |
 | Create SOAP Client Security Configuration | Creates a configuration which defines the security parameters of the SOAP Web Client. |
 | Create Endpoint From Configuration | Creates an Endpoint instance from a static configuration. |