appfw wsdl¶
The following operations can be performed on "appfw wsdl":
rm appfw wsdl¶
Removes the specified imported WSDL file from the application firewall.
Synopsys¶
rm appfw wsdl <name>
Arguments¶
name
Name of the WSDL file to remove.
Example¶
rm wsdl <name>
show appfw wsdl¶
Removes the specified imported WSDL file.
Synopsys¶
show appfw wsdl [<name>]
Arguments¶
name
Name of the WSDL file to display.
Outputs¶
response
Example¶
show appfw wsdl
import appfw wsdl¶
Imports the specified WSDL file to the application firewall.
Synopsys¶
import appfw wsdl <src> <name> [-comment <string>] [-overwrite]
Arguments¶
src
URL (protocol, host, path, and name) of the WSDL file to be imported is stored.
NOTE: The import fails if the object to be imported is on an HTTPS server that requires client certificate authentication for access.
name
Name to assign to the WSDL on the NetScaler appliance.
comment
Any comments to preserve information about the WSDL.
overwrite
Overwrite any existing WSDL of the same name.
Example¶
import appfw wsdl http://www.webservicex.net/stockquote.asmx?wsdl stockquote