GetClassificationSchemeList - Outputs

The response message contains Classification Scheme ID, Classification Scheme Name, Classification Scheme Type,and Classification Scheme Description.

Request:

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns="http://www.tibco.com/cim/services/dataservice/wsdl/2.0">
  <soapenv:Header/>
  <soapenv:Body>
    <ClassificationSchemeListRequest xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.tibco.com/cim/services/dataservice/wsdl/2.0">
      <UserInfo>
        <UserName>a</UserName>
        <Password>a</Password>
        <Enterprise>a</Enterprise>
      </UserInfo>
      <Repository>FBT_Repository</Repository>
      <!-- mandatory -->
    </ClassificationSchemeListRequest >
  </soapenv:Body>
</soapenv:Envelope>

Response:

<soapenv:Header/>
  <soapenv:Body>
    <ClassificationSchemeListResponse xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns ="http://www.tibco.com/cim/services/dataservice/wsdl/2.0">
      <ClassificationScheme>
        <Id>12101</Id>
        <Name>FBT</Name>
        <Description>FBT Desc</Description>
        <Type>AttributeBased</Type>
        <ModDate>12/12/12</ModDate>
        <Modversion>1</Modversion>
        <Active>Y</Active>
      </ClassificationScheme>
      <ClassificationScheme>
        <Id>12105</Id>
        <Name>Electronics</Name>
        <Description>Electronics Desc</Description>
        <Type>Rulebase</Type>
        <ModDate>12/12/12</ModDate>
        <Modversion>1</Modversion>
        <ModMemberId>1</ModMemberId>
        <Active>Y</Active>
      </ClassificationScheme>
    </ClassificationSchemeListResponse>
  </soapenv:Body>
</soapenv:Envelope>