Start CM operation Web Service
This web service Starts a CM operation on a project.
Example request
PUT http://localhost:8090/MidVision/ws/project/wsProject01/startCmOperation HTTP/1.1 Accept-Encoding: gzip,deflate Authorization: ******************** Host: localhost:8090 Connection: Keep-Alive User-Agent: Apache-HttpClient/4.1.1 (java 1.5)
Example Response
<html>
<head>
<title>startCmOperation</title>
<link href="http://localhost:8090/MidVision/ui/javax.faces.resource/components.css?ln=primefaces" rel="stylesheet" type="text/css"/>
</head>
<body>
<div style="border-bottom: 0.1em solid black; display: block; height: 30px; margin-bottom: 1em; margin-top: 0.5em; position: relative; width: 100%;">
<h2>startCmOperation</h2>
</div>
<div class="ui-messages ui-widget" aria-live="polite">
<div class="ui-messages-info ui-corner-all">
<ul>
<li>
<span class="ui-messages-info-summary">startCmOperation</span>
<br/>
<span class="ui-messages-info-detail">SUCCESS: The project [wsProject01] has started the CM Operation.</span>
</li>
</ul>
</div>
</div>
</body>
</html>
