79143491

Date: 2024-10-31 04:26:38
Score: 2
Natty:
Report link

New-WebServiceProxy depends on a bunch of .NET Framework-specific APIs (notably client code in the System.Web.Services.Discovery namespace), that aren't available in newer versions of .NET - hence its absence from PowerShell 7. – Mathias R. Jessen

(I have found the invoke-webrequest cmdlet should be used {in my case atleast} in replacement for the now defunct new-webserviceproxy.)

Reasons:
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: ForgotMyPantaloons