February 2019
Intermediate to advanced
626 pages
15h 51m
English
The New-WebServiceProxy command is used to connect to a SOAP web service. This can be a service endpoint, such as a .NET service.asmx URL, or a WSDL document.
The web service will include methods, and may also include other object types and enumerations.
The command accesses a service anonymously by default. If the current user should be passed on, the UseDefaultCredential parameter should be used. If explicit credentials are required, the Credential parameter can be used.
Read now
Unlock full access