Component Life Cycle Services
The ComponentLifeCycleServices
Web service supports the component life cycle services of ZMF. It is described in the file ZMFComponentLifeCycleServices.wsdl
.
XML Services Service.Scope.Message | Web Services API Service Tag | Reply Method Tag | ZMF Function |
---|---|---|---|
cmponent.apl_dprc.check | <checkBuildProcedures> |
<response> |
Check component build procedures |
cmponent.apl_dprc.list | <getBuildProcedures> |
<getBuildProcedures Results> |
List component build procedures |
cmponent.service.browse | <browseComponent> |
<browseComponent Results> |
Browse package component |
cmponent.service.build | <buildComponent> |
<response> |
Build package component |
cmponent.service.checkin | <checkinComponent> |
<response> |
Check component in to package |
cmponent.service.checkout | <checkoutComponent> |
<response> |
Check component out of package |
cmponent.service.compare | <compareComponents> |
<compareComponents Results> |
Compare package components |
cmponent.service.copy CAUTION: Misuse might cause serious errors and out-of-sync conditions. |
<copyComponents> |
<response> |
Copy components. |
cmponent.service.lock | <lockComponent> |
<response> |
Lock component |
cmponent.service.recomp | <recompileComponent> |
<response> |
Recompile component |
cmponent.service.relink | <relinkComponent> |
<response> |
Relink component |
cmponent.service.rename | <renameComponent> |
<response> |
Rename component |
cmponent.service.scratch | <scratchComponent> |
<response> |
Scratch component |
cmponent.service.unlock | <unlockComponent> |
<response> |
Unlock component |