Developer Environment Administration
The DeveloperEnvironmentAdminServices Web service provides access to the developer environment administration features of ZMF. Most functions are read-only. However, build parameters can be updated at the application and global level from a Web client. The service is described in the ZMFSiteAdminServices.wsdl file.
| XML Services Service.Scope.Message | Web Services API Service Tag | Reply Method Tag | ZMF Function | 
|---|---|---|---|
| language.apl.list | <getApplLanguageParsers> | <getApplLanguageParsers  Results> | List language parsers for application | 
| language.gbl.list | <getGlobalLanguage  Parsers> | <getGlobalLanguage  ParsersResults> | List global language parsers | 
| libtype.apl.list | <getApplLibraryTypes> | <getApplLibraryTypes  Results> | List application library types | 
| libtype.gbl.list | <getGlobalLibraryTypes> | <getGlobalLibraryTypes  Results> | List global library types | 
| parms.apl.list | <getApplParms> | <getApplParmsResults> | List build parameters for application | 
| parms.apl.update | <updateApplParms> | <response> | Update build procedures for application | 
| parms.gbl.list | <getGlobalParms> | <getGlobalParmsResults> | List global build parameters | 
| parms.gbl.update | <updateGlobalParms> | <response> | Update global build procedures | 
| procs.apl.list | <getApplBuildProcedures> | <getApplBuildProcedures  Results> | List application build procedures | 
| procs.gbl.list | <getGlobalBuild  Procedures> | <getGlobalBuild  ProceduresResults> | List global build procedures | 
| reasons.service.list | <getReasonCodes> | <getReasonCodesResults> | List reason codes for approval actions |