DesignerGetWorkV1

Example request

This is an example of a DesignerGetWorkV1 request.

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:v1="http://www.aiasoftware.com/cloud/v1">
   <soapenv:Header/>
   <soapenv:Body>
      <v1:DesignerGetWorkV1Request>
         <v1:partner>CCM</v1:partner>
         <v1:customer>Local</v1:customer>
         <v1:contracttypename>CCMContentApprovalWorkflow</v1:contracttypename>
         <v1:contracttypeversion>V1</v1:contracttypeversion>
         <v1:jobid>GetWork</v1:jobid>
         <v1:project>InstallationTest</v1:project>
         <v1:name>MyChangeset</v1:name>
      </v1:DesignerGetWorkV1Request>
   </soapenv:Body>
</soapenv:Envelope>

Example response

This is an example of a DesignerGetWorkV1 response.

<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
   <soap:Body>
      <tns:DesignerGetWorkV1Response xmlns:tns="http://www.aiasoftware.com/cloud/v1">
         <tns:requestinfo>
            <tns:partner>CCM</tns:partner>
            <tns:customer>Local</tns:customer>
            <tns:contracttypename>CCMContentApprovalWorkflow</tns:contracttypename>
            <tns:contracttypeversion>V1</tns:contracttypeversion>
            <tns:jobid>GetWork</tns:jobid>
         </tns:requestinfo>
         <tns:work>PD94bWwgdmVyc2lvbj0iMS4wIiBlbm...NvZGluZz0iVVRGLTgiID8+==</tns:work>
      </tns:DesignerGetWorkV1Response>
   </soap:Body>
</soap:Envelope>