Can you use a powershell script to accept an HTTP:POST in XML form?
I would like to have a script that can accept a HTTP:POST from my backend server where the content is in XML form and pass that on as an array for account creation.
I've done this with CGI / perl and I know of people doing it in PHP, VB, etc. I'm interested if any powershell guru here has created a handler.