Sample 3 GetClassificationCode with Multiple codes in Request

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>
    <ns:ClassificationCodeRequest>
      <ns:UserInfo>
        <ns:UserName>a</ns:UserName>
        <ns:Password>abc</ns:Password>
        <ns:Enterprise>ws</ns:Enterprise>
      </ns:UserInfo>
      <ns:Repository>
        <ns:Name>FBT</ns:Name>
        <ns:ClassificationScheme>
          <ns:Id>236901</ns:Id>
          <ns:Name>FBT-Scheme</ns:Name>
        </ns:ClassificationScheme>
      </ns:Repository>
      <ns:ClassificationCodeHierarchy>
        <ns:FetchDepth>1</ns:FetchDepth>
        <ns:ClassificationCodes>
          <ns:ClassificationCode Level="1">
            <ns:Code>50180000</ns:Code>
            <ns:Name>BREAD/BAKERY PRODUCTS</ns:Name>
            <ns:ClassificationCode Level="2">
              <ns:Code>50181700</ns:Code>
              <ns:Name>BAKING/COOKING MIXES/SUPPLIES</ns:Name>
            </ns:ClassificationCode></ns:ClassificationCode>
          </ns:ClassificationCodes>
          <!-- OR - using TreePath Notation -->
          <!--<ClassififcationCodeTreePath>
            <TreePath>
              <Path level="1">50180000</Path>
              <Path level="2">50181700</Path>
            </TreePath>
          </ClassififcationCodeTreePath>-->
      </ns:ClassificationCodeHierarchy>
    </ns:ClassificationCodeRequest>
  </soapenv:Body>
</soapenv:Envelope >