- Fix string values with the symbols "&<>" where returned with the XML escaped format.
- Fix Port override.
- Added SkipCertificateCheck.
- Remove UTF-8 BOM.
- Change log fix.
- Separated the module to
XmlRpc.ps1
(XML-RPC standard) andInvoke-OdinApi.ps1
(Specific Odin implementation). - XML-RPC uses recursion.
- Error handling for XML-RPC and custom Odin faults.
- BA Settings
-ServerString
and-Credential
added. -SendTo
is now-Server
,-BaServerString
is now-ServerString
,-Execute
was replaced with native PowerShell-WhatIf
and-Confirm
.- Added
-UseSsl
and-Port
. - Base64 class extended.
- Hashtable converts to struct, Ordered hashtable converts to Array with comments.
- PowerShell module structure
- Rearranged files
- Fixed module name
- Add .psd1 file
- ConvertFrom-OdinApiXml
- Fix Bug that multiple arrays on the same level will unrolled into a single array
- Invoke-OdinApi
- Add conversion of output to UTF-8 to support multilanguage characters
- Base Version