activities
latest
false
- Overview
- Cryptography
- Database
- Java
- Python
- WebAPI

Developer Activities
Last updated Aug 14, 2025
Deserialize XML
linkUiPath.WebAPI.Activities.DeserializeXml
Description
linkDeserializes an XML string to an XDocument object. For more information on
XDocument
objects, go here.
Project compatibility
linkWindows - Legacy | Windows | Cross-platform
Cross-platform configuration
link- XMLString - A string or string variable containing the XML to be deserialized. This field supports only strings and string variables.
Advanced options
Output
- XMLDocument - The deserialized XML document, as an XDocument variable.
Windows - Legacy, Windows configuration
linkProperties panel
Input
-
XMLString - A string or string variable containing the XML to be deserialized. This field supports only strings and string variables.
Note: If the string provided in this property field is not valid XML syntax, an error is thrown at runtime.
Output
- XMLDocument - The deserialized XML document, as an XDocument variable.
Misc
- Private - If selected, the values of variables and arguments are no longer logged at Verbose level.
- Result - A boolean variable that is true if the regular expression finds a match, false otherwise.
Common
- DisplayName - The display name of the activity.