{
"operation-name" : "add",
"description" : "Adds the web services subsystem.",
"request-properties" : {
"modify-wsdl-address" : {
"type" : {
"TYPE_MODEL_VALUE" : "BOOLEAN"
},
"description" : "Whether the soap address can be modified.",
"expressions-allowed" : true,
"required" : false,
"nillable" : true,
"default" : true,
"stability" : "default"
},
"statistics-enabled" : {
"type" : {
"TYPE_MODEL_VALUE" : "BOOLEAN"
},
"description" : "Whether statistics are to be gathered for endpoints, default value is 'false'.",
"expressions-allowed" : true,
"required" : false,
"nillable" : true,
"default" : false,
"stability" : "default"
},
"wsdl-host" : {
"type" : {
"TYPE_MODEL_VALUE" : "STRING"
},
"description" : "The WSDL, that is a required deployment artifact for an endpoint, has a element which points to the location of the endpoint. JBoss supports rewriting of that SOAP address. If the content of is a valid URL, JBossWS will not rewrite it unless 'modify-wsdl-address' is true. If the content of is not a valid URL, JBossWS will rewrite it using the attribute values given below. If 'wsdl-host' is set to 'jbossws.undefined.host', JBossWS uses requesters host when rewriting the ",
"expressions-allowed" : true,
"required" : false,
"nillable" : true,
"stability" : "default"
},
"wsdl-path-rewrite-rule" : {
"type" : {
"TYPE_MODEL_VALUE" : "STRING"
},
"description" : "This string defines a SED substitution command (e.g., 's/regexp/replacement/g') that JBossWS executes against the path component of each URL published from the server. When wsdl-path-rewrite-rule is not defined, JBossWS retains the original path component of each URL. When 'modify-wsdl-address' is set to \"false\" this element is ignored.",
"expressions-allowed" : false,
"required" : false,
"nillable" : true,
"min-length" : 1,
"max-length" : 2147483647,
"stability" : "default"
},
"wsdl-port" : {
"type" : {
"TYPE_MODEL_VALUE" : "INT"
},
"description" : "The non-secure port that will be used for rewriting the SOAP address. If absent the port will be identified by querying the list of installed connectors.",
"expressions-allowed" : true,
"required" : false,
"nillable" : true,
"min" : 1,
"max" : 2147483647,
"stability" : "default"
},
"wsdl-secure-port" : {
"type" : {
"TYPE_MODEL_VALUE" : "INT"
},
"description" : "The secure port that will be used for rewriting the SOAP address. If absent the port will be identified by querying the list of installed connectors.",
"expressions-allowed" : true,
"required" : false,
"nillable" : true,
"min" : 1,
"max" : 2147483647,
"stability" : "default"
},
"wsdl-uri-scheme" : {
"type" : {
"TYPE_MODEL_VALUE" : "STRING"
},
"description" : "The URI scheme to use for rewriting . Valid values are 'http' and 'https'. This configuration overrides scheme computed by processing the endpoint (even if a transport guarantee is specified). The provided values for 'wsdl-port' and 'wsdl-secure-port' (or their default values) are used depending on specified scheme.",
"expressions-allowed" : true,
"required" : false,
"nillable" : true,
"allowed" : [
"http",
"https"
],
"stability" : "default"
}
},
"reply-properties" : {},
"stability" : "default",
"read-only" : false,
"runtime-only" : false
}