Activities
The following table lists the activities that are included in the UiPath.WebAPI.Activities package.
| Activity | Description |
|---|---|
| Deserialize XML | Deserializes an XML string to an XDocument object. |
| Execute XPath | Executes the specified XPath expression on a given XML document. |
| Get XML Node Attributes | Retrieves the attributes of an XML Node. |
| Get XML Nodes | Gets the list of first-level nodes from a specified XML document. |
| Serialize JSON | Serializes the given object to a JSON string, optionally based on custom serializer settings. |
| Deserialize JSON | Deserializes the JSON string or sample to a JObject. |
| Deserialize Json Array | Deserializes a JSON array string to a JArray object. |
| HTTP Request (legacy) | Enables you to perform HTTP requests to a specified web API. |
| HTTP Request | Enables you to automate and simplify making requests to web servers or APIs. |
| SOAP Request | Enables you to perform HTTP requests to a specified web API which uses the SOAP protocol. |