Powershell and XML protocol
hello,
i'm trying communicate our telephone exchange powershell via xml slican protocol
interface:
- medium: ethernet
- protocol: tcp/ip
- port: 5529
xml frame structure:
<?xml version="1.0" encoding="utf-8"?> <xctip> <module> <command> <data>...</data> </command> </module> </xctip>answer in xml.
i build working xml frame structure, tested dedicated slican tool.
sending packet requires ip, login , pass.
should use invoke-webrequest or invoke-restmethod? method? how request should like?
any appreciated.
you need post in vendors forum on using custom vendor protocol.
\_(ツ)_/
Windows Server > Windows PowerShell
Comments
Post a Comment