<?xml version="1.0" encoding="UTF-8"?>
<wsdl:definitions xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:axis2="http://list.ws.mobileok.kr/" xmlns:ns1="http://list.ws.mobileok.kr/xsd" xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:ns0="http://list.ws.mobileok.kr/xsd" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" targetNamespace="http://list.ws.mobileok.kr/">
    <wsdl:documentation>MW2DeviceListService</wsdl:documentation>
    <wsdl:types>
        <xs:schema xmlns:ns="http://list.ws.mobileok.kr/xsd" attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://list.ws.mobileok.kr/xsd">
            <xs:complexType name="MW2DeviceListArray">
                <xs:sequence>
                    <xs:element maxOccurs="unbounded" minOccurs="0" name="result" nillable="true" type="ns0:MW2DeviceList"/>
                    <xs:element minOccurs="0" name="totalCount" type="xs:int"/>
                </xs:sequence>
            </xs:complexType>
            <xs:complexType name="MW2DeviceList">
                <xs:sequence>
                    <xs:element minOccurs="0" name="model" nillable="true" type="xs:string"/>
                    <xs:element minOccurs="0" name="vendor" nillable="true" type="xs:string"/>
                </xs:sequence>
            </xs:complexType>
            <xs:element name="getDeviceListAllResponse">
                <xs:complexType>
                    <xs:sequence>
                        <xs:element minOccurs="0" name="return" nillable="true" type="ns0:MW2DeviceListArray"/>
                    </xs:sequence>
                </xs:complexType>
            </xs:element>
            <xs:element name="getDeviceListByDisplayColorDepth">
                <xs:complexType>
                    <xs:sequence>
                        <xs:element minOccurs="0" name="displayColorDepth" type="xs:int"/>
                    </xs:sequence>
                </xs:complexType>
            </xs:element>
            <xs:element name="getDeviceListByDisplayColorDepthResponse">
                <xs:complexType>
                    <xs:sequence>
                        <xs:element minOccurs="0" name="return" nillable="true" type="ns0:MW2DeviceListArray"/>
                    </xs:sequence>
                </xs:complexType>
            </xs:element>
            <xs:element name="getDeviceListByDisplayHeight">
                <xs:complexType>
                    <xs:sequence>
                        <xs:element minOccurs="0" name="displayHeight" type="xs:int"/>
                    </xs:sequence>
                </xs:complexType>
            </xs:element>
            <xs:element name="getDeviceListByDisplayHeightResponse">
                <xs:complexType>
                    <xs:sequence>
                        <xs:element minOccurs="0" name="return" nillable="true" type="ns0:MW2DeviceListArray"/>
                    </xs:sequence>
                </xs:complexType>
            </xs:element>
            <xs:element name="getDeviceListByDisplayWidth">
                <xs:complexType>
                    <xs:sequence>
                        <xs:element minOccurs="0" name="displayWidth" type="xs:int"/>
                    </xs:sequence>
                </xs:complexType>
            </xs:element>
            <xs:element name="getDeviceListByDisplayWidthResponse">
                <xs:complexType>
                    <xs:sequence>
                        <xs:element minOccurs="0" name="return" nillable="true" type="ns0:MW2DeviceListArray"/>
                    </xs:sequence>
                </xs:complexType>
            </xs:element>
            <xs:element name="getDeviceListByModel">
                <xs:complexType>
                    <xs:sequence>
                        <xs:element minOccurs="0" name="model" nillable="true" type="xs:string"/>
                    </xs:sequence>
                </xs:complexType>
            </xs:element>
            <xs:element name="getDeviceListByModelResponse">
                <xs:complexType>
                    <xs:sequence>
                        <xs:element minOccurs="0" name="return" nillable="true" type="ns0:MW2DeviceListArray"/>
                    </xs:sequence>
                </xs:complexType>
            </xs:element>
            <xs:element name="getDeviceListByVendor">
                <xs:complexType>
                    <xs:sequence>
                        <xs:element minOccurs="0" name="vendor" nillable="true" type="xs:string"/>
                    </xs:sequence>
                </xs:complexType>
            </xs:element>
            <xs:element name="getDeviceListByVendorResponse">
                <xs:complexType>
                    <xs:sequence>
                        <xs:element minOccurs="0" name="return" nillable="true" type="ns0:MW2DeviceListArray"/>
                    </xs:sequence>
                </xs:complexType>
            </xs:element>
        </xs:schema>
    </wsdl:types>
    <wsdl:message name="getDeviceListByModelRequest">
        <wsdl:part name="parameters" element="ns1:getDeviceListByModel"/>
    </wsdl:message>
    <wsdl:message name="getDeviceListByModelResponse">
        <wsdl:part name="parameters" element="ns1:getDeviceListByModelResponse"/>
    </wsdl:message>
    <wsdl:message name="getDeviceListByDisplayHeightRequest">
        <wsdl:part name="parameters" element="ns1:getDeviceListByDisplayHeight"/>
    </wsdl:message>
    <wsdl:message name="getDeviceListByDisplayHeightResponse">
        <wsdl:part name="parameters" element="ns1:getDeviceListByDisplayHeightResponse"/>
    </wsdl:message>
    <wsdl:message name="getDeviceListByDisplayWidthRequest">
        <wsdl:part name="parameters" element="ns1:getDeviceListByDisplayWidth"/>
    </wsdl:message>
    <wsdl:message name="getDeviceListByDisplayWidthResponse">
        <wsdl:part name="parameters" element="ns1:getDeviceListByDisplayWidthResponse"/>
    </wsdl:message>
    <wsdl:message name="getDeviceListByDisplayColorDepthRequest">
        <wsdl:part name="parameters" element="ns1:getDeviceListByDisplayColorDepth"/>
    </wsdl:message>
    <wsdl:message name="getDeviceListByDisplayColorDepthResponse">
        <wsdl:part name="parameters" element="ns1:getDeviceListByDisplayColorDepthResponse"/>
    </wsdl:message>
    <wsdl:message name="getDeviceListAllRequest"/>
    <wsdl:message name="getDeviceListAllResponse">
        <wsdl:part name="parameters" element="ns1:getDeviceListAllResponse"/>
    </wsdl:message>
    <wsdl:message name="getDeviceListByVendorRequest">
        <wsdl:part name="parameters" element="ns1:getDeviceListByVendor"/>
    </wsdl:message>
    <wsdl:message name="getDeviceListByVendorResponse">
        <wsdl:part name="parameters" element="ns1:getDeviceListByVendorResponse"/>
    </wsdl:message>
    <wsdl:portType name="MW2DeviceListServicePortType">
        <wsdl:operation name="getDeviceListByModel">
            <wsdl:input message="axis2:getDeviceListByModelRequest" wsaw:Action="urn:getDeviceListByModel"/>
            <wsdl:output message="axis2:getDeviceListByModelResponse" wsaw:Action="urn:getDeviceListByModelResponse"/>
        </wsdl:operation>
        <wsdl:operation name="getDeviceListByDisplayHeight">
            <wsdl:input message="axis2:getDeviceListByDisplayHeightRequest" wsaw:Action="urn:getDeviceListByDisplayHeight"/>
            <wsdl:output message="axis2:getDeviceListByDisplayHeightResponse" wsaw:Action="urn:getDeviceListByDisplayHeightResponse"/>
        </wsdl:operation>
        <wsdl:operation name="getDeviceListByDisplayWidth">
            <wsdl:input message="axis2:getDeviceListByDisplayWidthRequest" wsaw:Action="urn:getDeviceListByDisplayWidth"/>
            <wsdl:output message="axis2:getDeviceListByDisplayWidthResponse" wsaw:Action="urn:getDeviceListByDisplayWidthResponse"/>
        </wsdl:operation>
        <wsdl:operation name="getDeviceListByDisplayColorDepth">
            <wsdl:input message="axis2:getDeviceListByDisplayColorDepthRequest" wsaw:Action="urn:getDeviceListByDisplayColorDepth"/>
            <wsdl:output message="axis2:getDeviceListByDisplayColorDepthResponse" wsaw:Action="urn:getDeviceListByDisplayColorDepthResponse"/>
        </wsdl:operation>
        <wsdl:operation name="getDeviceListAll">
            <wsdl:input message="axis2:getDeviceListAllRequest" wsaw:Action="urn:getDeviceListAll"/>
            <wsdl:output message="axis2:getDeviceListAllResponse" wsaw:Action="urn:getDeviceListAllResponse"/>
        </wsdl:operation>
        <wsdl:operation name="getDeviceListByVendor">
            <wsdl:input message="axis2:getDeviceListByVendorRequest" wsaw:Action="urn:getDeviceListByVendor"/>
            <wsdl:output message="axis2:getDeviceListByVendorResponse" wsaw:Action="urn:getDeviceListByVendorResponse"/>
        </wsdl:operation>
    </wsdl:portType>
    <wsdl:binding name="MW2DeviceListServiceSOAP11Binding" type="axis2:MW2DeviceListServicePortType">
        <soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document"/>
        <wsdl:operation name="getDeviceListByModel">
            <soap:operation soapAction="urn:getDeviceListByModel" style="document"/>
            <wsdl:input>
                <soap:body use="literal"/>
            </wsdl:input>
            <wsdl:output>
                <soap:body use="literal"/>
            </wsdl:output>
        </wsdl:operation>
        <wsdl:operation name="getDeviceListByDisplayHeight">
            <soap:operation soapAction="urn:getDeviceListByDisplayHeight" style="document"/>
            <wsdl:input>
                <soap:body use="literal"/>
            </wsdl:input>
            <wsdl:output>
                <soap:body use="literal"/>
            </wsdl:output>
        </wsdl:operation>
        <wsdl:operation name="getDeviceListByDisplayWidth">
            <soap:operation soapAction="urn:getDeviceListByDisplayWidth" style="document"/>
            <wsdl:input>
                <soap:body use="literal"/>
            </wsdl:input>
            <wsdl:output>
                <soap:body use="literal"/>
            </wsdl:output>
        </wsdl:operation>
        <wsdl:operation name="getDeviceListByDisplayColorDepth">
            <soap:operation soapAction="urn:getDeviceListByDisplayColorDepth" style="document"/>
            <wsdl:input>
                <soap:body use="literal"/>
            </wsdl:input>
            <wsdl:output>
                <soap:body use="literal"/>
            </wsdl:output>
        </wsdl:operation>
        <wsdl:operation name="getDeviceListAll">
            <soap:operation soapAction="urn:getDeviceListAll" style="document"/>
            <wsdl:input>
                <soap:body use="literal"/>
            </wsdl:input>
            <wsdl:output>
                <soap:body use="literal"/>
            </wsdl:output>
        </wsdl:operation>
        <wsdl:operation name="getDeviceListByVendor">
            <soap:operation soapAction="urn:getDeviceListByVendor" 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="MW2DeviceListServiceSOAP12Binding" type="axis2:MW2DeviceListServicePortType">
        <soap12:binding transport="http://schemas.xmlsoap.org/soap/http" style="document"/>
        <wsdl:operation name="getDeviceListByModel">
            <soap12:operation soapAction="urn:getDeviceListByModel" style="document"/>
            <wsdl:input>
                <soap12:body use="literal"/>
            </wsdl:input>
            <wsdl:output>
                <soap12:body use="literal"/>
            </wsdl:output>
        </wsdl:operation>
        <wsdl:operation name="getDeviceListByDisplayHeight">
            <soap12:operation soapAction="urn:getDeviceListByDisplayHeight" style="document"/>
            <wsdl:input>
                <soap12:body use="literal"/>
            </wsdl:input>
            <wsdl:output>
                <soap12:body use="literal"/>
            </wsdl:output>
        </wsdl:operation>
        <wsdl:operation name="getDeviceListByDisplayWidth">
            <soap12:operation soapAction="urn:getDeviceListByDisplayWidth" style="document"/>
            <wsdl:input>
                <soap12:body use="literal"/>
            </wsdl:input>
            <wsdl:output>
                <soap12:body use="literal"/>
            </wsdl:output>
        </wsdl:operation>
        <wsdl:operation name="getDeviceListByDisplayColorDepth">
            <soap12:operation soapAction="urn:getDeviceListByDisplayColorDepth" style="document"/>
            <wsdl:input>
                <soap12:body use="literal"/>
            </wsdl:input>
            <wsdl:output>
                <soap12:body use="literal"/>
            </wsdl:output>
        </wsdl:operation>
        <wsdl:operation name="getDeviceListAll">
            <soap12:operation soapAction="urn:getDeviceListAll" style="document"/>
            <wsdl:input>
                <soap12:body use="literal"/>
            </wsdl:input>
            <wsdl:output>
                <soap12:body use="literal"/>
            </wsdl:output>
        </wsdl:operation>
        <wsdl:operation name="getDeviceListByVendor">
            <soap12:operation soapAction="urn:getDeviceListByVendor" style="document"/>
            <wsdl:input>
                <soap12:body use="literal"/>
            </wsdl:input>
            <wsdl:output>
                <soap12:body use="literal"/>
            </wsdl:output>
        </wsdl:operation>
    </wsdl:binding>
    <wsdl:binding name="MW2DeviceListServiceHttpBinding" type="axis2:MW2DeviceListServicePortType">
        <http:binding verb="POST"/>
        <wsdl:operation name="getDeviceListByModel">
            <http:operation location="MW2DeviceListService/getDeviceListByModel"/>
            <wsdl:input>
                <mime:content type="text/xml" part="getDeviceListByModel"/>
            </wsdl:input>
            <wsdl:output>
                <mime:content type="text/xml" part="getDeviceListByModel"/>
            </wsdl:output>
        </wsdl:operation>
        <wsdl:operation name="getDeviceListByDisplayHeight">
            <http:operation location="MW2DeviceListService/getDeviceListByDisplayHeight"/>
            <wsdl:input>
                <mime:content type="text/xml" part="getDeviceListByDisplayHeight"/>
            </wsdl:input>
            <wsdl:output>
                <mime:content type="text/xml" part="getDeviceListByDisplayHeight"/>
            </wsdl:output>
        </wsdl:operation>
        <wsdl:operation name="getDeviceListByDisplayWidth">
            <http:operation location="MW2DeviceListService/getDeviceListByDisplayWidth"/>
            <wsdl:input>
                <mime:content type="text/xml" part="getDeviceListByDisplayWidth"/>
            </wsdl:input>
            <wsdl:output>
                <mime:content type="text/xml" part="getDeviceListByDisplayWidth"/>
            </wsdl:output>
        </wsdl:operation>
        <wsdl:operation name="getDeviceListByDisplayColorDepth">
            <http:operation location="MW2DeviceListService/getDeviceListByDisplayColorDepth"/>
            <wsdl:input>
                <mime:content type="text/xml" part="getDeviceListByDisplayColorDepth"/>
            </wsdl:input>
            <wsdl:output>
                <mime:content type="text/xml" part="getDeviceListByDisplayColorDepth"/>
            </wsdl:output>
        </wsdl:operation>
        <wsdl:operation name="getDeviceListAll">
            <http:operation location="MW2DeviceListService/getDeviceListAll"/>
            <wsdl:input>
                <mime:content type="text/xml" part="getDeviceListAll"/>
            </wsdl:input>
            <wsdl:output>
                <mime:content type="text/xml" part="getDeviceListAll"/>
            </wsdl:output>
        </wsdl:operation>
        <wsdl:operation name="getDeviceListByVendor">
            <http:operation location="MW2DeviceListService/getDeviceListByVendor"/>
            <wsdl:input>
                <mime:content type="text/xml" part="getDeviceListByVendor"/>
            </wsdl:input>
            <wsdl:output>
                <mime:content type="text/xml" part="getDeviceListByVendor"/>
            </wsdl:output>
        </wsdl:operation>
    </wsdl:binding>
    <wsdl:service name="MW2DeviceListService">
        <wsdl:port name="MW2DeviceListServiceSOAP11port_http" binding="axis2:MW2DeviceListServiceSOAP11Binding">
            <soap:address location="http://ddr.mobileok.kr/axis2/services/MW2DeviceListService"/>
        </wsdl:port>
        <wsdl:port name="MW2DeviceListServiceSOAP12port_http" binding="axis2:MW2DeviceListServiceSOAP12Binding">
            <soap12:address location="http://ddr.mobileok.kr/axis2/services/MW2DeviceListService"/>
        </wsdl:port>
        <wsdl:port name="MW2DeviceListServiceHttpport" binding="axis2:MW2DeviceListServiceHttpBinding">
            <http:address location="http://ddr.mobileok.kr/axis2/services/MW2DeviceListService"/>
        </wsdl:port>
    </wsdl:service>
</wsdl:definitions>
