<?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 Protocol Manager class of the AMDCC Object Model</wsdl:documentation>
  <wsdl:types>
    <s:schema elementFormDefault="qualified" targetNamespace="http://www.amdcc.org/webservices/">
      <s:element name="GetProtocol">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="ProtocolID" type="s:int" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="GetProtocolResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="GetProtocolResult" type="tns:Protocol" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="Protocol">
        <s:complexContent mixed="false">
          <s:extension base="tns:IDObject">
            <s:sequence>
              <s:element minOccurs="0" maxOccurs="1" name="Title" type="s:string" />
              <s:element minOccurs="0" maxOccurs="1" name="TypeName" type="s:string" />
              <s:element minOccurs="1" maxOccurs="1" name="Version" type="s:short" />
              <s:element minOccurs="0" maxOccurs="1" name="Description" type="s:string" />
            </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:element name="GetProtocols">
        <s:complexType />
      </s:element>
      <s:element name="GetProtocolsResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="GetProtocolsResult" type="tns:ArrayOfProtocol" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="ArrayOfProtocol">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="unbounded" name="Protocol" nillable="true" type="tns:Protocol" />
        </s:sequence>
      </s:complexType>
      <s:element name="GetProtocolsBySearch">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="protocolSearch" type="tns:ProtocolSearch" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="ProtocolSearch">
        <s:complexContent mixed="false">
          <s:extension base="tns:ObjectSearch">
            <s:sequence>
              <s:element minOccurs="1" maxOccurs="1" name="ProtocolTypeID" type="tns:ID" />
              <s:element minOccurs="1" maxOccurs="1" name="ModelTypeID" type="tns:ID" />
            </s:sequence>
          </s:extension>
        </s:complexContent>
      </s:complexType>
      <s:complexType name="ObjectSearch" abstract="true" />
      <s:complexType name="ID" />
      <s:element name="GetProtocolsBySearchResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="GetProtocolsBySearchResult" type="tns:ArrayOfProtocol" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="GetProtocolModelTypes">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="ProtocolID" type="s:int" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="GetProtocolModelTypesResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="GetProtocolModelTypesResult" type="tns:ArrayOfString" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="ArrayOfString">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="unbounded" name="string" nillable="true" type="s:string" />
        </s:sequence>
      </s:complexType>
    </s:schema>
  </wsdl:types>
  <wsdl:message name="GetProtocolSoapIn">
    <wsdl:part name="parameters" element="tns:GetProtocol" />
  </wsdl:message>
  <wsdl:message name="GetProtocolSoapOut">
    <wsdl:part name="parameters" element="tns:GetProtocolResponse" />
  </wsdl:message>
  <wsdl:message name="GetProtocolsSoapIn">
    <wsdl:part name="parameters" element="tns:GetProtocols" />
  </wsdl:message>
  <wsdl:message name="GetProtocolsSoapOut">
    <wsdl:part name="parameters" element="tns:GetProtocolsResponse" />
  </wsdl:message>
  <wsdl:message name="GetProtocolsBySearchSoapIn">
    <wsdl:part name="parameters" element="tns:GetProtocolsBySearch" />
  </wsdl:message>
  <wsdl:message name="GetProtocolsBySearchSoapOut">
    <wsdl:part name="parameters" element="tns:GetProtocolsBySearchResponse" />
  </wsdl:message>
  <wsdl:message name="GetProtocolModelTypesSoapIn">
    <wsdl:part name="parameters" element="tns:GetProtocolModelTypes" />
  </wsdl:message>
  <wsdl:message name="GetProtocolModelTypesSoapOut">
    <wsdl:part name="parameters" element="tns:GetProtocolModelTypesResponse" />
  </wsdl:message>
  <wsdl:portType name="ProtocolWebServiceSoap">
    <wsdl:operation name="GetProtocol">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">This method will return an Protocol for the specified matching ProtocolID </wsdl:documentation>
      <wsdl:input message="tns:GetProtocolSoapIn" />
      <wsdl:output message="tns:GetProtocolSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="GetProtocols">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">This method will return a list of Protocols</wsdl:documentation>
      <wsdl:input message="tns:GetProtocolsSoapIn" />
      <wsdl:output message="tns:GetProtocolsSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="GetProtocolsBySearch">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">This method will return a list of Protocols that meet the optional Protocol Search criteria</wsdl:documentation>
      <wsdl:input message="tns:GetProtocolsBySearchSoapIn" />
      <wsdl:output message="tns:GetProtocolsBySearchSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="GetProtocolModelTypes">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">This method will return the list of associated model types for a specified Protocol</wsdl:documentation>
      <wsdl:input message="tns:GetProtocolModelTypesSoapIn" />
      <wsdl:output message="tns:GetProtocolModelTypesSoapOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:binding name="ProtocolWebServiceSoap" type="tns:ProtocolWebServiceSoap">
    <soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
    <wsdl:operation name="GetProtocol">
      <soap:operation soapAction="http://www.amdcc.org/webservices/GetProtocol" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetProtocols">
      <soap:operation soapAction="http://www.amdcc.org/webservices/GetProtocols" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetProtocolsBySearch">
      <soap:operation soapAction="http://www.amdcc.org/webservices/GetProtocolsBySearch" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetProtocolModelTypes">
      <soap:operation soapAction="http://www.amdcc.org/webservices/GetProtocolModelTypes" 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="ProtocolWebServiceSoap12" type="tns:ProtocolWebServiceSoap">
    <soap12:binding transport="http://schemas.xmlsoap.org/soap/http" />
    <wsdl:operation name="GetProtocol">
      <soap12:operation soapAction="http://www.amdcc.org/webservices/GetProtocol" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetProtocols">
      <soap12:operation soapAction="http://www.amdcc.org/webservices/GetProtocols" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetProtocolsBySearch">
      <soap12:operation soapAction="http://www.amdcc.org/webservices/GetProtocolsBySearch" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetProtocolModelTypes">
      <soap12:operation soapAction="http://www.amdcc.org/webservices/GetProtocolModelTypes" 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="ProtocolWebService">
    <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">A Web Service that exposes methods of the Protocol Manager class of the AMDCC Object Model</wsdl:documentation>
    <wsdl:port name="ProtocolWebServiceSoap" binding="tns:ProtocolWebServiceSoap">
      <soap:address location="http://www.amdcc.org/webservices/ProtocolWebService.asmx" />
    </wsdl:port>
    <wsdl:port name="ProtocolWebServiceSoap12" binding="tns:ProtocolWebServiceSoap12">
      <soap12:address location="http://www.amdcc.org/webservices/ProtocolWebService.asmx" />
    </wsdl:port>
  </wsdl:service>
</wsdl:definitions>