개정판 a4aac5fe
issue #0000 삼성전자 수정
Change-Id: Ie6b0b820b213f73cc2830c74532f90f3ac6ebafd
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> |
|
23 | 41 |
</s:schema> |
24 | 42 |
</wsdl:types> |
25 | 43 |
<wsdl:message name="RunSoapIn"> |
... | ... | |
28 | 46 |
<wsdl:message name="RunSoapOut"> |
29 | 47 |
<wsdl:part name="parameters" element="tns:RunResponse" /> |
30 | 48 |
</wsdl:message> |
49 |
<wsdl:message name="RunSymbolSoapIn"> |
|
50 |
<wsdl:part name="parameters" element="tns:RunSymbol" /> |
|
51 |
</wsdl:message> |
|
52 |
<wsdl:message name="RunSymbolSoapOut"> |
|
53 |
<wsdl:part name="parameters" element="tns:RunSymbolResponse" /> |
|
54 |
</wsdl:message> |
|
31 | 55 |
<wsdl:portType name="FileUploadSoap"> |
32 | 56 |
<wsdl:operation name="Run"> |
33 | 57 |
<wsdl:input message="tns:RunSoapIn" /> |
34 | 58 |
<wsdl:output message="tns:RunSoapOut" /> |
35 | 59 |
</wsdl:operation> |
60 |
<wsdl:operation name="RunSymbol"> |
|
61 |
<wsdl:input message="tns:RunSymbolSoapIn" /> |
|
62 |
<wsdl:output message="tns:RunSymbolSoapOut" /> |
|
63 |
</wsdl:operation> |
|
36 | 64 |
</wsdl:portType> |
37 | 65 |
<wsdl:binding name="FileUploadSoap" type="tns:FileUploadSoap"> |
38 | 66 |
<soap:binding transport="http://schemas.xmlsoap.org/soap/http" /> |
... | ... | |
45 | 73 |
<soap:body use="literal" /> |
46 | 74 |
</wsdl:output> |
47 | 75 |
</wsdl:operation> |
76 |
<wsdl:operation name="RunSymbol"> |
|
77 |
<soap:operation soapAction="http://tempuri.org/RunSymbol" style="document" /> |
|
78 |
<wsdl:input> |
|
79 |
<soap:body use="literal" /> |
|
80 |
</wsdl:input> |
|
81 |
<wsdl:output> |
|
82 |
<soap:body use="literal" /> |
|
83 |
</wsdl:output> |
|
84 |
</wsdl:operation> |
|
48 | 85 |
</wsdl:binding> |
49 | 86 |
<wsdl:binding name="FileUploadSoap12" type="tns:FileUploadSoap"> |
50 | 87 |
<soap12:binding transport="http://schemas.xmlsoap.org/soap/http" /> |
... | ... | |
57 | 94 |
<soap12:body use="literal" /> |
58 | 95 |
</wsdl:output> |
59 | 96 |
</wsdl:operation> |
97 |
<wsdl:operation name="RunSymbol"> |
|
98 |
<soap12:operation soapAction="http://tempuri.org/RunSymbol" style="document" /> |
|
99 |
<wsdl:input> |
|
100 |
<soap12:body use="literal" /> |
|
101 |
</wsdl:input> |
|
102 |
<wsdl:output> |
|
103 |
<soap12:body use="literal" /> |
|
104 |
</wsdl:output> |
|
105 |
</wsdl:operation> |
|
60 | 106 |
</wsdl:binding> |
61 | 107 |
<wsdl:service name="FileUpload"> |
62 | 108 |
<wsdl:port name="FileUploadSoap" binding="tns:FileUploadSoap"> |
63 |
<soap:address location="https://localhost:44301/ImageUpload/FileUpload.asmx" />
|
|
109 |
<soap:address location="http://localhost:44301/ImageUpload/FileUpload.asmx" /> |
|
64 | 110 |
</wsdl:port> |
65 | 111 |
<wsdl:port name="FileUploadSoap12" binding="tns:FileUploadSoap12"> |
66 |
<soap12:address location="https://localhost:44301/ImageUpload/FileUpload.asmx" />
|
|
112 |
<soap12:address location="http://localhost:44301/ImageUpload/FileUpload.asmx" /> |
|
67 | 113 |
</wsdl:port> |
68 | 114 |
</wsdl:service> |
69 | 115 |
</wsdl:definitions> |
내보내기 Unified diff