getConfiguration

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 a 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:getConfiguration>
   <dep:projectName>HTTP_363i</dep:projectName>
   <dep:version>1.0</dep:version>
   <dep:configName>HTTP_363j</dep:configName>
  </dep:getConfiguration>
 </soapenv:Body>
</soapenv:Envelope>
The following example is the SOAP response to the request.
<S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/">
 <S:Body>
  <ns2:getConfigurationResponse 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:configuration>
    <envId>
     <guidString>A51EDD44BE6C10B2D1335A9D634D407D</guidString>
    </envId>
    <lastmodified>2010-04-08T20:58:49.694Z</lastmodified>
    <name>HTTP_363j</name>
    <orchestrationValues>
     <orchestrationValue>
      <enabled>true</enabled>
      <syncLoggingEnabled>false</syncLoggingEnabled>
      <loggingLevel>errorValues</loggingLevel>
      <maxJobs>1</maxJobs>
      <orchestrationRelativeurl>project-url://Orchestrations/
      Post</orchestrationRelativeurl>
      <state>stopped</state>
     </orchestrationValue>
     <orchestrationValue>
      <enabled>true</enabled>
      <syncLoggingEnabled>false</syncLoggingEnabled>
      <loggingLevel>errorValues</loggingLevel>
      <maxJobs>1</maxJobs>
      <orchestrationRelativeurl>project-url://Orchestrations/
      Receive</orchestrationRelativeurl>
      <state>stopped</state>
     </orchestrationValue>
    </orchestrationValues>
    <projectName>HTTP_363i</projectName>
    <projectVersion>1.0</projectVersion>
    <propertyValues/>
    <state>stopped</state>
   </ns2:configuration>
  </ns2:getConfigurationResponse>
 </S:Body>
</S:Envelope>



Feedback | Notices


Timestamp icon Last updated: Wednesday, December 16, 2015


http://pic.dhe.ibm.com/infocenter/wci/v7r0m0/topic/com.ibm.wci.api.doc/ci00112.html