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]
Specifies the WSDLURI.
(Optional) Specifies the end point.
Default: ""
(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
(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
(Optional) Specifies the name of the proxy.
Default: ""
(Optional) Specifies the user name to use to log in to the proxy.
Default: $$User
(Optional) Specifies password to use to log in to the proxy.
Default: $$Pass
Copyright © 2015 CA Technologies.
All rights reserved.
|
|