Creat or Update Data Dictionary Variable No Scm Web Service
This web service creates or updates a RapidDeploy target data dictionary variable on the framework server without checking in and out the files from SCM.
Example request
PUT http://localhost:8090/MidVision/ws/project/wsProject01/dictionary/variable/createOrUpdateNoScm/wsServer01/wsEnvironment01/wsApplication01?value=%2Fmidvision%2Fapps%2FApache&encrypt=false&key=%40%40INSTALL_PATH%40%40 HTTP/1.1 Accept-Encoding: gzip,deflate Authorization: ******************** Content-Type: application/xml Content-Length: 0 Host: localhost:8090 Connection: Keep-Alive User-Agent: Apache-HttpClient/4.1.1 (java 1.5)
Example Response
<html> <head> <meta content="HTML Tidy for Java (vers. 26 Sep 2004), see www.w3.org" name="generator"/> <title>createOrUpdateDataDictionaryVariableNoScm</title> <link type="text/css" rel="stylesheet" href="http://localhost:8090/MidVision/ui/javax.faces.resource/components.css?ln=primefaces"/> </head> <body> <div> <div style="border-bottom: 0.1em solid black; display: block; height: 30px; margin-bottom: 1em; margin-top: 0.5em; position: relative; width: 100%;"> <h2>createOrUpdateDataDictionaryVariableNoScm</h2> </div> <div aria-live="polite" class="ui-messages ui-widget"> <div class="ui-messages-info ui-corner-all"> <ul> <li> <span class="ui-messages-info-summary">createOrUpdateDataDictionaryVariableNoScm</span> <br/> <span class="ui-messages-info-detail">SUCCESS: The data dictionary variable [@@INSTALL_PATH@@] has been created with value [/midvision/apps/Apache].</span> </li> </ul> </div> </div> </div> </body> </html>