Runs a Code Deployment Job Web Service
This web service executes a RapidDeploy code deploy job on the framework server.
Example request
PUT http://localhost:8090/MidVision/ws/deployment/wsProject01/runjob/deploy/wsServer01/wsEnvironment01/wsApplication01?returnLogFile=true&packageName=wsProject01_0_0_1&dictionaryItem=@@dictKey1@@=dictValue1&dictionaryItem=@@dictKey2@@=dictValue2 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>runJob</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>runJob</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">Execute Deployment</span>
<br/>
<span class="ui-messages-info-detail">SUCCESS: The execution of the job has been requested with a job id [1].</span>
</li>
<li>
<span class="ui-messages-info-summary">Deployment Log File</span>
<br/>
<span class="ui-messages-info-detail">C:\temp\rd_webservice_data\logs\wsProject01\20134913214967_wsProject01_RapidDeploy.log</span>
</li>
</ul>
</div>
</div>
</div>
</body>
</html>
