reportOnly | java.lang.Boolean Optional. Indicates whether the service actually changes the Pre-8.2 compatibility mode property for the web service descriptors and returns a summary of the changes or if the service returns only a summary without making any changes. Set to: true to return a summary of the web service descriptors that the service would successfully and unsuccessfully change, including the errors and warnings that would be encountered. The service does not modify any web service descriptors. false to change the Pre-8.2 compatibility mode property to false for the specified web service descriptors, save the web service descriptor, and return a summary of the changes. This is the default. | ||||
convertAllPackages | java.lang.Boolean Optional. Indicates whether the service changes the Pre-8.2 compatibility mode property for web service descriptors in all of the packages on Integration Server or only web service descriptors in specific packages. Set to: true to change the web service descriptors in all of the packages on Integration Server.
false to change the web service descriptors in the packages specified in packageNames only. This is the default.
| ||||
packageNames | String List Optional. Names of the packages containing the web service descriptors for which you want to change the Pre-8.2 compatibility mode property to false. The packages you specify must be enabled. Note that package names are not case-sensitive.
|
updatedWarning Count | String Conditional. Number of web service descriptors for which changing the value of the Pre-8.2 compatibility mode property to false resulted in a warning. If reportOnly is set to true, updatedWarningCount indicates the number of web service descriptors for which a warning would be generated. The service returns updatedWarningCount only if Integration Server encountered a warning when successfully changing the value of the Pre-8.2 compatibility mode property from true to false for at least one web service descriptor. If the service did not (or would not if reportOnly is set to true) update any web service descriptors, updatedWarningCount is not returned.
| |||
updated | Document List Conditional. The web service descriptors for which the service successfully changed the value of the Pre-8.2 compatibility mode property from true to false, including any warnings that occurred. If reportOnly is set to true, updated indicates the number of web service descriptors that the service would successfully change and any warnings that the service would encounter. The service returns the updated parameter only if the service successfully changed the value of the Pre-8.2 compatibility mode property from true to false for at least one web service descriptor. | |||
Key | Description | |||
package | String Package that contains the updated web service descriptor. | |||
name | String Fully qualified name of the updated web service descriptor. | |||
warnings | String List List of any warning that occurred when the service changed the Pre-8.2 compatibility mode property from true to false. | |||
failed | Document List Conditional. The web service descriptors for which the service could not change the value of the Pre-8.2 compatibility mode from true to false because an error occurred. The service returns the failed parameter only if an error prevented the service from changing the value of the Pre-8.2 compatibility mode property from true to false for at least one web service descriptor. | |||
Key | Description | |||
package | String Package containing the web service descriptor that could not be changed. | |||
name | String Fully qualified name of the web service descriptor that could not be changed because of an error. | |||
warnings | String List List of the warnings that occurred when the service attempted to change the Pre-8.2 compatibility mode property from true to false. | |||
errors | String List List of the errors that prevented the service from changing the value of the Pre-8.2 compatibility mode property from true to false. | |||
skipped | Document List Conditional. The web service descriptors for which the Pre-8.2 compatibility mode property is already set to false. The service returns the skipped parameter only if the service encountered web service descriptors for which Pre-8.2 compatibility mode property was already set to false. | |||
Key | Description | |||
package | String Package containing the web service descriptor. | |||
name | String Fully qualified name of the web service descriptors for which Pre-8.2 compatibility mode property was already set to false. |