markus / KCOM / Web References / kr.co.devdoftech.cloud / FileUpload.wsdl @ 646a4bb9
이력 | 보기 | 이력해설 | 다운로드 (7.81 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:element name="RunSymbol"> |
24 |
<s:complexType> |
25 |
<s:sequence> |
26 |
<s:element minOccurs="0" maxOccurs="1" name="ProjectNo" type="s:string" /> |
27 |
<s:element minOccurs="0" maxOccurs="1" name="VPNo" type="s:string" /> |
28 |
<s:element minOccurs="0" maxOccurs="1" name="UserID" type="s:string" /> |
29 |
<s:element minOccurs="0" maxOccurs="1" name="FileName" type="s:string" /> |
30 |
<s:element minOccurs="0" maxOccurs="1" name="f" type="s:base64Binary" /> |
31 |
</s:sequence> |
32 |
</s:complexType> |
33 |
</s:element> |
34 |
<s:element name="RunSymbolResponse"> |
35 |
<s:complexType> |
36 |
<s:sequence> |
37 |
<s:element minOccurs="0" maxOccurs="1" name="RunSymbolResult" type="s:string" /> |
38 |
</s:sequence> |
39 |
</s:complexType> |
40 |
</s:element> |
41 |
<s:element name="ServerMapPathTest"> |
42 |
<s:complexType> |
43 |
<s:sequence> |
44 |
<s:element minOccurs="0" maxOccurs="1" name="uri" type="s:string" /> |
45 |
</s:sequence> |
46 |
</s:complexType> |
47 |
</s:element> |
48 |
<s:element name="ServerMapPathTestResponse"> |
49 |
<s:complexType> |
50 |
<s:sequence> |
51 |
<s:element minOccurs="0" maxOccurs="1" name="ServerMapPathTestResult" type="s:string" /> |
52 |
</s:sequence> |
53 |
</s:complexType> |
54 |
</s:element> |
55 |
<s:element name="SymbolRegen"> |
56 |
<s:complexType /> |
57 |
</s:element> |
58 |
<s:element name="SymbolRegenResponse"> |
59 |
<s:complexType> |
60 |
<s:sequence> |
61 |
<s:element minOccurs="0" maxOccurs="1" name="SymbolRegenResult" type="s:string" /> |
62 |
</s:sequence> |
63 |
</s:complexType> |
64 |
</s:element> |
65 |
</s:schema> |
66 |
</wsdl:types> |
67 |
<wsdl:message name="RunSoapIn"> |
68 |
<wsdl:part name="parameters" element="tns:Run" /> |
69 |
</wsdl:message> |
70 |
<wsdl:message name="RunSoapOut"> |
71 |
<wsdl:part name="parameters" element="tns:RunResponse" /> |
72 |
</wsdl:message> |
73 |
<wsdl:message name="RunSymbolSoapIn"> |
74 |
<wsdl:part name="parameters" element="tns:RunSymbol" /> |
75 |
</wsdl:message> |
76 |
<wsdl:message name="RunSymbolSoapOut"> |
77 |
<wsdl:part name="parameters" element="tns:RunSymbolResponse" /> |
78 |
</wsdl:message> |
79 |
<wsdl:message name="ServerMapPathTestSoapIn"> |
80 |
<wsdl:part name="parameters" element="tns:ServerMapPathTest" /> |
81 |
</wsdl:message> |
82 |
<wsdl:message name="ServerMapPathTestSoapOut"> |
83 |
<wsdl:part name="parameters" element="tns:ServerMapPathTestResponse" /> |
84 |
</wsdl:message> |
85 |
<wsdl:message name="SymbolRegenSoapIn"> |
86 |
<wsdl:part name="parameters" element="tns:SymbolRegen" /> |
87 |
</wsdl:message> |
88 |
<wsdl:message name="SymbolRegenSoapOut"> |
89 |
<wsdl:part name="parameters" element="tns:SymbolRegenResponse" /> |
90 |
</wsdl:message> |
91 |
<wsdl:portType name="FileUploadSoap"> |
92 |
<wsdl:operation name="Run"> |
93 |
<wsdl:input message="tns:RunSoapIn" /> |
94 |
<wsdl:output message="tns:RunSoapOut" /> |
95 |
</wsdl:operation> |
96 |
<wsdl:operation name="RunSymbol"> |
97 |
<wsdl:input message="tns:RunSymbolSoapIn" /> |
98 |
<wsdl:output message="tns:RunSymbolSoapOut" /> |
99 |
</wsdl:operation> |
100 |
<wsdl:operation name="ServerMapPathTest"> |
101 |
<wsdl:input message="tns:ServerMapPathTestSoapIn" /> |
102 |
<wsdl:output message="tns:ServerMapPathTestSoapOut" /> |
103 |
</wsdl:operation> |
104 |
<wsdl:operation name="SymbolRegen"> |
105 |
<wsdl:input message="tns:SymbolRegenSoapIn" /> |
106 |
<wsdl:output message="tns:SymbolRegenSoapOut" /> |
107 |
</wsdl:operation> |
108 |
</wsdl:portType> |
109 |
<wsdl:binding name="FileUploadSoap" type="tns:FileUploadSoap"> |
110 |
<soap:binding transport="http://schemas.xmlsoap.org/soap/http" /> |
111 |
<wsdl:operation name="Run"> |
112 |
<soap:operation soapAction="http://tempuri.org/Run" style="document" /> |
113 |
<wsdl:input> |
114 |
<soap:body use="literal" /> |
115 |
</wsdl:input> |
116 |
<wsdl:output> |
117 |
<soap:body use="literal" /> |
118 |
</wsdl:output> |
119 |
</wsdl:operation> |
120 |
<wsdl:operation name="RunSymbol"> |
121 |
<soap:operation soapAction="http://tempuri.org/RunSymbol" style="document" /> |
122 |
<wsdl:input> |
123 |
<soap:body use="literal" /> |
124 |
</wsdl:input> |
125 |
<wsdl:output> |
126 |
<soap:body use="literal" /> |
127 |
</wsdl:output> |
128 |
</wsdl:operation> |
129 |
<wsdl:operation name="ServerMapPathTest"> |
130 |
<soap:operation soapAction="http://tempuri.org/ServerMapPathTest" style="document" /> |
131 |
<wsdl:input> |
132 |
<soap:body use="literal" /> |
133 |
</wsdl:input> |
134 |
<wsdl:output> |
135 |
<soap:body use="literal" /> |
136 |
</wsdl:output> |
137 |
</wsdl:operation> |
138 |
<wsdl:operation name="SymbolRegen"> |
139 |
<soap:operation soapAction="http://tempuri.org/SymbolRegen" style="document" /> |
140 |
<wsdl:input> |
141 |
<soap:body use="literal" /> |
142 |
</wsdl:input> |
143 |
<wsdl:output> |
144 |
<soap:body use="literal" /> |
145 |
</wsdl:output> |
146 |
</wsdl:operation> |
147 |
</wsdl:binding> |
148 |
<wsdl:binding name="FileUploadSoap12" type="tns:FileUploadSoap"> |
149 |
<soap12:binding transport="http://schemas.xmlsoap.org/soap/http" /> |
150 |
<wsdl:operation name="Run"> |
151 |
<soap12:operation soapAction="http://tempuri.org/Run" style="document" /> |
152 |
<wsdl:input> |
153 |
<soap12:body use="literal" /> |
154 |
</wsdl:input> |
155 |
<wsdl:output> |
156 |
<soap12:body use="literal" /> |
157 |
</wsdl:output> |
158 |
</wsdl:operation> |
159 |
<wsdl:operation name="RunSymbol"> |
160 |
<soap12:operation soapAction="http://tempuri.org/RunSymbol" style="document" /> |
161 |
<wsdl:input> |
162 |
<soap12:body use="literal" /> |
163 |
</wsdl:input> |
164 |
<wsdl:output> |
165 |
<soap12:body use="literal" /> |
166 |
</wsdl:output> |
167 |
</wsdl:operation> |
168 |
<wsdl:operation name="ServerMapPathTest"> |
169 |
<soap12:operation soapAction="http://tempuri.org/ServerMapPathTest" style="document" /> |
170 |
<wsdl:input> |
171 |
<soap12:body use="literal" /> |
172 |
</wsdl:input> |
173 |
<wsdl:output> |
174 |
<soap12:body use="literal" /> |
175 |
</wsdl:output> |
176 |
</wsdl:operation> |
177 |
<wsdl:operation name="SymbolRegen"> |
178 |
<soap12:operation soapAction="http://tempuri.org/SymbolRegen" style="document" /> |
179 |
<wsdl:input> |
180 |
<soap12:body use="literal" /> |
181 |
</wsdl:input> |
182 |
<wsdl:output> |
183 |
<soap12:body use="literal" /> |
184 |
</wsdl:output> |
185 |
</wsdl:operation> |
186 |
</wsdl:binding> |
187 |
<wsdl:service name="FileUpload"> |
188 |
<wsdl:port name="FileUploadSoap" binding="tns:FileUploadSoap"> |
189 |
<soap:address location="http://localhost:44301/ImageUpload/FileUpload.asmx" /> |
190 |
</wsdl:port> |
191 |
<wsdl:port name="FileUploadSoap12" binding="tns:FileUploadSoap12"> |
192 |
<soap12:address location="http://localhost:44301/ImageUpload/FileUpload.asmx" /> |
193 |
</wsdl:port> |
194 |
</wsdl:service> |
195 |
</wsdl:definitions> |