First, the formatting of examples in online version of a topic is messed up.In example 2, Class is defined as ZipClass:PS C:\> $URI = "http://www.webservicex.net/uszip.asmx?WSDL"PS C:\>$zip = New-WebServiceProxy -uri $URI -namespace WebServiceProxy -class ZipClassExample 3 uses the $zip variable from example 2, but the class in the output type is not ZipClass, but USZip:PS C:\> $zip | get-member -type method TypeName: WebServiceProxy.USZip
Where do you see this documentation issue.