SendXMLCmd(String,Int32,DateTime) Method
- Last UpdatedNov 06, 2025
- 1 minute read
The SendXMLCmd() method submits an XML command to the Middleware. This overload of the method checks whether the command was executed successfully or not by checking the <result> tag, and then it extracts and returns by reference the <identity> value AND the <last_edit_at> value in the XML response. Use this method for any Middleware command that returns an identity value and a last_edit_at in the XML response.