<?xml version="1.0" encoding="utf-8"?>
<wsdl:definitions xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:tns="http://www.amdcc.org/webservices/" xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" targetNamespace="http://www.amdcc.org/webservices/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
  <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">A Web Service that exposes methods of the ExpFactor Manager class of the AMDCC Object Model</wsdl:documentation>
  <wsdl:types>
    <s:schema elementFormDefault="qualified" targetNamespace="http://www.amdcc.org/webservices/">
      <s:element name="GetExpFactor">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="ExpFactorID" type="s:int" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="GetExpFactorResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="GetExpFactorResult" type="tns:ExpFactor" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="ExpFactor">
        <s:complexContent mixed="false">
          <s:extension base="tns:IDObject">
            <s:sequence>
              <s:element minOccurs="0" maxOccurs="1" name="Name" type="s:string" />
              <s:element minOccurs="0" maxOccurs="1" name="Unit" type="tns:DataUnit" />
              <s:element minOccurs="0" maxOccurs="1" name="Description" type="s:string" />
              <s:element minOccurs="0" maxOccurs="1" name="Abbreviation" type="s:string" />
              <s:element minOccurs="1" maxOccurs="1" name="MinValue" type="s:double" />
              <s:element minOccurs="1" maxOccurs="1" name="MaxValue" type="s:double" />
              <s:element minOccurs="1" maxOccurs="1" name="IsCategorical" type="s:boolean" />
              <s:element minOccurs="0" maxOccurs="1" name="Values" type="tns:ArrayOfExpFactorValue" />
            </s:sequence>
          </s:extension>
        </s:complexContent>
      </s:complexType>
      <s:complexType name="IDObject" abstract="true">
        <s:complexContent mixed="false">
          <s:extension base="tns:Object" />
        </s:complexContent>
      </s:complexType>
      <s:complexType name="Object" abstract="true" />
      <s:complexType name="ExpFactorValue">
        <s:complexContent mixed="false">
          <s:extension base="tns:Object">
            <s:sequence>
              <s:element minOccurs="1" maxOccurs="1" name="Value" type="s:double" />
              <s:element minOccurs="0" maxOccurs="1" name="AbbreviatedValue" type="s:string" />
              <s:element minOccurs="0" maxOccurs="1" name="ExpFactor" type="tns:ExpFactor" />
            </s:sequence>
          </s:extension>
        </s:complexContent>
      </s:complexType>
      <s:complexType name="DataUnit">
        <s:complexContent mixed="false">
          <s:extension base="tns:IDObject">
            <s:sequence>
              <s:element minOccurs="0" maxOccurs="1" name="Name" type="s:string" />
              <s:element minOccurs="0" maxOccurs="1" name="Symbol" type="s:string" />
            </s:sequence>
          </s:extension>
        </s:complexContent>
      </s:complexType>
      <s:complexType name="ArrayOfExpFactorValue">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="unbounded" name="ExpFactorValue" nillable="true" type="tns:ExpFactorValue" />
        </s:sequence>
      </s:complexType>
      <s:element name="GetExpFactors">
        <s:complexType />
      </s:element>
      <s:element name="GetExpFactorsResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="GetExpFactorsResult" type="tns:ArrayOfExpFactor" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="ArrayOfExpFactor">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="unbounded" name="ExpFactor" nillable="true" type="tns:ExpFactor" />
        </s:sequence>
      </s:complexType>
      <s:element name="GetExpFactorValues">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="ExpFactorID" type="s:int" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="GetExpFactorValuesResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="GetExpFactorValuesResult" type="tns:ArrayOfExpFactorValue" />
          </s:sequence>
        </s:complexType>
      </s:element>
    </s:schema>
  </wsdl:types>
  <wsdl:message name="GetExpFactorSoapIn">
    <wsdl:part name="parameters" element="tns:GetExpFactor" />
  </wsdl:message>
  <wsdl:message name="GetExpFactorSoapOut">
    <wsdl:part name="parameters" element="tns:GetExpFactorResponse" />
  </wsdl:message>
  <wsdl:message name="GetExpFactorsSoapIn">
    <wsdl:part name="parameters" element="tns:GetExpFactors" />
  </wsdl:message>
  <wsdl:message name="GetExpFactorsSoapOut">
    <wsdl:part name="parameters" element="tns:GetExpFactorsResponse" />
  </wsdl:message>
  <wsdl:message name="GetExpFactorValuesSoapIn">
    <wsdl:part name="parameters" element="tns:GetExpFactorValues" />
  </wsdl:message>
  <wsdl:message name="GetExpFactorValuesSoapOut">
    <wsdl:part name="parameters" element="tns:GetExpFactorValuesResponse" />
  </wsdl:message>
  <wsdl:portType name="ExpFactorWebServiceSoap">
    <wsdl:operation name="GetExpFactor">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">This method will return an ExpFactor for the specified matching ExpFactorID </wsdl:documentation>
      <wsdl:input message="tns:GetExpFactorSoapIn" />
      <wsdl:output message="tns:GetExpFactorSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="GetExpFactors">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">This method will return a list of ExpFactors</wsdl:documentation>
      <wsdl:input message="tns:GetExpFactorsSoapIn" />
      <wsdl:output message="tns:GetExpFactorsSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="GetExpFactorValues">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">This method will return the list of values for a specified ExpFactor</wsdl:documentation>
      <wsdl:input message="tns:GetExpFactorValuesSoapIn" />
      <wsdl:output message="tns:GetExpFactorValuesSoapOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:binding name="ExpFactorWebServiceSoap" type="tns:ExpFactorWebServiceSoap">
    <soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
    <wsdl:operation name="GetExpFactor">
      <soap:operation soapAction="http://www.amdcc.org/webservices/GetExpFactor" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetExpFactors">
      <soap:operation soapAction="http://www.amdcc.org/webservices/GetExpFactors" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetExpFactorValues">
      <soap:operation soapAction="http://www.amdcc.org/webservices/GetExpFactorValues" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:binding name="ExpFactorWebServiceSoap12" type="tns:ExpFactorWebServiceSoap">
    <soap12:binding transport="http://schemas.xmlsoap.org/soap/http" />
    <wsdl:operation name="GetExpFactor">
      <soap12:operation soapAction="http://www.amdcc.org/webservices/GetExpFactor" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetExpFactors">
      <soap12:operation soapAction="http://www.amdcc.org/webservices/GetExpFactors" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetExpFactorValues">
      <soap12:operation soapAction="http://www.amdcc.org/webservices/GetExpFactorValues" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:service name="ExpFactorWebService">
    <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">A Web Service that exposes methods of the ExpFactor Manager class of the AMDCC Object Model</wsdl:documentation>
    <wsdl:port name="ExpFactorWebServiceSoap" binding="tns:ExpFactorWebServiceSoap">
      <soap:address location="http://www.amdcc.org/webservices/ExpFactorWebService.asmx" />
    </wsdl:port>
    <wsdl:port name="ExpFactorWebServiceSoap12" binding="tns:ExpFactorWebServiceSoap12">
      <soap12:address location="http://www.amdcc.org/webservices/ExpFactorWebService.asmx" />
    </wsdl:port>
  </wsdl:service>
</wsdl:definitions>