getProject

Gets the specified project.

Applies to Clouds and Integration Appliances.

Parameters:

projectName
The name of the specified project.
Version
The version number for the specified project.
Returns:
The specified project.

Examples:

The following example is a SOAP request to get the specified project.
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:dep="http://www.approuter.com/schemas/2008/1/deployment">
 <soapenv:Header>
  <dep:sessionId>85EBDCE6FF0685C296D79CD55D86405F</dep:sessionId>
 </soapenv:Header>
 <soapenv:Body>
  <dep:getProject>
   <dep:projectName>HTTP_363i</dep:projectName>
   <dep:version>1.0</dep:version>
  </dep:getProject>
 </soapenv:Body>
</soapenv:Envelope>
The following example is the SOAP response to the request.
<S:Body>
 <ns2:getProjectResponse xmlns:ns2="http://www.approuter.com/
 schemas/2008/1/deployment" xmlns:ns3="http://www.approuter.com/schemas/2008/1/
 deployment/types" xmlns:ns4="http://www.approuter.com/schema/router/1000/
 security/03" xmlns:ns5="http://www.approuter.com/schemas/2008/1/util/types">
  <ns2:project>
   <assets/>
   <configurations>
    <configuration>
     <envId>
      <guidString>A51EDD44BE6C10B2D1335A9D634D407D</guidString>
     </envId>
     <lastmodified>2010-04-03T06:28:42.078Z</lastmodified>
     <name>Default</name>
      <orchestrationValues>
       <orchestrationValue>
        <enabled>true</enabled>
        <syncLoggingEnabled>false</syncLoggingEnabled>
        <loggingLevel>errorValues</loggingLevel>
        <maxJobs>1</maxJobs>
        <orchestrationRelativeurl>project-url://
        Orchestrations/Post</
        orchestrationRelativeurl>
        <state>undeployed</state>
       </orchestrationValue>
       <orchestrationValue>
        <enabled>true</enabled>
        <syncLoggingEnabled>false</syncLoggingEnabled>
        <loggingLevel>errorValues</loggingLevel>
        <maxJobs>1</maxJobs>
        <orchestrationRelativeurl>project-url://
        Orchestrations/Receive</
        orchestrationRelativeurl>
        <state>undeployed</state>
       </orchestrationValue>
      </orchestrationValues>
      <projectName>HTTP_363i</projectName>
      <projectVersion>1.0</projectVersion>
      <propertyValues/>
      <state>undeployed</state>
     </configuration>
    </configurations>
    <envId>
     <guidString>A51EDD44BE6C10B2D1335A9D634D407D</guidString>
    </envId>
    <lastpublished>2010-04-03T06:28:41.894Z</lastpublished>
    <name>HTTP_363i</name>
    <orchestrations>
     <orchestration>
      <relativeurl>project-url://Orchestrations
      /Post</relativeurl>
     </orchestration>
     <orchestration>
      <relativeurl>project-url://Orchestrations/Recieve</
      relativeurl>
     </orchestration>
    </orchestrations>
    <properties/>
    <version>1.0</version>
   </ns2:project>
  </ns2:getProjectResponse>
 </S:Body>
</S:Envelope>