Previous Topic: new-SSHSession Command--Create a new Secure SSH Session (Funclet)Next Topic: objdump Command--Display Enumerable Properties of an Object (Cmdlet)


new-webService Command--Create a Web Service Object (Funclet)

This command creates a web service object.

The command has the following syntax:

new-webService WSDLURI [-endpoint endpoint] [-user username] [-pass password] 
[-proxy proxyname] [-proxyUser username] [-proxyPass password]
WSDLURI

Specifies the WSDLURI.

-endpointt endpoint

(Optional) Specifies the end point.

Default: ""

-user username

(Optional) Specifies the user name to use to log in to the remote node. A user name is required when password authentication is used. If no user name is specified, the user name entered during AutoShell login is used. Unquoted argument tokens are stringified automatically. Prevent automatic quoting for expressions by placing expression code in parentheses.

Default: $$User

-pass password

(Optional) Specifies password to use to log in to the remote node. If no password is specified, the password entered during AutoShell login is used. Unquoted argument tokens are stringified automatically. Prevent automatic quoting for expressions by placing expression code in parentheses.

Default: $$Pass

-proxy proxyname

(Optional) Specifies the name of the proxy.

Default: ""

-proxyUser username

(Optional) Specifies the user name to use to log in to the proxy.

Default: $$User

-proxyPass password

(Optional) Specifies password to use to log in to the proxy.

Default: $$Pass