SOAP(y) Powershell fun w/ BT Diamond's IPAM (Part 2)
Since my initial attempt using New-WebServiceProxy failed because it didn't like the XML return from IPControl, I needed to find out why. This is where I downloaded SOAPUI to dig in and find out why. More importantly, I found that I could use the info from it to plug into the Invoke-WebRequest cmdlet. [I'm going to be using Dell's web service as an example simply because it's easier from an example standpoint. Dell's service actually works w/ the New-WebServiceProxy cmdlet. The basic concept of what I'm doing is the exact same though.]