프로젝트

일반

사용자정보

개정판 93f5e32a

ID93f5e32a2ae264fd22bb52a6c484f283be1da787
상위 f23757e4
하위 0caa0b73

semi 이(가) 4년 이상 전에 추가함

WCF 구축

Change-Id: I3753734d46877f9e416cb2bbec326c2cbb9b13cd

차이점 보기:

ConvertService/ServiceBase/Markus.Service.StationController/App.config
1
<?xml version="1.0" encoding="utf-8"?>
1
<?xml version="1.0" encoding="utf-8"?>
2 2
<configuration>
3 3
  <configSections>
4 4
    <!-- For more information on Entity Framework configuration, visit http://go.microsoft.com/fwlink/?LinkID=237468 -->
......
27 27
  <system.serviceModel>
28 28
    <bindings>
29 29
      <basicHttpBinding>
30
        <binding name="BasicHttpBinding_IDataService" />
31
        <binding name="BasicHttpBinding_IDataService1" />
30
        <binding name="BasicHttpBinding_IDataService" maxBufferSize="2147483646"
31
          maxReceivedMessageSize="2147483646" />
32 32
      </basicHttpBinding>
33 33
    </bindings>
34 34
    <client>
35 35
      <endpoint address="http://localhost:55508/DataService.svc" binding="basicHttpBinding"
36 36
        bindingConfiguration="BasicHttpBinding_IDataService" contract="DataService.IDataService"
37 37
        name="BasicHttpBinding_IDataService" />
38
      <endpoint address="http://192.168.0.24:8080/DataService.svc"
39
        binding="basicHttpBinding" bindingConfiguration="BasicHttpBinding_IDataService1"
40
        contract="ServiceReference1.IDataService" name="BasicHttpBinding_IDataService1" />
41 38
    </client>
42 39
  </system.serviceModel>
43 40
  <entityFramework>
ConvertService/ServiceBase/Markus.Service.StationController/Connected Services/ServiceReference1/DataService1.disco
1
<?xml version="1.0" encoding="utf-8"?>
2
<discovery xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://schemas.xmlsoap.org/disco/">
3
  <contractRef ref="http://192.168.0.24:8080/DataService.svc?wsdl" docRef="http://192.168.0.24:8080/DataService.svc" xmlns="http://schemas.xmlsoap.org/disco/scl/" />
4
</discovery>
ConvertService/ServiceBase/Markus.Service.StationController/Connected Services/ServiceReference1/DataService1.wsdl
1
<?xml version="1.0" encoding="utf-8"?>
2
<wsdl:definitions xmlns:wsap="http://schemas.xmlsoap.org/ws/2004/08/addressing/policy" xmlns:wsa10="http://www.w3.org/2005/08/addressing" xmlns:tns="http://tempuri.org/" xmlns:msc="http://schemas.microsoft.com/ws/2005/12/wsdl/contract" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsx="http://schemas.xmlsoap.org/ws/2004/09/mex" xmlns:wsp="http://schemas.xmlsoap.org/ws/2004/09/policy" xmlns:wsam="http://www.w3.org/2007/05/addressing/metadata" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="DataService" targetNamespace="http://tempuri.org/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
3
  <wsdl:types>
4
    <xsd:schema targetNamespace="http://tempuri.org/Imports">
5
      <xsd:import schemaLocation="http://192.168.0.24:8080/DataService.svc?xsd=xsd0" namespace="http://tempuri.org/" />
6
      <xsd:import schemaLocation="http://192.168.0.24:8080/DataService.svc?xsd=xsd1" namespace="http://schemas.microsoft.com/2003/10/Serialization/" />
7
      <xsd:import schemaLocation="http://192.168.0.24:8080/DataService.svc?xsd=xsd2" namespace="http://schemas.datacontract.org/2004/07/StationControllerService" />
8
    </xsd:schema>
9
  </wsdl:types>
10
  <wsdl:message name="IDataService_GET_SELECT_CONVERT_ITEM_InputMessage">
11
    <wsdl:part name="parameters" element="tns:GET_SELECT_CONVERT_ITEM" />
12
  </wsdl:message>
13
  <wsdl:message name="IDataService_GET_SELECT_CONVERT_ITEM_OutputMessage">
14
    <wsdl:part name="parameters" element="tns:GET_SELECT_CONVERT_ITEMResponse" />
15
  </wsdl:message>
16
  <wsdl:message name="IDataService_GET_SELECT_RERECONVERT_ITEM_InputMessage">
17
    <wsdl:part name="parameters" element="tns:GET_SELECT_RERECONVERT_ITEM" />
18
  </wsdl:message>
19
  <wsdl:message name="IDataService_GET_SELECT_RERECONVERT_ITEM_OutputMessage">
20
    <wsdl:part name="parameters" element="tns:GET_SELECT_RERECONVERT_ITEMResponse" />
21
  </wsdl:message>
22
  <wsdl:message name="IDataService_GET_SELECT_CONVERT_DELETE_InputMessage">
23
    <wsdl:part name="parameters" element="tns:GET_SELECT_CONVERT_DELETE" />
24
  </wsdl:message>
25
  <wsdl:message name="IDataService_GET_SELECT_CONVERT_DELETE_OutputMessage">
26
    <wsdl:part name="parameters" element="tns:GET_SELECT_CONVERT_DELETEResponse" />
27
  </wsdl:message>
28
  <wsdl:message name="IDataService_GET_SELECT_RUN_PROJECTS_InputMessage">
29
    <wsdl:part name="parameters" element="tns:GET_SELECT_RUN_PROJECTS" />
30
  </wsdl:message>
31
  <wsdl:message name="IDataService_GET_SELECT_RUN_PROJECTS_OutputMessage">
32
    <wsdl:part name="parameters" element="tns:GET_SELECT_RUN_PROJECTSResponse" />
33
  </wsdl:message>
34
  <wsdl:message name="IDataService_GET_SELECT_CONVERT_INSERT_InputMessage">
35
    <wsdl:part name="parameters" element="tns:GET_SELECT_CONVERT_INSERT" />
36
  </wsdl:message>
37
  <wsdl:message name="IDataService_GET_SELECT_CONVERT_INSERT_OutputMessage">
38
    <wsdl:part name="parameters" element="tns:GET_SELECT_CONVERT_INSERTResponse" />
39
  </wsdl:message>
40
  <wsdl:message name="IDataService_GET_SELECT_FINAL_PDF_ITEM_InputMessage">
41
    <wsdl:part name="parameters" element="tns:GET_SELECT_FINAL_PDF_ITEM" />
42
  </wsdl:message>
43
  <wsdl:message name="IDataService_GET_SELECT_FINAL_PDF_ITEM_OutputMessage">
44
    <wsdl:part name="parameters" element="tns:GET_SELECT_FINAL_PDF_ITEMResponse" />
45
  </wsdl:message>
46
  <wsdl:message name="IDataService_GET_SELECT_FINAL_PDF_DELETE_InputMessage">
47
    <wsdl:part name="parameters" element="tns:GET_SELECT_FINAL_PDF_DELETE" />
48
  </wsdl:message>
49
  <wsdl:message name="IDataService_GET_SELECT_FINAL_PDF_DELETE_OutputMessage">
50
    <wsdl:part name="parameters" element="tns:GET_SELECT_FINAL_PDF_DELETEResponse" />
51
  </wsdl:message>
52
  <wsdl:message name="IDataService_GET_SELECT_FINAL_PDF_INSERT_InputMessage">
53
    <wsdl:part name="parameters" element="tns:GET_SELECT_FINAL_PDF_INSERT" />
54
  </wsdl:message>
55
  <wsdl:message name="IDataService_GET_SELECT_FINAL_PDF_INSERT_OutputMessage">
56
    <wsdl:part name="parameters" element="tns:GET_SELECT_FINAL_PDF_INSERTResponse" />
57
  </wsdl:message>
58
  <wsdl:message name="IDataService_GET_FINALPDF_COUNT_InputMessage">
59
    <wsdl:part name="parameters" element="tns:GET_FINALPDF_COUNT" />
60
  </wsdl:message>
61
  <wsdl:message name="IDataService_GET_FINALPDF_COUNT_OutputMessage">
62
    <wsdl:part name="parameters" element="tns:GET_FINALPDF_COUNTResponse" />
63
  </wsdl:message>
64
  <wsdl:message name="IDataService_GET_CONVERT_COUNT_InputMessage">
65
    <wsdl:part name="parameters" element="tns:GET_CONVERT_COUNT" />
66
  </wsdl:message>
67
  <wsdl:message name="IDataService_GET_CONVERT_COUNT_OutputMessage">
68
    <wsdl:part name="parameters" element="tns:GET_CONVERT_COUNTResponse" />
69
  </wsdl:message>
70
  <wsdl:portType name="IDataService">
71
    <wsdl:operation name="GET_SELECT_CONVERT_ITEM">
72
      <wsdl:input wsaw:Action="http://tempuri.org/IDataService/GET_SELECT_CONVERT_ITEM" message="tns:IDataService_GET_SELECT_CONVERT_ITEM_InputMessage" />
73
      <wsdl:output wsaw:Action="http://tempuri.org/IDataService/GET_SELECT_CONVERT_ITEMResponse" message="tns:IDataService_GET_SELECT_CONVERT_ITEM_OutputMessage" />
74
    </wsdl:operation>
75
    <wsdl:operation name="GET_SELECT_RERECONVERT_ITEM">
76
      <wsdl:input wsaw:Action="http://tempuri.org/IDataService/GET_SELECT_RERECONVERT_ITEM" message="tns:IDataService_GET_SELECT_RERECONVERT_ITEM_InputMessage" />
77
      <wsdl:output wsaw:Action="http://tempuri.org/IDataService/GET_SELECT_RERECONVERT_ITEMResponse" message="tns:IDataService_GET_SELECT_RERECONVERT_ITEM_OutputMessage" />
78
    </wsdl:operation>
79
    <wsdl:operation name="GET_SELECT_CONVERT_DELETE">
80
      <wsdl:input wsaw:Action="http://tempuri.org/IDataService/GET_SELECT_CONVERT_DELETE" message="tns:IDataService_GET_SELECT_CONVERT_DELETE_InputMessage" />
81
      <wsdl:output wsaw:Action="http://tempuri.org/IDataService/GET_SELECT_CONVERT_DELETEResponse" message="tns:IDataService_GET_SELECT_CONVERT_DELETE_OutputMessage" />
82
    </wsdl:operation>
83
    <wsdl:operation name="GET_SELECT_RUN_PROJECTS">
84
      <wsdl:input wsaw:Action="http://tempuri.org/IDataService/GET_SELECT_RUN_PROJECTS" message="tns:IDataService_GET_SELECT_RUN_PROJECTS_InputMessage" />
85
      <wsdl:output wsaw:Action="http://tempuri.org/IDataService/GET_SELECT_RUN_PROJECTSResponse" message="tns:IDataService_GET_SELECT_RUN_PROJECTS_OutputMessage" />
86
    </wsdl:operation>
87
    <wsdl:operation name="GET_SELECT_CONVERT_INSERT">
88
      <wsdl:input wsaw:Action="http://tempuri.org/IDataService/GET_SELECT_CONVERT_INSERT" message="tns:IDataService_GET_SELECT_CONVERT_INSERT_InputMessage" />
89
      <wsdl:output wsaw:Action="http://tempuri.org/IDataService/GET_SELECT_CONVERT_INSERTResponse" message="tns:IDataService_GET_SELECT_CONVERT_INSERT_OutputMessage" />
90
    </wsdl:operation>
91
    <wsdl:operation name="GET_SELECT_FINAL_PDF_ITEM">
92
      <wsdl:input wsaw:Action="http://tempuri.org/IDataService/GET_SELECT_FINAL_PDF_ITEM" message="tns:IDataService_GET_SELECT_FINAL_PDF_ITEM_InputMessage" />
93
      <wsdl:output wsaw:Action="http://tempuri.org/IDataService/GET_SELECT_FINAL_PDF_ITEMResponse" message="tns:IDataService_GET_SELECT_FINAL_PDF_ITEM_OutputMessage" />
94
    </wsdl:operation>
95
    <wsdl:operation name="GET_SELECT_FINAL_PDF_DELETE">
96
      <wsdl:input wsaw:Action="http://tempuri.org/IDataService/GET_SELECT_FINAL_PDF_DELETE" message="tns:IDataService_GET_SELECT_FINAL_PDF_DELETE_InputMessage" />
97
      <wsdl:output wsaw:Action="http://tempuri.org/IDataService/GET_SELECT_FINAL_PDF_DELETEResponse" message="tns:IDataService_GET_SELECT_FINAL_PDF_DELETE_OutputMessage" />
98
    </wsdl:operation>
99
    <wsdl:operation name="GET_SELECT_FINAL_PDF_INSERT">
100
      <wsdl:input wsaw:Action="http://tempuri.org/IDataService/GET_SELECT_FINAL_PDF_INSERT" message="tns:IDataService_GET_SELECT_FINAL_PDF_INSERT_InputMessage" />
101
      <wsdl:output wsaw:Action="http://tempuri.org/IDataService/GET_SELECT_FINAL_PDF_INSERTResponse" message="tns:IDataService_GET_SELECT_FINAL_PDF_INSERT_OutputMessage" />
102
    </wsdl:operation>
103
    <wsdl:operation name="GET_FINALPDF_COUNT">
104
      <wsdl:input wsaw:Action="http://tempuri.org/IDataService/GET_FINALPDF_COUNT" message="tns:IDataService_GET_FINALPDF_COUNT_InputMessage" />
105
      <wsdl:output wsaw:Action="http://tempuri.org/IDataService/GET_FINALPDF_COUNTResponse" message="tns:IDataService_GET_FINALPDF_COUNT_OutputMessage" />
106
    </wsdl:operation>
107
    <wsdl:operation name="GET_CONVERT_COUNT">
108
      <wsdl:input wsaw:Action="http://tempuri.org/IDataService/GET_CONVERT_COUNT" message="tns:IDataService_GET_CONVERT_COUNT_InputMessage" />
109
      <wsdl:output wsaw:Action="http://tempuri.org/IDataService/GET_CONVERT_COUNTResponse" message="tns:IDataService_GET_CONVERT_COUNT_OutputMessage" />
110
    </wsdl:operation>
111
  </wsdl:portType>
112
  <wsdl:binding name="BasicHttpBinding_IDataService" type="tns:IDataService">
113
    <soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
114
    <wsdl:operation name="GET_SELECT_CONVERT_ITEM">
115
      <soap:operation soapAction="http://tempuri.org/IDataService/GET_SELECT_CONVERT_ITEM" style="document" />
116
      <wsdl:input>
117
        <soap:body use="literal" />
118
      </wsdl:input>
119
      <wsdl:output>
120
        <soap:body use="literal" />
121
      </wsdl:output>
122
    </wsdl:operation>
123
    <wsdl:operation name="GET_SELECT_RERECONVERT_ITEM">
124
      <soap:operation soapAction="http://tempuri.org/IDataService/GET_SELECT_RERECONVERT_ITEM" style="document" />
125
      <wsdl:input>
126
        <soap:body use="literal" />
127
      </wsdl:input>
128
      <wsdl:output>
129
        <soap:body use="literal" />
130
      </wsdl:output>
131
    </wsdl:operation>
132
    <wsdl:operation name="GET_SELECT_CONVERT_DELETE">
133
      <soap:operation soapAction="http://tempuri.org/IDataService/GET_SELECT_CONVERT_DELETE" style="document" />
134
      <wsdl:input>
135
        <soap:body use="literal" />
136
      </wsdl:input>
137
      <wsdl:output>
138
        <soap:body use="literal" />
139
      </wsdl:output>
140
    </wsdl:operation>
141
    <wsdl:operation name="GET_SELECT_RUN_PROJECTS">
142
      <soap:operation soapAction="http://tempuri.org/IDataService/GET_SELECT_RUN_PROJECTS" style="document" />
143
      <wsdl:input>
144
        <soap:body use="literal" />
145
      </wsdl:input>
146
      <wsdl:output>
147
        <soap:body use="literal" />
148
      </wsdl:output>
149
    </wsdl:operation>
150
    <wsdl:operation name="GET_SELECT_CONVERT_INSERT">
151
      <soap:operation soapAction="http://tempuri.org/IDataService/GET_SELECT_CONVERT_INSERT" style="document" />
152
      <wsdl:input>
153
        <soap:body use="literal" />
154
      </wsdl:input>
155
      <wsdl:output>
156
        <soap:body use="literal" />
157
      </wsdl:output>
158
    </wsdl:operation>
159
    <wsdl:operation name="GET_SELECT_FINAL_PDF_ITEM">
160
      <soap:operation soapAction="http://tempuri.org/IDataService/GET_SELECT_FINAL_PDF_ITEM" style="document" />
161
      <wsdl:input>
162
        <soap:body use="literal" />
163
      </wsdl:input>
164
      <wsdl:output>
165
        <soap:body use="literal" />
166
      </wsdl:output>
167
    </wsdl:operation>
168
    <wsdl:operation name="GET_SELECT_FINAL_PDF_DELETE">
169
      <soap:operation soapAction="http://tempuri.org/IDataService/GET_SELECT_FINAL_PDF_DELETE" style="document" />
170
      <wsdl:input>
171
        <soap:body use="literal" />
172
      </wsdl:input>
173
      <wsdl:output>
174
        <soap:body use="literal" />
175
      </wsdl:output>
176
    </wsdl:operation>
177
    <wsdl:operation name="GET_SELECT_FINAL_PDF_INSERT">
178
      <soap:operation soapAction="http://tempuri.org/IDataService/GET_SELECT_FINAL_PDF_INSERT" style="document" />
179
      <wsdl:input>
180
        <soap:body use="literal" />
181
      </wsdl:input>
182
      <wsdl:output>
183
        <soap:body use="literal" />
184
      </wsdl:output>
185
    </wsdl:operation>
186
    <wsdl:operation name="GET_FINALPDF_COUNT">
187
      <soap:operation soapAction="http://tempuri.org/IDataService/GET_FINALPDF_COUNT" style="document" />
188
      <wsdl:input>
189
        <soap:body use="literal" />
190
      </wsdl:input>
191
      <wsdl:output>
192
        <soap:body use="literal" />
193
      </wsdl:output>
194
    </wsdl:operation>
195
    <wsdl:operation name="GET_CONVERT_COUNT">
196
      <soap:operation soapAction="http://tempuri.org/IDataService/GET_CONVERT_COUNT" style="document" />
197
      <wsdl:input>
198
        <soap:body use="literal" />
199
      </wsdl:input>
200
      <wsdl:output>
201
        <soap:body use="literal" />
202
      </wsdl:output>
203
    </wsdl:operation>
204
  </wsdl:binding>
205
  <wsdl:service name="DataService">
206
    <wsdl:port name="BasicHttpBinding_IDataService" binding="tns:BasicHttpBinding_IDataService">
207
      <soap:address location="http://192.168.0.24:8080/DataService.svc" />
208
    </wsdl:port>
209
  </wsdl:service>
210
</wsdl:definitions>
ConvertService/ServiceBase/Markus.Service.StationController/Connected Services/ServiceReference1/DataService3.xsd
1
<?xml version="1.0" encoding="utf-8"?>
2
<xs:schema xmlns:tns="http://tempuri.org/" elementFormDefault="qualified" targetNamespace="http://tempuri.org/" xmlns:xs="http://www.w3.org/2001/XMLSchema">
3
  <xs:import schemaLocation="http://192.168.0.24:8080/DataService.svc?xsd=xsd2" namespace="http://schemas.datacontract.org/2004/07/StationControllerService" />
4
  <xs:element name="GET_SELECT_CONVERT_ITEM">
5
    <xs:complexType>
6
      <xs:sequence>
7
        <xs:element minOccurs="0" name="p_ID" nillable="true" type="xs:string" />
8
        <xs:element minOccurs="0" name="p_PROJECT_NO" nillable="true" type="xs:string" />
9
        <xs:element minOccurs="0" name="p_DOCUMENT_ID" nillable="true" type="xs:string" />
10
        <xs:element minOccurs="0" name="p_STATUS" nillable="true" type="xs:int" />
11
        <xs:element minOccurs="0" name="p_TAKE_COUNT" nillable="true" type="xs:int" />
12
        <xs:element minOccurs="0" name="p_BEGIN_CREATE_DATETIME" nillable="true" type="xs:dateTime" />
13
        <xs:element minOccurs="0" name="p_FINISH_CREATE_DATETIME" nillable="true" type="xs:dateTime" />
14
        <xs:element minOccurs="0" name="p_BEGIN_START_DATETIE" nillable="true" type="xs:dateTime" />
15
        <xs:element minOccurs="0" name="p_FINISH_START_DATETIME" nillable="true" type="xs:dateTime" />
16
        <xs:element minOccurs="0" name="p_BEGIN_END_DATETIME" nillable="true" type="xs:dateTime" />
17
        <xs:element minOccurs="0" name="p_FINISH_END_DATETIME" nillable="true" type="xs:dateTime" />
18
        <xs:element minOccurs="0" name="p_GROUP_NO" nillable="true" type="xs:string" />
19
        <xs:element minOccurs="0" name="p_DOCUMENT_NAME" nillable="true" type="xs:string" />
20
        <xs:element minOccurs="0" name="p_DOCUMENT_NO" nillable="true" type="xs:string" />
21
        <xs:element minOccurs="0" name="p_REVISION" nillable="true" type="xs:string" />
22
        <xs:element minOccurs="0" name="p_SERVICE_ID" nillable="true" type="xs:string" />
23
        <xs:element minOccurs="0" name="p_RECONVERTER" nillable="true" type="xs:int" />
24
        <xs:element minOccurs="0" name="p_DOCUMENT_URL" nillable="true" type="xs:string" />
25
        <xs:element minOccurs="0" name="p_ExcptionCheck" nillable="true" type="xs:boolean" />
26
      </xs:sequence>
27
    </xs:complexType>
28
  </xs:element>
29
  <xs:element name="GET_SELECT_CONVERT_ITEMResponse">
30
    <xs:complexType>
31
      <xs:sequence>
32
        <xs:element xmlns:q1="http://schemas.datacontract.org/2004/07/StationControllerService" minOccurs="0" name="GET_SELECT_CONVERT_ITEMResult" nillable="true" type="q1:ArrayOfSELECT_CONVERT_ITEM_Result" />
33
      </xs:sequence>
34
    </xs:complexType>
35
  </xs:element>
36
  <xs:element name="GET_SELECT_RERECONVERT_ITEM">
37
    <xs:complexType>
38
      <xs:sequence>
39
        <xs:element minOccurs="0" name="p_ID" nillable="true" type="xs:string" />
40
        <xs:element minOccurs="0" name="p_RECONVERTER" nillable="true" type="xs:int" />
41
        <xs:element minOccurs="0" name="p_CREATE_DATETIME" nillable="true" type="xs:dateTime" />
42
        <xs:element minOccurs="0" name="p_STATUS" nillable="true" type="xs:int" />
43
        <xs:element minOccurs="0" name="p_END_DATETIME" nillable="true" type="xs:dateTime" />
44
      </xs:sequence>
45
    </xs:complexType>
46
  </xs:element>
47
  <xs:element name="GET_SELECT_RERECONVERT_ITEMResponse">
48
    <xs:complexType>
49
      <xs:sequence>
50
        <xs:element minOccurs="0" name="GET_SELECT_RERECONVERT_ITEMResult" type="xs:int" />
51
      </xs:sequence>
52
    </xs:complexType>
53
  </xs:element>
54
  <xs:element name="GET_SELECT_CONVERT_DELETE">
55
    <xs:complexType>
56
      <xs:sequence>
57
        <xs:element minOccurs="0" name="p_ID" nillable="true" type="xs:string" />
58
      </xs:sequence>
59
    </xs:complexType>
60
  </xs:element>
61
  <xs:element name="GET_SELECT_CONVERT_DELETEResponse">
62
    <xs:complexType>
63
      <xs:sequence>
64
        <xs:element minOccurs="0" name="GET_SELECT_CONVERT_DELETEResult" type="xs:int" />
65
      </xs:sequence>
66
    </xs:complexType>
67
  </xs:element>
68
  <xs:element name="GET_SELECT_RUN_PROJECTS">
69
    <xs:complexType>
70
      <xs:sequence>
71
        <xs:element minOccurs="0" name="p_RUN_PROJECTS" type="xs:int" />
72
      </xs:sequence>
73
    </xs:complexType>
74
  </xs:element>
75
  <xs:element name="GET_SELECT_RUN_PROJECTSResponse">
76
    <xs:complexType>
77
      <xs:sequence>
78
        <xs:element xmlns:q2="http://schemas.datacontract.org/2004/07/StationControllerService" minOccurs="0" name="GET_SELECT_RUN_PROJECTSResult" nillable="true" type="q2:ArrayOfSELECT_RUN_PROJECTS_Result" />
79
      </xs:sequence>
80
    </xs:complexType>
81
  </xs:element>
82
  <xs:element name="GET_SELECT_CONVERT_INSERT">
83
    <xs:complexType>
84
      <xs:sequence>
85
        <xs:element minOccurs="0" name="p_ID" nillable="true" type="xs:string" />
86
        <xs:element minOccurs="0" name="p_PROJECT_NO" nillable="true" type="xs:string" />
87
        <xs:element minOccurs="0" name="p_DOCUMENT_URL" nillable="true" type="xs:string" />
88
        <xs:element minOccurs="0" name="p_DOCUMENT_ID" nillable="true" type="xs:string" />
89
      </xs:sequence>
90
    </xs:complexType>
91
  </xs:element>
92
  <xs:element name="GET_SELECT_CONVERT_INSERTResponse">
93
    <xs:complexType>
94
      <xs:sequence>
95
        <xs:element minOccurs="0" name="GET_SELECT_CONVERT_INSERTResult" type="xs:int" />
96
      </xs:sequence>
97
    </xs:complexType>
98
  </xs:element>
99
  <xs:element name="GET_SELECT_FINAL_PDF_ITEM">
100
    <xs:complexType>
101
      <xs:sequence>
102
        <xs:element minOccurs="0" name="p_ID" nillable="true" type="xs:string" />
103
        <xs:element minOccurs="0" name="p_PROJECT_NO" nillable="true" type="xs:string" />
104
        <xs:element minOccurs="0" name="p_DOCUMENT_ID" nillable="true" type="xs:string" />
105
        <xs:element minOccurs="0" name="p_MARKUPINFO_ID" nillable="true" type="xs:string" />
106
        <xs:element minOccurs="0" name="p_DOCINFO_ID" nillable="true" type="xs:string" />
107
        <xs:element minOccurs="0" name="p_DOCUMENT_NAME" nillable="true" type="xs:string" />
108
        <xs:element minOccurs="0" name="p_DOCUMENT_NO" nillable="true" type="xs:string" />
109
        <xs:element minOccurs="0" name="p_CREATE_USER_ID" nillable="true" type="xs:string" />
110
        <xs:element minOccurs="0" name="p_STATUS" nillable="true" type="xs:int" />
111
        <xs:element minOccurs="0" name="p_TAKE_COUNT" nillable="true" type="xs:int" />
112
        <xs:element minOccurs="0" name="p_GROUP_NO" nillable="true" type="xs:string" />
113
        <xs:element minOccurs="0" name="p_REVISION" nillable="true" type="xs:string" />
114
        <xs:element minOccurs="0" name="p_BEGIN_CREATE_DATETIME" nillable="true" type="xs:dateTime" />
115
        <xs:element minOccurs="0" name="p_FINISH_CREATE_DATETIME" nillable="true" type="xs:dateTime" />
116
        <xs:element minOccurs="0" name="p_BEGIN_START_DATETIE" nillable="true" type="xs:dateTime" />
117
        <xs:element minOccurs="0" name="p_FINISH_START_DATETIME" nillable="true" type="xs:dateTime" />
118
        <xs:element minOccurs="0" name="p_BEGIN_END_DATETIME" nillable="true" type="xs:dateTime" />
119
        <xs:element minOccurs="0" name="p_FINISH_END_DATETIME" nillable="true" type="xs:dateTime" />
120
        <xs:element minOccurs="0" name="p_DOCUMENT_URL" nillable="true" type="xs:string" />
121
        <xs:element minOccurs="0" name="p_ExcptionCheck" nillable="true" type="xs:boolean" />
122
      </xs:sequence>
123
    </xs:complexType>
124
  </xs:element>
125
  <xs:element name="GET_SELECT_FINAL_PDF_ITEMResponse">
126
    <xs:complexType>
127
      <xs:sequence>
128
        <xs:element xmlns:q3="http://schemas.datacontract.org/2004/07/StationControllerService" minOccurs="0" name="GET_SELECT_FINAL_PDF_ITEMResult" nillable="true" type="q3:ArrayOfSELECT_FINAL_PDF_ITEM_Result" />
129
      </xs:sequence>
130
    </xs:complexType>
131
  </xs:element>
132
  <xs:element name="GET_SELECT_FINAL_PDF_DELETE">
133
    <xs:complexType>
134
      <xs:sequence>
135
        <xs:element minOccurs="0" name="p_ID" nillable="true" type="xs:string" />
136
      </xs:sequence>
137
    </xs:complexType>
138
  </xs:element>
139
  <xs:element name="GET_SELECT_FINAL_PDF_DELETEResponse">
140
    <xs:complexType>
141
      <xs:sequence>
142
        <xs:element minOccurs="0" name="GET_SELECT_FINAL_PDF_DELETEResult" type="xs:int" />
143
      </xs:sequence>
144
    </xs:complexType>
145
  </xs:element>
146
  <xs:element name="GET_SELECT_FINAL_PDF_INSERT">
147
    <xs:complexType>
148
      <xs:sequence>
149
        <xs:element minOccurs="0" name="p_ID" nillable="true" type="xs:string" />
150
        <xs:element minOccurs="0" name="p_PROJECT_NO" nillable="true" type="xs:string" />
151
        <xs:element minOccurs="0" name="p_DOCUMENT_URL" nillable="true" type="xs:string" />
152
        <xs:element minOccurs="0" name="p_DOCUMENT_ID" nillable="true" type="xs:string" />
153
      </xs:sequence>
154
    </xs:complexType>
155
  </xs:element>
156
  <xs:element name="GET_SELECT_FINAL_PDF_INSERTResponse">
157
    <xs:complexType>
158
      <xs:sequence>
159
        <xs:element minOccurs="0" name="GET_SELECT_FINAL_PDF_INSERTResult" type="xs:int" />
160
      </xs:sequence>
161
    </xs:complexType>
162
  </xs:element>
163
  <xs:element name="GET_FINALPDF_COUNT">
164
    <xs:complexType>
165
      <xs:sequence>
166
        <xs:element minOccurs="0" name="p_STATUS" nillable="true" type="xs:int" />
167
        <xs:element minOccurs="0" name="p_BEGIN_CREATE_DATETIME" nillable="true" type="xs:dateTime" />
168
        <xs:element minOccurs="0" name="p_FINISH_CREATE_DATETIME" nillable="true" type="xs:dateTime" />
169
      </xs:sequence>
170
    </xs:complexType>
171
  </xs:element>
172
  <xs:element name="GET_FINALPDF_COUNTResponse">
173
    <xs:complexType>
174
      <xs:sequence>
175
        <xs:element xmlns:q4="http://schemas.datacontract.org/2004/07/StationControllerService" minOccurs="0" name="GET_FINALPDF_COUNTResult" nillable="true" type="q4:ArrayOfFINALPDF_COUNT_Result" />
176
      </xs:sequence>
177
    </xs:complexType>
178
  </xs:element>
179
  <xs:element name="GET_CONVERT_COUNT">
180
    <xs:complexType>
181
      <xs:sequence>
182
        <xs:element minOccurs="0" name="p_STATUS" nillable="true" type="xs:int" />
183
        <xs:element minOccurs="0" name="p_BEGIN_CREATE_DATETIME" nillable="true" type="xs:dateTime" />
184
        <xs:element minOccurs="0" name="p_FINISH_CREATE_DATETIME" nillable="true" type="xs:dateTime" />
185
      </xs:sequence>
186
    </xs:complexType>
187
  </xs:element>
188
  <xs:element name="GET_CONVERT_COUNTResponse">
189
    <xs:complexType>
190
      <xs:sequence>
191
        <xs:element xmlns:q5="http://schemas.datacontract.org/2004/07/StationControllerService" minOccurs="0" name="GET_CONVERT_COUNTResult" nillable="true" type="q5:ArrayOfCONVERT_COUNT_Result" />
192
      </xs:sequence>
193
    </xs:complexType>
194
  </xs:element>
195
</xs:schema>
ConvertService/ServiceBase/Markus.Service.StationController/Connected Services/ServiceReference1/DataService31.xsd
1
<?xml version="1.0" encoding="utf-8"?>
2
<xs:schema xmlns:tns="http://schemas.microsoft.com/2003/10/Serialization/" attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://schemas.microsoft.com/2003/10/Serialization/" xmlns:xs="http://www.w3.org/2001/XMLSchema">
3
  <xs:element name="anyType" nillable="true" type="xs:anyType" />
4
  <xs:element name="anyURI" nillable="true" type="xs:anyURI" />
5
  <xs:element name="base64Binary" nillable="true" type="xs:base64Binary" />
6
  <xs:element name="boolean" nillable="true" type="xs:boolean" />
7
  <xs:element name="byte" nillable="true" type="xs:byte" />
8
  <xs:element name="dateTime" nillable="true" type="xs:dateTime" />
9
  <xs:element name="decimal" nillable="true" type="xs:decimal" />
10
  <xs:element name="double" nillable="true" type="xs:double" />
11
  <xs:element name="float" nillable="true" type="xs:float" />
12
  <xs:element name="int" nillable="true" type="xs:int" />
13
  <xs:element name="long" nillable="true" type="xs:long" />
14
  <xs:element name="QName" nillable="true" type="xs:QName" />
15
  <xs:element name="short" nillable="true" type="xs:short" />
16
  <xs:element name="string" nillable="true" type="xs:string" />
17
  <xs:element name="unsignedByte" nillable="true" type="xs:unsignedByte" />
18
  <xs:element name="unsignedInt" nillable="true" type="xs:unsignedInt" />
19
  <xs:element name="unsignedLong" nillable="true" type="xs:unsignedLong" />
20
  <xs:element name="unsignedShort" nillable="true" type="xs:unsignedShort" />
21
  <xs:element name="char" nillable="true" type="tns:char" />
22
  <xs:simpleType name="char">
23
    <xs:restriction base="xs:int" />
24
  </xs:simpleType>
25
  <xs:element name="duration" nillable="true" type="tns:duration" />
26
  <xs:simpleType name="duration">
27
    <xs:restriction base="xs:duration">
28
      <xs:pattern value="\-?P(\d*D)?(T(\d*H)?(\d*M)?(\d*(\.\d*)?S)?)?" />
29
      <xs:minInclusive value="-P10675199DT2H48M5.4775808S" />
30
      <xs:maxInclusive value="P10675199DT2H48M5.4775807S" />
31
    </xs:restriction>
32
  </xs:simpleType>
33
  <xs:element name="guid" nillable="true" type="tns:guid" />
34
  <xs:simpleType name="guid">
35
    <xs:restriction base="xs:string">
36
      <xs:pattern value="[\da-fA-F]{8}-[\da-fA-F]{4}-[\da-fA-F]{4}-[\da-fA-F]{4}-[\da-fA-F]{12}" />
37
    </xs:restriction>
38
  </xs:simpleType>
39
  <xs:attribute name="FactoryType" type="xs:QName" />
40
  <xs:attribute name="Id" type="xs:ID" />
41
  <xs:attribute name="Ref" type="xs:IDREF" />
42
</xs:schema>
ConvertService/ServiceBase/Markus.Service.StationController/Connected Services/ServiceReference1/DataService32.xsd
1
<?xml version="1.0" encoding="utf-8"?>
2
<xs:schema xmlns:tns="http://schemas.datacontract.org/2004/07/StationControllerService" elementFormDefault="qualified" targetNamespace="http://schemas.datacontract.org/2004/07/StationControllerService" xmlns:xs="http://www.w3.org/2001/XMLSchema">
3
  <xs:complexType name="ArrayOfSELECT_CONVERT_ITEM_Result">
4
    <xs:sequence>
5
      <xs:element minOccurs="0" maxOccurs="unbounded" name="SELECT_CONVERT_ITEM_Result" nillable="true" type="tns:SELECT_CONVERT_ITEM_Result" />
6
    </xs:sequence>
7
  </xs:complexType>
8
  <xs:element name="ArrayOfSELECT_CONVERT_ITEM_Result" nillable="true" type="tns:ArrayOfSELECT_CONVERT_ITEM_Result" />
9
  <xs:complexType name="SELECT_CONVERT_ITEM_Result">
10
    <xs:sequence>
11
      <xs:element minOccurs="0" name="CONVERT_PATH" nillable="true" type="xs:string" />
12
      <xs:element minOccurs="0" name="CREATE_DATETIME" type="xs:dateTime" />
13
      <xs:element minOccurs="0" name="CURRENT_PAGE" type="xs:int" />
14
      <xs:element minOccurs="0" name="DOCUMENT_ID" nillable="true" type="xs:string" />
15
      <xs:element minOccurs="0" name="DOCUMENT_NAME" nillable="true" type="xs:string" />
16
      <xs:element minOccurs="0" name="DOCUMENT_NO" nillable="true" type="xs:string" />
17
      <xs:element minOccurs="0" name="DOCUMENT_URL" nillable="true" type="xs:string" />
18
      <xs:element minOccurs="0" name="END_DATETIME" nillable="true" type="xs:dateTime" />
19
      <xs:element minOccurs="0" name="EXCEPTION" nillable="true" type="xs:string" />
20
      <xs:element minOccurs="0" name="GROUP_NO" nillable="true" type="xs:string" />
21
      <xs:element minOccurs="0" name="ID" nillable="true" type="xs:string" />
22
      <xs:element minOccurs="0" name="PROJECT_NO" nillable="true" type="xs:string" />
23
      <xs:element minOccurs="0" name="PROPERTIES_VALUE" nillable="true" type="xs:string" />
24
      <xs:element minOccurs="0" name="RECONVERTER" nillable="true" type="xs:int" />
25
      <xs:element minOccurs="0" name="RESULT" nillable="true" type="xs:string" />
26
      <xs:element minOccurs="0" name="RESULT_FILE" nillable="true" type="xs:string" />
27
      <xs:element minOccurs="0" name="REVISION" nillable="true" type="xs:string" />
28
      <xs:element minOccurs="0" name="SERVICE_ID" nillable="true" type="xs:string" />
29
      <xs:element minOccurs="0" name="START_DATETIME" nillable="true" type="xs:dateTime" />
30
      <xs:element minOccurs="0" name="STATUS" type="xs:int" />
31
      <xs:element minOccurs="0" name="TOTAL_PAGE" type="xs:int" />
32
    </xs:sequence>
33
  </xs:complexType>
34
  <xs:element name="SELECT_CONVERT_ITEM_Result" nillable="true" type="tns:SELECT_CONVERT_ITEM_Result" />
35
  <xs:complexType name="ArrayOfSELECT_RUN_PROJECTS_Result">
36
    <xs:sequence>
37
      <xs:element minOccurs="0" maxOccurs="unbounded" name="SELECT_RUN_PROJECTS_Result" nillable="true" type="tns:SELECT_RUN_PROJECTS_Result" />
38
    </xs:sequence>
39
  </xs:complexType>
40
  <xs:element name="ArrayOfSELECT_RUN_PROJECTS_Result" nillable="true" type="tns:ArrayOfSELECT_RUN_PROJECTS_Result" />
41
  <xs:complexType name="SELECT_RUN_PROJECTS_Result">
42
    <xs:sequence>
43
      <xs:element minOccurs="0" name="PROJECT_NAME" nillable="true" type="xs:string" />
44
      <xs:element minOccurs="0" name="PROJECT_NO" nillable="true" type="xs:string" />
45
    </xs:sequence>
46
  </xs:complexType>
47
  <xs:element name="SELECT_RUN_PROJECTS_Result" nillable="true" type="tns:SELECT_RUN_PROJECTS_Result" />
48
  <xs:complexType name="ArrayOfSELECT_FINAL_PDF_ITEM_Result">
49
    <xs:sequence>
50
      <xs:element minOccurs="0" maxOccurs="unbounded" name="SELECT_FINAL_PDF_ITEM_Result" nillable="true" type="tns:SELECT_FINAL_PDF_ITEM_Result" />
51
    </xs:sequence>
52
  </xs:complexType>
53
  <xs:element name="ArrayOfSELECT_FINAL_PDF_ITEM_Result" nillable="true" type="tns:ArrayOfSELECT_FINAL_PDF_ITEM_Result" />
54
  <xs:complexType name="SELECT_FINAL_PDF_ITEM_Result">
55
    <xs:sequence>
56
      <xs:element minOccurs="0" name="CONVERT_PATH" nillable="true" type="xs:string" />
57
      <xs:element minOccurs="0" name="CREATE_DATETIME" type="xs:dateTime" />
58
      <xs:element minOccurs="0" name="CREATE_USER_ID" nillable="true" type="xs:string" />
59
      <xs:element minOccurs="0" name="CURRENT_PAGE" type="xs:int" />
60
      <xs:element minOccurs="0" name="DOCINFO_ID" nillable="true" type="xs:string" />
61
      <xs:element minOccurs="0" name="DOCUMENT_ID" nillable="true" type="xs:string" />
62
      <xs:element minOccurs="0" name="DOCUMENT_NAME" nillable="true" type="xs:string" />
63
      <xs:element minOccurs="0" name="DOCUMENT_NO" nillable="true" type="xs:string" />
64
      <xs:element minOccurs="0" name="END_DATETIME" nillable="true" type="xs:dateTime" />
65
      <xs:element minOccurs="0" name="EXCEPTION" nillable="true" type="xs:string" />
66
      <xs:element minOccurs="0" name="GROUP_NO" nillable="true" type="xs:string" />
67
      <xs:element minOccurs="0" name="ID" nillable="true" type="xs:string" />
68
      <xs:element minOccurs="0" name="MARKUPINFO_ID" nillable="true" type="xs:string" />
69
      <xs:element minOccurs="0" name="ORIGINAL_FILE" nillable="true" type="xs:string" />
70
      <xs:element minOccurs="0" name="PROJECT_NO" nillable="true" type="xs:string" />
71
      <xs:element minOccurs="0" name="PROPERTIES_VALUE" nillable="true" type="xs:string" />
72
      <xs:element minOccurs="0" name="RESULT" nillable="true" type="xs:string" />
73
      <xs:element minOccurs="0" name="RESULT_FILE" nillable="true" type="xs:string" />
74
      <xs:element minOccurs="0" name="REVISION" nillable="true" type="xs:string" />
75
      <xs:element minOccurs="0" name="START_DATETIME" nillable="true" type="xs:dateTime" />
76
      <xs:element minOccurs="0" name="STATUS" type="xs:int" />
77
      <xs:element minOccurs="0" name="TOTAL_PAGE" type="xs:int" />
78
    </xs:sequence>
79
  </xs:complexType>
80
  <xs:element name="SELECT_FINAL_PDF_ITEM_Result" nillable="true" type="tns:SELECT_FINAL_PDF_ITEM_Result" />
81
  <xs:complexType name="ArrayOfFINALPDF_COUNT_Result">
82
    <xs:sequence>
83
      <xs:element minOccurs="0" maxOccurs="unbounded" name="FINALPDF_COUNT_Result" nillable="true" type="tns:FINALPDF_COUNT_Result" />
84
    </xs:sequence>
85
  </xs:complexType>
86
  <xs:element name="ArrayOfFINALPDF_COUNT_Result" nillable="true" type="tns:ArrayOfFINALPDF_COUNT_Result" />
87
  <xs:complexType name="FINALPDF_COUNT_Result">
88
    <xs:sequence>
89
      <xs:element minOccurs="0" name="COUNT" nillable="true" type="xs:int" />
90
      <xs:element minOccurs="0" name="EXCEPTION_COUNT" nillable="true" type="xs:int" />
91
      <xs:element minOccurs="0" name="PROJECT_NO" nillable="true" type="xs:string" />
92
    </xs:sequence>
93
  </xs:complexType>
94
  <xs:element name="FINALPDF_COUNT_Result" nillable="true" type="tns:FINALPDF_COUNT_Result" />
95
  <xs:complexType name="ArrayOfCONVERT_COUNT_Result">
96
    <xs:sequence>
97
      <xs:element minOccurs="0" maxOccurs="unbounded" name="CONVERT_COUNT_Result" nillable="true" type="tns:CONVERT_COUNT_Result" />
98
    </xs:sequence>
99
  </xs:complexType>
100
  <xs:element name="ArrayOfCONVERT_COUNT_Result" nillable="true" type="tns:ArrayOfCONVERT_COUNT_Result" />
101
  <xs:complexType name="CONVERT_COUNT_Result">
102
    <xs:sequence>
103
      <xs:element minOccurs="0" name="COUNT" nillable="true" type="xs:int" />
104
      <xs:element minOccurs="0" name="EXCEPTION_COUNT" nillable="true" type="xs:int" />
105
      <xs:element minOccurs="0" name="PROJECT_NO" nillable="true" type="xs:string" />
106
    </xs:sequence>
107
  </xs:complexType>
108
  <xs:element name="CONVERT_COUNT_Result" nillable="true" type="tns:CONVERT_COUNT_Result" />
109
</xs:schema>
ConvertService/ServiceBase/Markus.Service.StationController/Connected Services/ServiceReference1/Reference.cs
1
//------------------------------------------------------------------------------
2
// <auto-generated>
3
//     이 코드는 도구를 사용하여 생성되었습니다.
4
//     런타임 버전:4.0.30319.42000
5
//
6
//     파일 내용을 변경하면 잘못된 동작이 발생할 수 있으며, 코드를 다시 생성하면
7
//     이러한 변경 내용이 손실됩니다.
8
// </auto-generated>
9
//------------------------------------------------------------------------------
10

  
11
namespace Markus.Service.StationController.ServiceReference1 {
12
    
13
    
14
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
15
    [System.ServiceModel.ServiceContractAttribute(ConfigurationName="ServiceReference1.IDataService")]
16
    public interface IDataService {
17
        
18
        [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IDataService/GET_SELECT_CONVERT_ITEM", ReplyAction="http://tempuri.org/IDataService/GET_SELECT_CONVERT_ITEMResponse")]
19
        Markus.Service.WcfClient.ServiceReference1.SELECT_CONVERT_ITEM_Result[] GET_SELECT_CONVERT_ITEM(
20
                    string p_ID, 
21
                    string p_PROJECT_NO, 
22
                    string p_DOCUMENT_ID, 
23
                    System.Nullable<int> p_STATUS, 
24
                    System.Nullable<int> p_TAKE_COUNT, 
25
                    System.Nullable<System.DateTime> p_BEGIN_CREATE_DATETIME, 
26
                    System.Nullable<System.DateTime> p_FINISH_CREATE_DATETIME, 
27
                    System.Nullable<System.DateTime> p_BEGIN_START_DATETIE, 
28
                    System.Nullable<System.DateTime> p_FINISH_START_DATETIME, 
29
                    System.Nullable<System.DateTime> p_BEGIN_END_DATETIME, 
30
                    System.Nullable<System.DateTime> p_FINISH_END_DATETIME, 
31
                    string p_GROUP_NO, 
32
                    string p_DOCUMENT_NAME, 
33
                    string p_DOCUMENT_NO, 
34
                    string p_REVISION, 
35
                    string p_SERVICE_ID, 
36
                    System.Nullable<int> p_RECONVERTER, 
37
                    string p_DOCUMENT_URL, 
38
                    System.Nullable<bool> p_ExcptionCheck);
39
        
40
        [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IDataService/GET_SELECT_CONVERT_ITEM", ReplyAction="http://tempuri.org/IDataService/GET_SELECT_CONVERT_ITEMResponse")]
41
        System.Threading.Tasks.Task<Markus.Service.WcfClient.ServiceReference1.SELECT_CONVERT_ITEM_Result[]> GET_SELECT_CONVERT_ITEMAsync(
42
                    string p_ID, 
43
                    string p_PROJECT_NO, 
44
                    string p_DOCUMENT_ID, 
45
                    System.Nullable<int> p_STATUS, 
46
                    System.Nullable<int> p_TAKE_COUNT, 
47
                    System.Nullable<System.DateTime> p_BEGIN_CREATE_DATETIME, 
48
                    System.Nullable<System.DateTime> p_FINISH_CREATE_DATETIME, 
49
                    System.Nullable<System.DateTime> p_BEGIN_START_DATETIE, 
50
                    System.Nullable<System.DateTime> p_FINISH_START_DATETIME, 
51
                    System.Nullable<System.DateTime> p_BEGIN_END_DATETIME, 
52
                    System.Nullable<System.DateTime> p_FINISH_END_DATETIME, 
53
                    string p_GROUP_NO, 
54
                    string p_DOCUMENT_NAME, 
55
                    string p_DOCUMENT_NO, 
56
                    string p_REVISION, 
57
                    string p_SERVICE_ID, 
58
                    System.Nullable<int> p_RECONVERTER, 
59
                    string p_DOCUMENT_URL, 
60
                    System.Nullable<bool> p_ExcptionCheck);
61
        
62
        [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IDataService/GET_SELECT_RERECONVERT_ITEM", ReplyAction="http://tempuri.org/IDataService/GET_SELECT_RERECONVERT_ITEMResponse")]
63
        int GET_SELECT_RERECONVERT_ITEM(string p_ID, System.Nullable<int> p_RECONVERTER, System.Nullable<System.DateTime> p_CREATE_DATETIME, System.Nullable<int> p_STATUS, System.Nullable<System.DateTime> p_END_DATETIME);
64
        
65
        [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IDataService/GET_SELECT_RERECONVERT_ITEM", ReplyAction="http://tempuri.org/IDataService/GET_SELECT_RERECONVERT_ITEMResponse")]
66
        System.Threading.Tasks.Task<int> GET_SELECT_RERECONVERT_ITEMAsync(string p_ID, System.Nullable<int> p_RECONVERTER, System.Nullable<System.DateTime> p_CREATE_DATETIME, System.Nullable<int> p_STATUS, System.Nullable<System.DateTime> p_END_DATETIME);
67
        
68
        [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IDataService/GET_SELECT_CONVERT_DELETE", ReplyAction="http://tempuri.org/IDataService/GET_SELECT_CONVERT_DELETEResponse")]
69
        int GET_SELECT_CONVERT_DELETE(string p_ID);
70
        
71
        [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IDataService/GET_SELECT_CONVERT_DELETE", ReplyAction="http://tempuri.org/IDataService/GET_SELECT_CONVERT_DELETEResponse")]
72
        System.Threading.Tasks.Task<int> GET_SELECT_CONVERT_DELETEAsync(string p_ID);
73
        
74
        [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IDataService/GET_SELECT_RUN_PROJECTS", ReplyAction="http://tempuri.org/IDataService/GET_SELECT_RUN_PROJECTSResponse")]
75
        Markus.Service.WcfClient.ServiceReference1.SELECT_RUN_PROJECTS_Result[] GET_SELECT_RUN_PROJECTS(int p_RUN_PROJECTS);
76
        
77
        [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IDataService/GET_SELECT_RUN_PROJECTS", ReplyAction="http://tempuri.org/IDataService/GET_SELECT_RUN_PROJECTSResponse")]
78
        System.Threading.Tasks.Task<Markus.Service.WcfClient.ServiceReference1.SELECT_RUN_PROJECTS_Result[]> GET_SELECT_RUN_PROJECTSAsync(int p_RUN_PROJECTS);
79
        
80
        [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IDataService/GET_SELECT_CONVERT_INSERT", ReplyAction="http://tempuri.org/IDataService/GET_SELECT_CONVERT_INSERTResponse")]
81
        int GET_SELECT_CONVERT_INSERT(string p_ID, string p_PROJECT_NO, string p_DOCUMENT_URL, string p_DOCUMENT_ID);
82
        
83
        [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IDataService/GET_SELECT_CONVERT_INSERT", ReplyAction="http://tempuri.org/IDataService/GET_SELECT_CONVERT_INSERTResponse")]
84
        System.Threading.Tasks.Task<int> GET_SELECT_CONVERT_INSERTAsync(string p_ID, string p_PROJECT_NO, string p_DOCUMENT_URL, string p_DOCUMENT_ID);
85
        
86
        [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IDataService/GET_SELECT_FINAL_PDF_ITEM", ReplyAction="http://tempuri.org/IDataService/GET_SELECT_FINAL_PDF_ITEMResponse")]
87
        Markus.Service.WcfClient.ServiceReference1.SELECT_FINAL_PDF_ITEM_Result[] GET_SELECT_FINAL_PDF_ITEM(
88
                    string p_ID, 
89
                    string p_PROJECT_NO, 
90
                    string p_DOCUMENT_ID, 
91
                    string p_MARKUPINFO_ID, 
92
                    string p_DOCINFO_ID, 
93
                    string p_DOCUMENT_NAME, 
94
                    string p_DOCUMENT_NO, 
95
                    string p_CREATE_USER_ID, 
96
                    System.Nullable<int> p_STATUS, 
97
                    System.Nullable<int> p_TAKE_COUNT, 
98
                    string p_GROUP_NO, 
99
                    string p_REVISION, 
100
                    System.Nullable<System.DateTime> p_BEGIN_CREATE_DATETIME, 
101
                    System.Nullable<System.DateTime> p_FINISH_CREATE_DATETIME, 
102
                    System.Nullable<System.DateTime> p_BEGIN_START_DATETIE, 
103
                    System.Nullable<System.DateTime> p_FINISH_START_DATETIME, 
104
                    System.Nullable<System.DateTime> p_BEGIN_END_DATETIME, 
105
                    System.Nullable<System.DateTime> p_FINISH_END_DATETIME, 
106
                    string p_DOCUMENT_URL, 
107
                    System.Nullable<bool> p_ExcptionCheck);
108
        
109
        [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IDataService/GET_SELECT_FINAL_PDF_ITEM", ReplyAction="http://tempuri.org/IDataService/GET_SELECT_FINAL_PDF_ITEMResponse")]
110
        System.Threading.Tasks.Task<Markus.Service.WcfClient.ServiceReference1.SELECT_FINAL_PDF_ITEM_Result[]> GET_SELECT_FINAL_PDF_ITEMAsync(
111
                    string p_ID, 
112
                    string p_PROJECT_NO, 
113
                    string p_DOCUMENT_ID, 
114
                    string p_MARKUPINFO_ID, 
115
                    string p_DOCINFO_ID, 
116
                    string p_DOCUMENT_NAME, 
117
                    string p_DOCUMENT_NO, 
118
                    string p_CREATE_USER_ID, 
119
                    System.Nullable<int> p_STATUS, 
120
                    System.Nullable<int> p_TAKE_COUNT, 
121
                    string p_GROUP_NO, 
122
                    string p_REVISION, 
123
                    System.Nullable<System.DateTime> p_BEGIN_CREATE_DATETIME, 
124
                    System.Nullable<System.DateTime> p_FINISH_CREATE_DATETIME, 
125
                    System.Nullable<System.DateTime> p_BEGIN_START_DATETIE, 
126
                    System.Nullable<System.DateTime> p_FINISH_START_DATETIME, 
127
                    System.Nullable<System.DateTime> p_BEGIN_END_DATETIME, 
128
                    System.Nullable<System.DateTime> p_FINISH_END_DATETIME, 
129
                    string p_DOCUMENT_URL, 
130
                    System.Nullable<bool> p_ExcptionCheck);
131
        
132
        [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IDataService/GET_SELECT_FINAL_PDF_DELETE", ReplyAction="http://tempuri.org/IDataService/GET_SELECT_FINAL_PDF_DELETEResponse")]
133
        int GET_SELECT_FINAL_PDF_DELETE(string p_ID);
134
        
135
        [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IDataService/GET_SELECT_FINAL_PDF_DELETE", ReplyAction="http://tempuri.org/IDataService/GET_SELECT_FINAL_PDF_DELETEResponse")]
136
        System.Threading.Tasks.Task<int> GET_SELECT_FINAL_PDF_DELETEAsync(string p_ID);
137
        
138
        [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IDataService/GET_SELECT_FINAL_PDF_INSERT", ReplyAction="http://tempuri.org/IDataService/GET_SELECT_FINAL_PDF_INSERTResponse")]
139
        int GET_SELECT_FINAL_PDF_INSERT(string p_ID, string p_PROJECT_NO, string p_DOCUMENT_URL, string p_DOCUMENT_ID);
140
        
141
        [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IDataService/GET_SELECT_FINAL_PDF_INSERT", ReplyAction="http://tempuri.org/IDataService/GET_SELECT_FINAL_PDF_INSERTResponse")]
142
        System.Threading.Tasks.Task<int> GET_SELECT_FINAL_PDF_INSERTAsync(string p_ID, string p_PROJECT_NO, string p_DOCUMENT_URL, string p_DOCUMENT_ID);
143
        
144
        [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IDataService/GET_FINALPDF_COUNT", ReplyAction="http://tempuri.org/IDataService/GET_FINALPDF_COUNTResponse")]
145
        Markus.Service.WcfClient.ServiceReference1.FINALPDF_COUNT_Result[] GET_FINALPDF_COUNT(System.Nullable<int> p_STATUS, System.Nullable<System.DateTime> p_BEGIN_CREATE_DATETIME, System.Nullable<System.DateTime> p_FINISH_CREATE_DATETIME);
146
        
147
        [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IDataService/GET_FINALPDF_COUNT", ReplyAction="http://tempuri.org/IDataService/GET_FINALPDF_COUNTResponse")]
148
        System.Threading.Tasks.Task<Markus.Service.WcfClient.ServiceReference1.FINALPDF_COUNT_Result[]> GET_FINALPDF_COUNTAsync(System.Nullable<int> p_STATUS, System.Nullable<System.DateTime> p_BEGIN_CREATE_DATETIME, System.Nullable<System.DateTime> p_FINISH_CREATE_DATETIME);
149
        
150
        [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IDataService/GET_CONVERT_COUNT", ReplyAction="http://tempuri.org/IDataService/GET_CONVERT_COUNTResponse")]
151
        Markus.Service.WcfClient.ServiceReference1.CONVERT_COUNT_Result[] GET_CONVERT_COUNT(System.Nullable<int> p_STATUS, System.Nullable<System.DateTime> p_BEGIN_CREATE_DATETIME, System.Nullable<System.DateTime> p_FINISH_CREATE_DATETIME);
152
        
153
        [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IDataService/GET_CONVERT_COUNT", ReplyAction="http://tempuri.org/IDataService/GET_CONVERT_COUNTResponse")]
154
        System.Threading.Tasks.Task<Markus.Service.WcfClient.ServiceReference1.CONVERT_COUNT_Result[]> GET_CONVERT_COUNTAsync(System.Nullable<int> p_STATUS, System.Nullable<System.DateTime> p_BEGIN_CREATE_DATETIME, System.Nullable<System.DateTime> p_FINISH_CREATE_DATETIME);
155
    }
156
    
157
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
158
    public interface IDataServiceChannel : Markus.Service.StationController.ServiceReference1.IDataService, System.ServiceModel.IClientChannel {
159
    }
160
    
161
    [System.Diagnostics.DebuggerStepThroughAttribute()]
162
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
163
    public partial class DataServiceClient : System.ServiceModel.ClientBase<Markus.Service.StationController.ServiceReference1.IDataService>, Markus.Service.StationController.ServiceReference1.IDataService {
164
        
165
        public DataServiceClient() {
166
        }
167
        
168
        public DataServiceClient(string endpointConfigurationName) : 
169
                base(endpointConfigurationName) {
170
        }
171
        
172
        public DataServiceClient(string endpointConfigurationName, string remoteAddress) : 
173
                base(endpointConfigurationName, remoteAddress) {
174
        }
175
        
176
        public DataServiceClient(string endpointConfigurationName, System.ServiceModel.EndpointAddress remoteAddress) : 
177
                base(endpointConfigurationName, remoteAddress) {
178
        }
179
        
180
        public DataServiceClient(System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress) : 
181
                base(binding, remoteAddress) {
182
        }
183
        
184
        public Markus.Service.WcfClient.ServiceReference1.SELECT_CONVERT_ITEM_Result[] GET_SELECT_CONVERT_ITEM(
185
                    string p_ID, 
186
                    string p_PROJECT_NO, 
187
                    string p_DOCUMENT_ID, 
188
                    System.Nullable<int> p_STATUS, 
189
                    System.Nullable<int> p_TAKE_COUNT, 
190
                    System.Nullable<System.DateTime> p_BEGIN_CREATE_DATETIME, 
191
                    System.Nullable<System.DateTime> p_FINISH_CREATE_DATETIME, 
192
                    System.Nullable<System.DateTime> p_BEGIN_START_DATETIE, 
193
                    System.Nullable<System.DateTime> p_FINISH_START_DATETIME, 
194
                    System.Nullable<System.DateTime> p_BEGIN_END_DATETIME, 
195
                    System.Nullable<System.DateTime> p_FINISH_END_DATETIME, 
196
                    string p_GROUP_NO, 
197
                    string p_DOCUMENT_NAME, 
198
                    string p_DOCUMENT_NO, 
199
                    string p_REVISION, 
200
                    string p_SERVICE_ID, 
201
                    System.Nullable<int> p_RECONVERTER, 
202
                    string p_DOCUMENT_URL, 
203
                    System.Nullable<bool> p_ExcptionCheck) {
204
            return base.Channel.GET_SELECT_CONVERT_ITEM(p_ID, p_PROJECT_NO, p_DOCUMENT_ID, p_STATUS, p_TAKE_COUNT, p_BEGIN_CREATE_DATETIME, p_FINISH_CREATE_DATETIME, p_BEGIN_START_DATETIE, p_FINISH_START_DATETIME, p_BEGIN_END_DATETIME, p_FINISH_END_DATETIME, p_GROUP_NO, p_DOCUMENT_NAME, p_DOCUMENT_NO, p_REVISION, p_SERVICE_ID, p_RECONVERTER, p_DOCUMENT_URL, p_ExcptionCheck);
205
        }
206
        
207
        public System.Threading.Tasks.Task<Markus.Service.WcfClient.ServiceReference1.SELECT_CONVERT_ITEM_Result[]> GET_SELECT_CONVERT_ITEMAsync(
208
                    string p_ID, 
209
                    string p_PROJECT_NO, 
210
                    string p_DOCUMENT_ID, 
211
                    System.Nullable<int> p_STATUS, 
212
                    System.Nullable<int> p_TAKE_COUNT, 
213
                    System.Nullable<System.DateTime> p_BEGIN_CREATE_DATETIME, 
214
                    System.Nullable<System.DateTime> p_FINISH_CREATE_DATETIME, 
215
                    System.Nullable<System.DateTime> p_BEGIN_START_DATETIE, 
216
                    System.Nullable<System.DateTime> p_FINISH_START_DATETIME, 
217
                    System.Nullable<System.DateTime> p_BEGIN_END_DATETIME, 
218
                    System.Nullable<System.DateTime> p_FINISH_END_DATETIME, 
219
                    string p_GROUP_NO, 
220
                    string p_DOCUMENT_NAME, 
221
                    string p_DOCUMENT_NO, 
222
                    string p_REVISION, 
223
                    string p_SERVICE_ID, 
224
                    System.Nullable<int> p_RECONVERTER, 
225
                    string p_DOCUMENT_URL, 
226
                    System.Nullable<bool> p_ExcptionCheck) {
227
            return base.Channel.GET_SELECT_CONVERT_ITEMAsync(p_ID, p_PROJECT_NO, p_DOCUMENT_ID, p_STATUS, p_TAKE_COUNT, p_BEGIN_CREATE_DATETIME, p_FINISH_CREATE_DATETIME, p_BEGIN_START_DATETIE, p_FINISH_START_DATETIME, p_BEGIN_END_DATETIME, p_FINISH_END_DATETIME, p_GROUP_NO, p_DOCUMENT_NAME, p_DOCUMENT_NO, p_REVISION, p_SERVICE_ID, p_RECONVERTER, p_DOCUMENT_URL, p_ExcptionCheck);
228
        }
229
        
230
        public int GET_SELECT_RERECONVERT_ITEM(string p_ID, System.Nullable<int> p_RECONVERTER, System.Nullable<System.DateTime> p_CREATE_DATETIME, System.Nullable<int> p_STATUS, System.Nullable<System.DateTime> p_END_DATETIME) {
231
            return base.Channel.GET_SELECT_RERECONVERT_ITEM(p_ID, p_RECONVERTER, p_CREATE_DATETIME, p_STATUS, p_END_DATETIME);
232
        }
233
        
234
        public System.Threading.Tasks.Task<int> GET_SELECT_RERECONVERT_ITEMAsync(string p_ID, System.Nullable<int> p_RECONVERTER, System.Nullable<System.DateTime> p_CREATE_DATETIME, System.Nullable<int> p_STATUS, System.Nullable<System.DateTime> p_END_DATETIME) {
235
            return base.Channel.GET_SELECT_RERECONVERT_ITEMAsync(p_ID, p_RECONVERTER, p_CREATE_DATETIME, p_STATUS, p_END_DATETIME);
236
        }
237
        
238
        public int GET_SELECT_CONVERT_DELETE(string p_ID) {
239
            return base.Channel.GET_SELECT_CONVERT_DELETE(p_ID);
240
        }
241
        
242
        public System.Threading.Tasks.Task<int> GET_SELECT_CONVERT_DELETEAsync(string p_ID) {
243
            return base.Channel.GET_SELECT_CONVERT_DELETEAsync(p_ID);
244
        }
245
        
246
        public Markus.Service.WcfClient.ServiceReference1.SELECT_RUN_PROJECTS_Result[] GET_SELECT_RUN_PROJECTS(int p_RUN_PROJECTS) {
247
            return base.Channel.GET_SELECT_RUN_PROJECTS(p_RUN_PROJECTS);
248
        }
249
        
250
        public System.Threading.Tasks.Task<Markus.Service.WcfClient.ServiceReference1.SELECT_RUN_PROJECTS_Result[]> GET_SELECT_RUN_PROJECTSAsync(int p_RUN_PROJECTS) {
251
            return base.Channel.GET_SELECT_RUN_PROJECTSAsync(p_RUN_PROJECTS);
252
        }
253
        
254
        public int GET_SELECT_CONVERT_INSERT(string p_ID, string p_PROJECT_NO, string p_DOCUMENT_URL, string p_DOCUMENT_ID) {
255
            return base.Channel.GET_SELECT_CONVERT_INSERT(p_ID, p_PROJECT_NO, p_DOCUMENT_URL, p_DOCUMENT_ID);
256
        }
257
        
258
        public System.Threading.Tasks.Task<int> GET_SELECT_CONVERT_INSERTAsync(string p_ID, string p_PROJECT_NO, string p_DOCUMENT_URL, string p_DOCUMENT_ID) {
259
            return base.Channel.GET_SELECT_CONVERT_INSERTAsync(p_ID, p_PROJECT_NO, p_DOCUMENT_URL, p_DOCUMENT_ID);
260
        }
261
        
262
        public Markus.Service.WcfClient.ServiceReference1.SELECT_FINAL_PDF_ITEM_Result[] GET_SELECT_FINAL_PDF_ITEM(
263
                    string p_ID, 
264
                    string p_PROJECT_NO, 
265
                    string p_DOCUMENT_ID, 
266
                    string p_MARKUPINFO_ID, 
267
                    string p_DOCINFO_ID, 
268
                    string p_DOCUMENT_NAME, 
269
                    string p_DOCUMENT_NO, 
270
                    string p_CREATE_USER_ID, 
271
                    System.Nullable<int> p_STATUS, 
272
                    System.Nullable<int> p_TAKE_COUNT, 
273
                    string p_GROUP_NO, 
274
                    string p_REVISION, 
275
                    System.Nullable<System.DateTime> p_BEGIN_CREATE_DATETIME, 
276
                    System.Nullable<System.DateTime> p_FINISH_CREATE_DATETIME, 
277
                    System.Nullable<System.DateTime> p_BEGIN_START_DATETIE, 
278
                    System.Nullable<System.DateTime> p_FINISH_START_DATETIME, 
279
                    System.Nullable<System.DateTime> p_BEGIN_END_DATETIME, 
280
                    System.Nullable<System.DateTime> p_FINISH_END_DATETIME, 
281
                    string p_DOCUMENT_URL, 
282
                    System.Nullable<bool> p_ExcptionCheck) {
283
            return base.Channel.GET_SELECT_FINAL_PDF_ITEM(p_ID, p_PROJECT_NO, p_DOCUMENT_ID, p_MARKUPINFO_ID, p_DOCINFO_ID, p_DOCUMENT_NAME, p_DOCUMENT_NO, p_CREATE_USER_ID, p_STATUS, p_TAKE_COUNT, p_GROUP_NO, p_REVISION, p_BEGIN_CREATE_DATETIME, p_FINISH_CREATE_DATETIME, p_BEGIN_START_DATETIE, p_FINISH_START_DATETIME, p_BEGIN_END_DATETIME, p_FINISH_END_DATETIME, p_DOCUMENT_URL, p_ExcptionCheck);
284
        }
285
        
286
        public System.Threading.Tasks.Task<Markus.Service.WcfClient.ServiceReference1.SELECT_FINAL_PDF_ITEM_Result[]> GET_SELECT_FINAL_PDF_ITEMAsync(
287
                    string p_ID, 
288
                    string p_PROJECT_NO, 
289
                    string p_DOCUMENT_ID, 
290
                    string p_MARKUPINFO_ID, 
291
                    string p_DOCINFO_ID, 
292
                    string p_DOCUMENT_NAME, 
293
                    string p_DOCUMENT_NO, 
294
                    string p_CREATE_USER_ID, 
295
                    System.Nullable<int> p_STATUS, 
296
                    System.Nullable<int> p_TAKE_COUNT, 
297
                    string p_GROUP_NO, 
298
                    string p_REVISION, 
299
                    System.Nullable<System.DateTime> p_BEGIN_CREATE_DATETIME, 
300
                    System.Nullable<System.DateTime> p_FINISH_CREATE_DATETIME, 
301
                    System.Nullable<System.DateTime> p_BEGIN_START_DATETIE, 
302
                    System.Nullable<System.DateTime> p_FINISH_START_DATETIME, 
303
                    System.Nullable<System.DateTime> p_BEGIN_END_DATETIME, 
304
                    System.Nullable<System.DateTime> p_FINISH_END_DATETIME, 
305
                    string p_DOCUMENT_URL, 
306
                    System.Nullable<bool> p_ExcptionCheck) {
307
            return base.Channel.GET_SELECT_FINAL_PDF_ITEMAsync(p_ID, p_PROJECT_NO, p_DOCUMENT_ID, p_MARKUPINFO_ID, p_DOCINFO_ID, p_DOCUMENT_NAME, p_DOCUMENT_NO, p_CREATE_USER_ID, p_STATUS, p_TAKE_COUNT, p_GROUP_NO, p_REVISION, p_BEGIN_CREATE_DATETIME, p_FINISH_CREATE_DATETIME, p_BEGIN_START_DATETIE, p_FINISH_START_DATETIME, p_BEGIN_END_DATETIME, p_FINISH_END_DATETIME, p_DOCUMENT_URL, p_ExcptionCheck);
308
        }
309
        
310
        public int GET_SELECT_FINAL_PDF_DELETE(string p_ID) {
311
            return base.Channel.GET_SELECT_FINAL_PDF_DELETE(p_ID);
312
        }
313
        
314
        public System.Threading.Tasks.Task<int> GET_SELECT_FINAL_PDF_DELETEAsync(string p_ID) {
315
            return base.Channel.GET_SELECT_FINAL_PDF_DELETEAsync(p_ID);
316
        }
317
        
318
        public int GET_SELECT_FINAL_PDF_INSERT(string p_ID, string p_PROJECT_NO, string p_DOCUMENT_URL, string p_DOCUMENT_ID) {
319
            return base.Channel.GET_SELECT_FINAL_PDF_INSERT(p_ID, p_PROJECT_NO, p_DOCUMENT_URL, p_DOCUMENT_ID);
320
        }
321
        
322
        public System.Threading.Tasks.Task<int> GET_SELECT_FINAL_PDF_INSERTAsync(string p_ID, string p_PROJECT_NO, string p_DOCUMENT_URL, string p_DOCUMENT_ID) {
323
            return base.Channel.GET_SELECT_FINAL_PDF_INSERTAsync(p_ID, p_PROJECT_NO, p_DOCUMENT_URL, p_DOCUMENT_ID);
324
        }
325
        
326
        public Markus.Service.WcfClient.ServiceReference1.FINALPDF_COUNT_Result[] GET_FINALPDF_COUNT(System.Nullable<int> p_STATUS, System.Nullable<System.DateTime> p_BEGIN_CREATE_DATETIME, System.Nullable<System.DateTime> p_FINISH_CREATE_DATETIME) {
327
            return base.Channel.GET_FINALPDF_COUNT(p_STATUS, p_BEGIN_CREATE_DATETIME, p_FINISH_CREATE_DATETIME);
328
        }
329
        
330
        public System.Threading.Tasks.Task<Markus.Service.WcfClient.ServiceReference1.FINALPDF_COUNT_Result[]> GET_FINALPDF_COUNTAsync(System.Nullable<int> p_STATUS, System.Nullable<System.DateTime> p_BEGIN_CREATE_DATETIME, System.Nullable<System.DateTime> p_FINISH_CREATE_DATETIME) {
331
            return base.Channel.GET_FINALPDF_COUNTAsync(p_STATUS, p_BEGIN_CREATE_DATETIME, p_FINISH_CREATE_DATETIME);
332
        }
333
        
334
        public Markus.Service.WcfClient.ServiceReference1.CONVERT_COUNT_Result[] GET_CONVERT_COUNT(System.Nullable<int> p_STATUS, System.Nullable<System.DateTime> p_BEGIN_CREATE_DATETIME, System.Nullable<System.DateTime> p_FINISH_CREATE_DATETIME) {
335
            return base.Channel.GET_CONVERT_COUNT(p_STATUS, p_BEGIN_CREATE_DATETIME, p_FINISH_CREATE_DATETIME);
336
        }
337
        
338
        public System.Threading.Tasks.Task<Markus.Service.WcfClient.ServiceReference1.CONVERT_COUNT_Result[]> GET_CONVERT_COUNTAsync(System.Nullable<int> p_STATUS, System.Nullable<System.DateTime> p_BEGIN_CREATE_DATETIME, System.Nullable<System.DateTime> p_FINISH_CREATE_DATETIME) {
339
            return base.Channel.GET_CONVERT_COUNTAsync(p_STATUS, p_BEGIN_CREATE_DATETIME, p_FINISH_CREATE_DATETIME);
340
        }
341
    }
342
}
ConvertService/ServiceBase/Markus.Service.StationController/Connected Services/ServiceReference1/Reference.svcmap
1
<?xml version="1.0" encoding="utf-8"?>
2
<ReferenceGroup xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" ID="1214c7ae-4f3d-4c61-8c9a-58e8e2181e49" xmlns="urn:schemas-microsoft-com:xml-wcfservicemap">
3
  <ClientOptions>
4
    <GenerateAsynchronousMethods>false</GenerateAsynchronousMethods>
5
    <GenerateTaskBasedAsynchronousMethod>true</GenerateTaskBasedAsynchronousMethod>
6
    <EnableDataBinding>true</EnableDataBinding>
7
    <ExcludedTypes />
8
    <ImportXmlTypes>false</ImportXmlTypes>
9
    <GenerateInternalTypes>false</GenerateInternalTypes>
10
    <GenerateMessageContracts>false</GenerateMessageContracts>
11
    <NamespaceMappings />
12
    <CollectionMappings />
13
    <GenerateSerializableTypes>true</GenerateSerializableTypes>
14
    <Serializer>Auto</Serializer>
15
    <UseSerializerForFaults>true</UseSerializerForFaults>
16
    <ReferenceAllAssemblies>true</ReferenceAllAssemblies>
17
    <ReferencedAssemblies />
18
    <ReferencedDataContractTypes />
19
    <ServiceContractMappings />
20
  </ClientOptions>
21
  <MetadataSources>
22
    <MetadataSource Address="http://192.168.0.24:8080/DataService.svc" Protocol="http" SourceId="1" />
23
  </MetadataSources>
24
  <Metadata>
25
    <MetadataFile FileName="DataService3.xsd" MetadataType="Schema" ID="b26f02b3-815d-45e8-b62d-36d36b13afc4" SourceId="1" SourceUrl="http://192.168.0.24:8080/DataService.svc?xsd=xsd0" />
26
    <MetadataFile FileName="DataService31.xsd" MetadataType="Schema" ID="9a27439c-317a-4c57-bf88-c2949cba1641" SourceId="1" SourceUrl="http://192.168.0.24:8080/DataService.svc?xsd=xsd1" />
27
    <MetadataFile FileName="DataService1.wsdl" MetadataType="Wsdl" ID="4784949e-cb73-49ca-b04e-9c4985b9c1a9" SourceId="1" SourceUrl="http://192.168.0.24:8080/DataService.svc?wsdl" />
28
    <MetadataFile FileName="DataService1.disco" MetadataType="Disco" ID="dc493ebc-672a-46cc-9372-b694b05a3924" SourceId="1" SourceUrl="http://192.168.0.24:8080/DataService.svc?disco" />
29
    <MetadataFile FileName="DataService32.xsd" MetadataType="Schema" ID="af9acacf-b9d2-4dfe-a1e9-79008976782a" SourceId="1" SourceUrl="http://192.168.0.24:8080/DataService.svc?xsd=xsd2" />
30
  </Metadata>
31
  <Extensions>
32
    <ExtensionFile FileName="configuration91.svcinfo" Name="configuration91.svcinfo" />
33
    <ExtensionFile FileName="configuration.svcinfo" Name="configuration.svcinfo" />
34
  </Extensions>
35
</ReferenceGroup>
ConvertService/ServiceBase/Markus.Service.StationController/Connected Services/ServiceReference1/configuration.svcinfo
1
<?xml version="1.0" encoding="utf-8"?>
2
<configurationSnapshot xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="urn:schemas-microsoft-com:xml-wcfconfigurationsnapshot">
3
  <behaviors />
4
  <bindings>
5
    <binding digest="System.ServiceModel.Configuration.BasicHttpBindingElement, System.ServiceModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089:&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-16&quot;?&gt;&lt;Data name=&quot;BasicHttpBinding_IDataService1&quot; /&gt;" bindingType="basicHttpBinding" name="BasicHttpBinding_IDataService1" />
6
  </bindings>
7
  <endpoints>
8
    <endpoint normalizedDigest="&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-16&quot;?&gt;&lt;Data address=&quot;http://192.168.0.24:8080/DataService.svc&quot; binding=&quot;basicHttpBinding&quot; bindingConfiguration=&quot;BasicHttpBinding_IDataService1&quot; contract=&quot;ServiceReference1.IDataService&quot; name=&quot;BasicHttpBinding_IDataService1&quot; /&gt;" digest="&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-16&quot;?&gt;&lt;Data address=&quot;http://192.168.0.24:8080/DataService.svc&quot; binding=&quot;basicHttpBinding&quot; bindingConfiguration=&quot;BasicHttpBinding_IDataService1&quot; contract=&quot;ServiceReference1.IDataService&quot; name=&quot;BasicHttpBinding_IDataService1&quot; /&gt;" contractName="ServiceReference1.IDataService" name="BasicHttpBinding_IDataService1" />
9
  </endpoints>
10
</configurationSnapshot>
ConvertService/ServiceBase/Markus.Service.StationController/Connected Services/ServiceReference1/configuration91.svcinfo
1
<?xml version="1.0" encoding="utf-8"?>
2
<SavedWcfConfigurationInformation xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" Version="9.1" CheckSum="gDtwm5H17JVbJlchk47N3MqKX3Y=">
3
  <bindingConfigurations>
4
    <bindingConfiguration bindingType="basicHttpBinding" name="BasicHttpBinding_IDataService1">
5
      <properties>
6
        <property path="/name" isComplexType="false" isExplicitlyDefined="true" clrType="System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
7
          <serializedValue>BasicHttpBinding_IDataService1</serializedValue>
8
        </property>
9
        <property path="/closeTimeout" isComplexType="false" isExplicitlyDefined="true" clrType="System.TimeSpan, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
10
          <serializedValue />
11
        </property>
12
        <property path="/openTimeout" isComplexType="false" isExplicitlyDefined="true" clrType="System.TimeSpan, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
13
          <serializedValue />
14
        </property>
15
        <property path="/receiveTimeout" isComplexType="false" isExplicitlyDefined="true" clrType="System.TimeSpan, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
16
          <serializedValue />
17
        </property>
18
        <property path="/sendTimeout" isComplexType="false" isExplicitlyDefined="true" clrType="System.TimeSpan, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
19
          <serializedValue />
20
        </property>
21
        <property path="/allowCookies" isComplexType="false" isExplicitlyDefined="true" clrType="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
22
          <serializedValue />
23
        </property>
24
        <property path="/bypassProxyOnLocal" isComplexType="false" isExplicitlyDefined="true" clrType="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
25
          <serializedValue />
26
        </property>
27
        <property path="/hostNameComparisonMode" isComplexType="false" isExplicitlyDefined="false" clrType="System.ServiceModel.HostNameComparisonMode, System.ServiceModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
28
          <serializedValue>StrongWildcard</serializedValue>
29
        </property>
30
        <property path="/maxBufferPoolSize" isComplexType="false" isExplicitlyDefined="true" clrType="System.Int64, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
31
          <serializedValue />
32
        </property>
33
        <property path="/maxBufferSize" isComplexType="false" isExplicitlyDefined="false" clrType="System.Int32, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
34
          <serializedValue>65536</serializedValue>
35
        </property>
36
        <property path="/maxReceivedMessageSize" isComplexType="false" isExplicitlyDefined="true" clrType="System.Int64, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
37
          <serializedValue />
38
        </property>
39
        <property path="/proxyAddress" isComplexType="false" isExplicitlyDefined="false" clrType="System.Uri, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
40
          <serializedValue />
41
        </property>
42
        <property path="/readerQuotas" isComplexType="true" isExplicitlyDefined="false" clrType="System.ServiceModel.Configuration.XmlDictionaryReaderQuotasElement, System.ServiceModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
43
          <serializedValue>System.ServiceModel.Configuration.XmlDictionaryReaderQuotasElement</serializedValue>
44
        </property>
45
        <property path="/readerQuotas/maxDepth" isComplexType="false" isExplicitlyDefined="false" clrType="System.Int32, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
46
          <serializedValue>0</serializedValue>
47
        </property>
48
        <property path="/readerQuotas/maxStringContentLength" isComplexType="false" isExplicitlyDefined="false" clrType="System.Int32, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
49
          <serializedValue>0</serializedValue>
50
        </property>
51
        <property path="/readerQuotas/maxArrayLength" isComplexType="false" isExplicitlyDefined="false" clrType="System.Int32, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
52
          <serializedValue>0</serializedValue>
53
        </property>
54
        <property path="/readerQuotas/maxBytesPerRead" isComplexType="false" isExplicitlyDefined="false" clrType="System.Int32, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
55
          <serializedValue>0</serializedValue>
56
        </property>
57
        <property path="/readerQuotas/maxNameTableCharCount" isComplexType="false" isExplicitlyDefined="false" clrType="System.Int32, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
58
          <serializedValue>0</serializedValue>
59
        </property>
60
        <property path="/textEncoding" isComplexType="false" isExplicitlyDefined="false" clrType="System.Text.Encoding, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
61
          <serializedValue>System.Text.UTF8Encoding</serializedValue>
62
        </property>
63
        <property path="/transferMode" isComplexType="false" isExplicitlyDefined="false" clrType="System.ServiceModel.TransferMode, System.ServiceModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
64
          <serializedValue>Buffered</serializedValue>
65
        </property>
66
        <property path="/useDefaultWebProxy" isComplexType="false" isExplicitlyDefined="true" clrType="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
67
          <serializedValue />
68
        </property>
69
        <property path="/messageEncoding" isComplexType="false" isExplicitlyDefined="false" clrType="System.ServiceModel.WSMessageEncoding, System.ServiceModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
70
          <serializedValue>Text</serializedValue>
71
        </property>
72
        <property path="/security" isComplexType="true" isExplicitlyDefined="false" clrType="System.ServiceModel.Configuration.BasicHttpSecurityElement, System.ServiceModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
73
          <serializedValue>System.ServiceModel.Configuration.BasicHttpSecurityElement</serializedValue>
74
        </property>
75
        <property path="/security/mode" isComplexType="false" isExplicitlyDefined="false" clrType="System.ServiceModel.BasicHttpSecurityMode, System.ServiceModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
76
          <serializedValue>None</serializedValue>
77
        </property>
78
        <property path="/security/transport" isComplexType="true" isExplicitlyDefined="false" clrType="System.ServiceModel.Configuration.HttpTransportSecurityElement, System.ServiceModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
79
          <serializedValue>System.ServiceModel.Configuration.HttpTransportSecurityElement</serializedValue>
80
        </property>
81
        <property path="/security/transport/clientCredentialType" isComplexType="false" isExplicitlyDefined="false" clrType="System.ServiceModel.HttpClientCredentialType, System.ServiceModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
82
          <serializedValue>None</serializedValue>
83
        </property>
84
        <property path="/security/transport/proxyCredentialType" isComplexType="false" isExplicitlyDefined="false" clrType="System.ServiceModel.HttpProxyCredentialType, System.ServiceModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
85
          <serializedValue>None</serializedValue>
86
        </property>
87
        <property path="/security/transport/extendedProtectionPolicy" isComplexType="true" isExplicitlyDefined="false" clrType="System.Security.Authentication.ExtendedProtection.Configuration.ExtendedProtectionPolicyElement, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
88
          <serializedValue>System.Security.Authentication.ExtendedProtection.Configuration.ExtendedProtectionPolicyElement</serializedValue>
89
        </property>
90
        <property path="/security/transport/extendedProtectionPolicy/policyEnforcement" isComplexType="false" isExplicitlyDefined="false" clrType="System.Security.Authentication.ExtendedProtection.PolicyEnforcement, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
91
          <serializedValue>Never</serializedValue>
92
        </property>
93
        <property path="/security/transport/extendedProtectionPolicy/protectionScenario" isComplexType="false" isExplicitlyDefined="false" clrType="System.Security.Authentication.ExtendedProtection.ProtectionScenario, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
94
          <serializedValue>TransportSelected</serializedValue>
95
        </property>
96
        <property path="/security/transport/extendedProtectionPolicy/customServiceNames" isComplexType="true" isExplicitlyDefined="false" clrType="System.Security.Authentication.ExtendedProtection.Configuration.ServiceNameElementCollection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
97
          <serializedValue>(컬렉션)</serializedValue>
98
        </property>
99
        <property path="/security/transport/realm" isComplexType="false" isExplicitlyDefined="false" clrType="System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
100
          <serializedValue />
101
        </property>
102
        <property path="/security/message" isComplexType="true" isExplicitlyDefined="false" clrType="System.ServiceModel.Configuration.BasicHttpMessageSecurityElement, System.ServiceModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
103
          <serializedValue>System.ServiceModel.Configuration.BasicHttpMessageSecurityElement</serializedValue>
104
        </property>
105
        <property path="/security/message/clientCredentialType" isComplexType="false" isExplicitlyDefined="false" clrType="System.ServiceModel.BasicHttpMessageCredentialType, System.ServiceModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
106
          <serializedValue>UserName</serializedValue>
107
        </property>
108
        <property path="/security/message/algorithmSuite" isComplexType="false" isExplicitlyDefined="false" clrType="System.ServiceModel.Security.SecurityAlgorithmSuite, System.ServiceModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
109
          <serializedValue>Default</serializedValue>
110
        </property>
111
      </properties>
112
    </bindingConfiguration>
113
  </bindingConfigurations>
114
  <endpoints>
115
    <endpoint name="BasicHttpBinding_IDataService1" contract="ServiceReference1.IDataService" bindingType="basicHttpBinding" address="http://192.168.0.24:8080/DataService.svc" bindingConfiguration="BasicHttpBinding_IDataService1">
116
      <properties>
117
        <property path="/address" isComplexType="false" isExplicitlyDefined="true" clrType="System.Uri, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
118
          <serializedValue>http://192.168.0.24:8080/DataService.svc</serializedValue>
119
        </property>
120
        <property path="/behaviorConfiguration" isComplexType="false" isExplicitlyDefined="false" clrType="System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
121
          <serializedValue />
122
        </property>
123
        <property path="/binding" isComplexType="false" isExplicitlyDefined="true" clrType="System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
124
          <serializedValue>basicHttpBinding</serializedValue>
125
        </property>
126
        <property path="/bindingConfiguration" isComplexType="false" isExplicitlyDefined="true" clrType="System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
127
          <serializedValue>BasicHttpBinding_IDataService1</serializedValue>
128
        </property>
129
        <property path="/contract" isComplexType="false" isExplicitlyDefined="true" clrType="System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
130
          <serializedValue>ServiceReference1.IDataService</serializedValue>
131
        </property>
132
        <property path="/headers" isComplexType="true" isExplicitlyDefined="false" clrType="System.ServiceModel.Configuration.AddressHeaderCollectionElement, System.ServiceModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
133
          <serializedValue>System.ServiceModel.Configuration.AddressHeaderCollectionElement</serializedValue>
134
        </property>
135
        <property path="/headers/headers" isComplexType="false" isExplicitlyDefined="true" clrType="System.ServiceModel.Channels.AddressHeaderCollection, System.ServiceModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
136
          <serializedValue>&lt;Header /&gt;</serializedValue>
137
        </property>
138
        <property path="/identity" isComplexType="true" isExplicitlyDefined="false" clrType="System.ServiceModel.Configuration.IdentityElement, System.ServiceModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
139
          <serializedValue>System.ServiceModel.Configuration.IdentityElement</serializedValue>
140
        </property>
141
        <property path="/identity/userPrincipalName" isComplexType="true" isExplicitlyDefined="false" clrType="System.ServiceModel.Configuration.UserPrincipalNameElement, System.ServiceModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
142
          <serializedValue>System.ServiceModel.Configuration.UserPrincipalNameElement</serializedValue>
143
        </property>
144
        <property path="/identity/userPrincipalName/value" isComplexType="false" isExplicitlyDefined="false" clrType="System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
145
          <serializedValue />
146
        </property>
147
        <property path="/identity/servicePrincipalName" isComplexType="true" isExplicitlyDefined="false" clrType="System.ServiceModel.Configuration.ServicePrincipalNameElement, System.ServiceModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
148
          <serializedValue>System.ServiceModel.Configuration.ServicePrincipalNameElement</serializedValue>
149
        </property>
150
        <property path="/identity/servicePrincipalName/value" isComplexType="false" isExplicitlyDefined="false" clrType="System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
151
          <serializedValue />
152
        </property>
153
        <property path="/identity/dns" isComplexType="true" isExplicitlyDefined="false" clrType="System.ServiceModel.Configuration.DnsElement, System.ServiceModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
154
          <serializedValue>System.ServiceModel.Configuration.DnsElement</serializedValue>
155
        </property>
156
        <property path="/identity/dns/value" isComplexType="false" isExplicitlyDefined="false" clrType="System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
157
          <serializedValue />
158
        </property>
159
        <property path="/identity/rsa" isComplexType="true" isExplicitlyDefined="false" clrType="System.ServiceModel.Configuration.RsaElement, System.ServiceModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
160
          <serializedValue>System.ServiceModel.Configuration.RsaElement</serializedValue>
161
        </property>
162
        <property path="/identity/rsa/value" isComplexType="false" isExplicitlyDefined="false" clrType="System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
163
          <serializedValue />
164
        </property>
165
        <property path="/identity/certificate" isComplexType="true" isExplicitlyDefined="false" clrType="System.ServiceModel.Configuration.CertificateElement, System.ServiceModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
166
          <serializedValue>System.ServiceModel.Configuration.CertificateElement</serializedValue>
167
        </property>
168
        <property path="/identity/certificate/encodedValue" isComplexType="false" isExplicitlyDefined="false" clrType="System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
169
          <serializedValue />
170
        </property>
171
        <property path="/identity/certificateReference" isComplexType="true" isExplicitlyDefined="false" clrType="System.ServiceModel.Configuration.CertificateReferenceElement, System.ServiceModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
172
          <serializedValue>System.ServiceModel.Configuration.CertificateReferenceElement</serializedValue>
173
        </property>
174
        <property path="/identity/certificateReference/storeName" isComplexType="false" isExplicitlyDefined="false" clrType="System.Security.Cryptography.X509Certificates.StoreName, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
175
          <serializedValue>My</serializedValue>
176
        </property>
177
        <property path="/identity/certificateReference/storeLocation" isComplexType="false" isExplicitlyDefined="false" clrType="System.Security.Cryptography.X509Certificates.StoreLocation, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
178
          <serializedValue>LocalMachine</serializedValue>
179
        </property>
180
        <property path="/identity/certificateReference/x509FindType" isComplexType="false" isExplicitlyDefined="false" clrType="System.Security.Cryptography.X509Certificates.X509FindType, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
181
          <serializedValue>FindBySubjectDistinguishedName</serializedValue>
182
        </property>
183
        <property path="/identity/certificateReference/findValue" isComplexType="false" isExplicitlyDefined="false" clrType="System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
184
          <serializedValue />
185
        </property>
186
        <property path="/identity/certificateReference/isChainIncluded" isComplexType="false" isExplicitlyDefined="false" clrType="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
187
          <serializedValue>False</serializedValue>
188
        </property>
189
        <property path="/name" isComplexType="false" isExplicitlyDefined="true" clrType="System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
190
          <serializedValue>BasicHttpBinding_IDataService1</serializedValue>
191
        </property>
192
        <property path="/kind" isComplexType="false" isExplicitlyDefined="false" clrType="System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
193
          <serializedValue />
194
        </property>
195
        <property path="/endpointConfiguration" isComplexType="false" isExplicitlyDefined="false" clrType="System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
196
          <serializedValue />
197
        </property>
198
      </properties>
199
    </endpoint>
200
  </endpoints>
201
</SavedWcfConfigurationInformation>
ConvertService/ServiceBase/Markus.Service.StationController/Markus.Service.StationController.csproj
73 73
    <GenerateManifests>true</GenerateManifests>
74 74
  </PropertyGroup>
75 75
  <PropertyGroup>
76
    <SignManifests>true</SignManifests>
76
    <SignManifests>false</SignManifests>
77 77
  </PropertyGroup>
78 78
  <ItemGroup>
79 79
    <Reference Include="ConfigParser, Version=0.3.3.6, Culture=neutral, processorArchitecture=MSIL">
......
188 188
      <DesignTime>True</DesignTime>
189 189
      <DependentUpon>Reference.svcmap</DependentUpon>
190 190
    </Compile>
191
    <Compile Include="Connected Services\ServiceReference1\Reference.cs">
192
      <AutoGen>True</AutoGen>
193
      <DesignTime>True</DesignTime>
194
      <DependentUpon>Reference.svcmap</DependentUpon>
195
    </Compile>
196 191
    <Compile Include="Controls\DatabaseFilter.xaml.cs">
197 192
      <DependentUpon>DatabaseFilter.xaml</DependentUpon>
198 193
    </Compile>
......
354 349
    <None Include="Connected Services\DataService\DataService2.xsd">
355 350
      <SubType>Designer</SubType>
356 351
    </None>
357
    <None Include="Connected Services\ServiceReference1\DataService1.wsdl" />
358
    <None Include="Connected Services\ServiceReference1\DataService3.xsd">
359
      <SubType>Designer</SubType>
360
    </None>
361
    <None Include="Connected Services\ServiceReference1\DataService31.xsd">
362
      <SubType>Designer</SubType>
363
    </None>
364
    <None Include="Connected Services\ServiceReference1\DataService32.xsd">
365
      <SubType>Designer</SubType>
366
    </None>
367
    <None Include="Markus.Service.StationController_TemporaryKey.pfx" />
368 352
    <None Include="packages.config" />
369 353
    <None Include="Properties\DataSources\Markus.Service.WcfClient.ServiceReference1.CONVERT_COUNT_Result.datasource" />
370 354
    <None Include="Properties\DataSources\Markus.Service.WcfClient.ServiceReference1.FINALPDF_COUNT_Result.datasource" />
......
430 414
      <Generator>WCF Proxy Generator</Generator>
431 415
      <LastGenOutput>Reference.cs</LastGenOutput>
432 416
    </None>
433
    <None Include="Connected Services\ServiceReference1\configuration91.svcinfo" />
434
    <None Include="Connected Services\ServiceReference1\configuration.svcinfo" />
435
    <None Include="Connected Services\ServiceReference1\Reference.svcmap">
436
      <Generator>WCF Proxy Generator</Generator>
437
      <LastGenOutput>Reference.cs</LastGenOutput>
438
    </None>
439 417
    <Resource Include="Resources\File_Search_Icon.png" />
440 418
  </ItemGroup>
441 419
  <ItemGroup>
......
443 421
  </ItemGroup>
444 422
  <ItemGroup>
445 423
    <WCFMetadataStorage Include="Connected Services\DataService\" />
446
    <WCFMetadataStorage Include="Connected Services\ServiceReference1\" />
447
  </ItemGroup>
448
  <ItemGroup>
449
    <None Include="Connected Services\ServiceReference1\DataService1.disco" />
450 424
  </ItemGroup>
451 425
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
452 426
  <PropertyGroup>
ConvertService/ServiceBase/Markus.Service.StationController/ViewModel/DataBaseItemsModel.cs
753 753
                {
754 754
                    ProjectName Clear = new ProjectName("Clear", "Clear");
755 755
                    ProjectNames.Add(Clear);
756

  
756 757
                    foreach (var x in await WcfClient.GET_SELECT_RUN_PROJECTSAsync(0))
757 758
                    {
758 759
                        ProjectName projectName = new ProjectName(x.PROJECT_NO, x.PROJECT_NAME);
......
1372 1373

  
1373 1374
        public void Reset(object obj)
1374 1375
        {
1376
            ExcptionCheck = false;
1375 1377
            SelectedInt = 10;
1376 1378
            ProjectNumberFilter = ProjectNames[0];
1377 1379
            UniqueKeyFilter = null;
ConvertService/ServiceBase/Markus.Service.StationController/ViewModel/FinalPDFViewModel.cs
1503 1503

  
1504 1504
        public void Reset(object obj)
1505 1505
        {
1506
            ExcptionCheck = false;
1506 1507
            SelectedInt = 10;
1507 1508
            ProjectNumberFilter = ProjectNames[0];
1508 1509
            DocumentIDFilter = null;
ConvertService/ServiceBase/StationControllerService/Properties/PublishProfiles/FolderProfile1.pubxml
7 7
  <PropertyGroup>
8 8
    <WebPublishMethod>FileSystem</WebPublishMethod>
9 9
    <PublishProvider>FileSystem</PublishProvider>
10
    <LastUsedBuildConfiguration>Release</LastUsedBuildConfiguration>
10
    <LastUsedBuildConfiguration>Debug</LastUsedBuildConfiguration>
11 11
    <LastUsedPlatform>Any CPU</LastUsedPlatform>
12 12
    <SiteUrlToLaunchAfterPublish />
13 13
    <LaunchSiteAfterPublish>True</LaunchSiteAfterPublish>
14
    <ExcludeApp_Data>False</ExcludeApp_Data>
15
    <publishUrl>bin\Release\Publish</publishUrl>
16
    <DeleteExistingFiles>False</DeleteExistingFiles>
14
    <ExcludeApp_Data>True</ExcludeApp_Data>
15
    <publishUrl>http://localhost:8080/</publishUrl>
16
    <DeleteExistingFiles>True</DeleteExistingFiles>
17
    <PrecompileBeforePublish>True</PrecompileBeforePublish>
18
    <EnableUpdateable>True</EnableUpdateable>
19
    <DebugSymbols>False</DebugSymbols>
20
    <WDPMergeOption>DonotMerge</WDPMergeOption>
17 21
  </PropertyGroup>
18 22
</Project>
ConvertService/ServiceBase/StationControllerService/StationControllerService.csproj.user
1
<?xml version="1.0" encoding="utf-8"?>
2
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3
  <PropertyGroup>
4
    <UseIISExpress>true</UseIISExpress>
5
    <Use64BitIISExpress />
6
    <IISExpressSSLPort />
7
    <IISExpressAnonymousAuthentication />
8
    <IISExpressWindowsAuthentication />
9
    <IISExpressUseClassicPipelineMode />
10
    <UseGlobalApplicationHostFile />
11
    <LastActiveSolutionConfig>Debug|Any CPU</LastActiveSolutionConfig>
12
    <NameOfLastUsedPublishProfile>FolderProfile1</NameOfLastUsedPublishProfile>
13
  </PropertyGroup>
14
  <ProjectExtensions>
15
    <VisualStudio>
16
      <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
17
        <WebProjectProperties>
18
          <StartPageUrl>
19
          </StartPageUrl>
20
          <StartAction>CurrentPage</StartAction>
21
          <AspNetDebugging>True</AspNetDebugging>
22
          <SilverlightDebugging>False</SilverlightDebugging>
23
          <NativeDebugging>False</NativeDebugging>
24
          <SQLDebugging>False</SQLDebugging>
25
          <ExternalProgram>
26
          </ExternalProgram>
27
          <StartExternalURL>
28
          </StartExternalURL>
29
          <StartCmdLineArguments>
30
          </StartCmdLineArguments>
31
          <StartWorkingDirectory>
32
          </StartWorkingDirectory>
33
          <EnableENC>True</EnableENC>
34
          <AlwaysStartWebServerOnDebug>True</AlwaysStartWebServerOnDebug>
35
        </WebProjectProperties>
36
      </FlavorProperties>
37
    </VisualStudio>
38
  </ProjectExtensions>
39
</Project>
ConvertService/ServiceBase/StationControllerService/Web.Debug.config
1
<?xml version="1.0" encoding="utf-8"?>
2

  
3
<!-- web.config 변환 사용에 대한 자세한 내용은 https://go.microsoft.com/fwlink/?LinkId=125889를 참조하세요. -->
4

  
5
<configuration xmlns:xdt="http://schemas.microsoft.com/XML-Document-Transform">
6
  <!--
7
    아래 예에서, "Match" 로케이터가 "MyDB" 값을 가진 "name" 특성을 
8
 찾은 경우에만 "SetAttributes" 변환에서 "ReleaseSQLServer"를 
9
 사용하도록 "connectionString"의 값을 변경합니다.
10
    
11
    <connectionStrings>
12
      <add name="MyDB" 
13
        connectionString="Data Source=ReleaseSQLServer;Initial Catalog=MyReleaseDB;Integrated Security=True" 
14
        xdt:Transform="SetAttributes" xdt:Locator="Match(name)"/>
15
    </connectionStrings>
16
  -->
17
  <system.web>
18
    <!--
19
      
20
      아래 예에서 "Replace" 변환은 web.config 파일의 
21
      <customErrors> 섹션 전체를 바꿉니다.
22
      <system.web> 노드 아래에는 customErrors 섹션이 하나만 있기 때문에 
23
      "xdt:Locator" 특성을 사용할 필요가 없습니다.
24
      
25
      <customErrors defaultRedirect="GenericError.htm"
26
        mode="RemoteOnly" xdt:Transform="Replace">
27
        <error statusCode="500" redirect="InternalError.htm"/>
28
      </customErrors>
29
    >
30
    -->
31
  </system.web>
32
</configuration>
ConvertService/ServiceBase/StationControllerService/Web.Release.config
1
<?xml version="1.0" encoding="utf-8"?>
2

  
3
<!-- web.config 변환 사용에 대한 자세한 내용은 https://go.microsoft.com/fwlink/?LinkId=125889를 참조하세요. -->
4

  
5
<configuration xmlns:xdt="http://schemas.microsoft.com/XML-Document-Transform">
6
  <!--
7
    아래 예에서, "Match" 로케이터가 "MyDB" 값을 가진 "name" 특성을 
8
 찾은 경우에만 "SetAttributes" 변환에서 "ReleaseSQLServer"를 
9
 사용하도록 "connectionString"의 값을 변경합니다.
10
    
11
    <connectionStrings>
12
      <add name="MyDB" 
13
        connectionString="Data Source=ReleaseSQLServer;Initial Catalog=MyReleaseDB;Integrated Security=True" 
14
        xdt:Transform="SetAttributes" xdt:Locator="Match(name)"/>
15
    </connectionStrings>
16
  -->
17
  <system.web>
18
    <compilation xdt:Transform="RemoveAttributes(debug)" />
19
    <!--
20
      
21
      아래 예에서 "Replace" 변환은 web.config 파일의 
22
      <customErrors> 섹션 전체를 바꿉니다.
23
      <system.web> 노드 아래에는 customErrors 섹션이 하나만 있기 때문에 
24
      "xdt:Locator" 특성을 사용할 필요가 없습니다.
25
      
26
      <customErrors defaultRedirect="GenericError.htm"
27
        mode="RemoteOnly" xdt:Transform="Replace">
28
        <error statusCode="500" redirect="InternalError.htm"/>
29
      </customErrors>
30
    >
31
    -->
32
  </system.web>
33
</configuration>
... 이 차이점은 표시할 수 있는 최대 줄수를 초과해서 이 차이점은 잘렸습니다.

내보내기 Unified diff

클립보드 이미지 추가 (최대 크기: 500 MB)