I have been making SOAP API calls in Powershell for sometime now using
cmdlet New-WebServiceProxy with URI /ws/search.asmx, and then using the
ExecuteSearch method on the returned object. Recently, I upgraded PS to
version 7 in order to get another f...