appfw-xmlschema¶
The following operations can be performed on "appfw-xmlschema":
show appfw xmlschema¶
Displays the specified XML Schema object. If no object is specified, displays all XML Schema objects on the Citrix ADC.
Synopsis¶
show appfw xmlschema [
Arguments¶
name Name of the XML Schema object to display.
Output¶
response
Example¶
show appfw xmlschema
import appfw xmlschema¶
Imports the specified XML Schema to the Citrix ADC and assigns it the specified name.
Synopsis¶
import appfw xmlschema
Arguments¶
src URL (protocol, host, path, and file name) for the location at which to store the imported XML Schema. 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 XML Schema object on the Citrix ADC.
comment Any comments to preserve information about the XML Schema object.
overwrite Overwrite any existing XML Schema object of the same name.
Example¶
import xmlschema http://schemas.xmlsoap.org/soap/envelope/ soap
rm appfw xmlschema¶
Removes the specified XML Schema object from the application firewall.
Synopsis¶
rm appfw xmlschema
Arguments¶
name Name of the XML Schema object to remove.
Example¶
rm xmlschema