개정판 f1f822e9
issue #00000 svg 기능 수정
Change-Id: Ic1575964db1f861ca637c7073dfa382fee4bbcd4
KCOM/Web References/kr.co.devdoftech.cloud/FileUpload.wsdl | ||
---|---|---|
20 | 20 |
</s:sequence> |
21 | 21 |
</s:complexType> |
22 | 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> |
|
23 | 65 |
</s:schema> |
24 | 66 |
</wsdl:types> |
25 | 67 |
<wsdl:message name="RunSoapIn"> |
... | ... | |
28 | 70 |
<wsdl:message name="RunSoapOut"> |
29 | 71 |
<wsdl:part name="parameters" element="tns:RunResponse" /> |
30 | 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> |
|
31 | 91 |
<wsdl:portType name="FileUploadSoap"> |
32 | 92 |
<wsdl:operation name="Run"> |
33 | 93 |
<wsdl:input message="tns:RunSoapIn" /> |
34 | 94 |
<wsdl:output message="tns:RunSoapOut" /> |
35 | 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> |
|
36 | 108 |
</wsdl:portType> |
37 | 109 |
<wsdl:binding name="FileUploadSoap" type="tns:FileUploadSoap"> |
38 | 110 |
<soap:binding transport="http://schemas.xmlsoap.org/soap/http" /> |
... | ... | |
45 | 117 |
<soap:body use="literal" /> |
46 | 118 |
</wsdl:output> |
47 | 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> |
|
48 | 147 |
</wsdl:binding> |
49 | 148 |
<wsdl:binding name="FileUploadSoap12" type="tns:FileUploadSoap"> |
50 | 149 |
<soap12:binding transport="http://schemas.xmlsoap.org/soap/http" /> |
... | ... | |
57 | 156 |
<soap12:body use="literal" /> |
58 | 157 |
</wsdl:output> |
59 | 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> |
|
60 | 186 |
</wsdl:binding> |
61 | 187 |
<wsdl:service name="FileUpload"> |
62 | 188 |
<wsdl:port name="FileUploadSoap" binding="tns:FileUploadSoap"> |
63 |
<soap:address location="https://localhost:44301/ImageUpload/FileUpload.asmx" />
|
|
189 |
<soap:address location="http://localhost:44301/ImageUpload/FileUpload.asmx" /> |
|
64 | 190 |
</wsdl:port> |
65 | 191 |
<wsdl:port name="FileUploadSoap12" binding="tns:FileUploadSoap12"> |
66 |
<soap12:address location="https://localhost:44301/ImageUpload/FileUpload.asmx" />
|
|
192 |
<soap12:address location="http://localhost:44301/ImageUpload/FileUpload.asmx" /> |
|
67 | 193 |
</wsdl:port> |
68 | 194 |
</wsdl:service> |
69 | 195 |
</wsdl:definitions> |
내보내기 Unified diff