38 lines
2.2 KiB
XML
38 lines
2.2 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<wsdl:definitions xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tns="http://newlicense.dcs.co.kr/soap/DCS_License_WebService" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns="http://schemas.xmlsoap.org/wsdl/" targetNamespace="http://newlicense.dcs.co.kr/soap/DCS_License_WebService" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
|
|
<wsdl:types>
|
|
<xsd:schema targetNamespace="http://newlicense.dcs.co.kr/soap/DCS_License_WebService">
|
|
<xsd:import namespace="http://schemas.xmlsoap.org/soap/encoding/" />
|
|
<xsd:import namespace="http://schemas.xmlsoap.org/wsdl/" />
|
|
</xsd:schema>
|
|
</wsdl:types>
|
|
<wsdl:message name="RequestBaseRequest">
|
|
<wsdl:part name="encodingstring" type="xsd:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="RequestBaseResponse">
|
|
<wsdl:part name="return" type="xsd:string" />
|
|
</wsdl:message>
|
|
<wsdl:portType name="DCS_License_WebServicePortType">
|
|
<wsdl:operation name="RequestBase">
|
|
<wsdl:input message="tns:RequestBaseRequest" />
|
|
<wsdl:output message="tns:RequestBaseResponse" />
|
|
</wsdl:operation>
|
|
</wsdl:portType>
|
|
<wsdl:binding name="DCS_License_WebServiceBinding" type="tns:DCS_License_WebServicePortType">
|
|
<soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="rpc" />
|
|
<wsdl:operation name="RequestBase">
|
|
<soap:operation soapAction="http://newlicense.dcs.co.kr/main.php/RequestBase" style="rpc" />
|
|
<wsdl:input>
|
|
<soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
</wsdl:binding>
|
|
<wsdl:service name="DCS_License_WebService">
|
|
<wsdl:port name="DCS_License_WebServicePort" binding="tns:DCS_License_WebServiceBinding">
|
|
<soap:address location="http://newlicense.dcs.co.kr/main.php" />
|
|
</wsdl:port>
|
|
</wsdl:service>
|
|
</wsdl:definitions> |