markus / KCOM / Web References / kr.co.devdoftech.cloud / FileUpload.wsdl @ ddc223b4
이력 | 보기 | 이력해설 | 다운로드 (3.13 KB)
1 |
<?xml version="1.0" encoding="utf-8"?> |
---|---|
2 |
<wsdl:definitions xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:tns="http://tempuri.org/" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" targetNamespace="http://tempuri.org/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"> |
3 |
<wsdl:types> |
4 |
<s:schema elementFormDefault="qualified" targetNamespace="http://tempuri.org/"> |
5 |
<s:element name="Run"> |
6 |
<s:complexType> |
7 |
<s:sequence> |
8 |
<s:element minOccurs="0" maxOccurs="1" name="ProjectNo" type="s:string" /> |
9 |
<s:element minOccurs="0" maxOccurs="1" name="VPNo" type="s:string" /> |
10 |
<s:element minOccurs="0" maxOccurs="1" name="UserID" type="s:string" /> |
11 |
<s:element minOccurs="0" maxOccurs="1" name="FileName" type="s:string" /> |
12 |
<s:element minOccurs="0" maxOccurs="1" name="f" type="s:base64Binary" /> |
13 |
</s:sequence> |
14 |
</s:complexType> |
15 |
</s:element> |
16 |
<s:element name="RunResponse"> |
17 |
<s:complexType> |
18 |
<s:sequence> |
19 |
<s:element minOccurs="0" maxOccurs="1" name="RunResult" type="s:string" /> |
20 |
</s:sequence> |
21 |
</s:complexType> |
22 |
</s:element> |
23 |
</s:schema> |
24 |
</wsdl:types> |
25 |
<wsdl:message name="RunSoapIn"> |
26 |
<wsdl:part name="parameters" element="tns:Run" /> |
27 |
</wsdl:message> |
28 |
<wsdl:message name="RunSoapOut"> |
29 |
<wsdl:part name="parameters" element="tns:RunResponse" /> |
30 |
</wsdl:message> |
31 |
<wsdl:portType name="FileUploadSoap"> |
32 |
<wsdl:operation name="Run"> |
33 |
<wsdl:input message="tns:RunSoapIn" /> |
34 |
<wsdl:output message="tns:RunSoapOut" /> |
35 |
</wsdl:operation> |
36 |
</wsdl:portType> |
37 |
<wsdl:binding name="FileUploadSoap" type="tns:FileUploadSoap"> |
38 |
<soap:binding transport="http://schemas.xmlsoap.org/soap/http" /> |
39 |
<wsdl:operation name="Run"> |
40 |
<soap:operation soapAction="http://tempuri.org/Run" style="document" /> |
41 |
<wsdl:input> |
42 |
<soap:body use="literal" /> |
43 |
</wsdl:input> |
44 |
<wsdl:output> |
45 |
<soap:body use="literal" /> |
46 |
</wsdl:output> |
47 |
</wsdl:operation> |
48 |
</wsdl:binding> |
49 |
<wsdl:binding name="FileUploadSoap12" type="tns:FileUploadSoap"> |
50 |
<soap12:binding transport="http://schemas.xmlsoap.org/soap/http" /> |
51 |
<wsdl:operation name="Run"> |
52 |
<soap12:operation soapAction="http://tempuri.org/Run" style="document" /> |
53 |
<wsdl:input> |
54 |
<soap12:body use="literal" /> |
55 |
</wsdl:input> |
56 |
<wsdl:output> |
57 |
<soap12:body use="literal" /> |
58 |
</wsdl:output> |
59 |
</wsdl:operation> |
60 |
</wsdl:binding> |
61 |
<wsdl:service name="FileUpload"> |
62 |
<wsdl:port name="FileUploadSoap" binding="tns:FileUploadSoap"> |
63 |
<soap:address location="https://localhost:44301/ImageUpload/FileUpload.asmx" /> |
64 |
</wsdl:port> |
65 |
<wsdl:port name="FileUploadSoap12" binding="tns:FileUploadSoap12"> |
66 |
<soap12:address location="https://localhost:44301/ImageUpload/FileUpload.asmx" /> |
67 |
</wsdl:port> |
68 |
</wsdl:service> |
69 |
</wsdl:definitions> |