<?xml version="1.0" encoding="UTF-8"?>
<wsdl:definitions xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:axis2="http://ddr.ws.mobileok.kr/" xmlns:ns1="http://org.apache.axis2/xsd" xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:ns0="http://ddr.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://ddr.ws.mobileok.kr/">
    <wsdl:documentation>MW2DeviceDescriptionService</wsdl:documentation>
    <wsdl:types>
        <xs:schema xmlns:ns="http://ddr.ws.mobileok.kr/xsd" attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://ddr.ws.mobileok.kr/xsd">
            <xs:element name="getDeviceDescription">
                <xs:complexType>
                    <xs:sequence>
                        <xs:element minOccurs="0" name="model" nillable="true" type="xs:string"/>
                        <xs:element minOccurs="0" name="property" nillable="true" type="xs:string"/>
                    </xs:sequence>
                </xs:complexType>
            </xs:element>
            <xs:element name="getDeviceDescriptionResponse">
                <xs:complexType>
                    <xs:sequence>
                        <xs:element minOccurs="0" name="return" nillable="true" type="xs:string"/>
                    </xs:sequence>
                </xs:complexType>
            </xs:element>
        </xs:schema>
    </wsdl:types>
    <wsdl:message name="getDeviceDescriptionRequest">
        <wsdl:part name="parameters" element="ns0:getDeviceDescription"/>
    </wsdl:message>
    <wsdl:message name="getDeviceDescriptionResponse">
        <wsdl:part name="parameters" element="ns0:getDeviceDescriptionResponse"/>
    </wsdl:message>
    <wsdl:portType name="MW2DeviceDescriptionServicePortType">
        <wsdl:operation name="getDeviceDescription">
            <wsdl:input message="axis2:getDeviceDescriptionRequest" wsaw:Action="urn:getDeviceDescription"/>
            <wsdl:output message="axis2:getDeviceDescriptionResponse" wsaw:Action="urn:getDeviceDescriptionResponse"/>
        </wsdl:operation>
    </wsdl:portType>
    <wsdl:binding name="MW2DeviceDescriptionServiceSOAP11Binding" type="axis2:MW2DeviceDescriptionServicePortType">
        <soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document"/>
        <wsdl:operation name="getDeviceDescription">
            <soap:operation soapAction="urn:getDeviceDescription" 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="MW2DeviceDescriptionServiceSOAP12Binding" type="axis2:MW2DeviceDescriptionServicePortType">
        <soap12:binding transport="http://schemas.xmlsoap.org/soap/http" style="document"/>
        <wsdl:operation name="getDeviceDescription">
            <soap12:operation soapAction="urn:getDeviceDescription" 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="MW2DeviceDescriptionServiceHttpBinding" type="axis2:MW2DeviceDescriptionServicePortType">
        <http:binding verb="POST"/>
        <wsdl:operation name="getDeviceDescription">
            <http:operation location="MW2DeviceDescriptionService/getDeviceDescription"/>
            <wsdl:input>
                <mime:content type="text/xml" part="getDeviceDescription"/>
            </wsdl:input>
            <wsdl:output>
                <mime:content type="text/xml" part="getDeviceDescription"/>
            </wsdl:output>
        </wsdl:operation>
    </wsdl:binding>
    <wsdl:service name="MW2DeviceDescriptionService">
        <wsdl:port name="MW2DeviceDescriptionServiceSOAP11port_http" binding="axis2:MW2DeviceDescriptionServiceSOAP11Binding">
            <soap:address location="http://ddr.mobileok.kr/axis2/services/MW2DeviceDescriptionService"/>
        </wsdl:port>
        <wsdl:port name="MW2DeviceDescriptionServiceSOAP12port_http" binding="axis2:MW2DeviceDescriptionServiceSOAP12Binding">
            <soap12:address location="http://ddr.mobileok.kr/axis2/services/MW2DeviceDescriptionService"/>
        </wsdl:port>
        <wsdl:port name="MW2DeviceDescriptionServiceHttpport" binding="axis2:MW2DeviceDescriptionServiceHttpBinding">
            <http:address location="http://ddr.mobileok.kr/axis2/services/MW2DeviceDescriptionService"/>
        </wsdl:port>
    </wsdl:service>
</wsdl:definitions>
