개정판 06f13e11
한글 파일명 다운로드 에러 수정
멀티 서비스 수정
Change-Id: I1a7eb48f1c758d32c805eb0394c66b92f9d27330
ConvertService/ServiceBase/ConvertionWebService/Conversion.asmx.cs | ||
---|---|---|
364 | 364 |
{ |
365 | 365 |
if (!slipLink.Contains("http://")) |
366 | 366 |
slipLink = Base64Decode(slipLink); |
367 |
doc.ENSEMBLEINFO_URL = slipLink; |
|
367 |
throw new Exception("doc.ENSEMBLEINFO_URL not support"); |
|
368 |
//doc.ENSEMBLEINFO_URL = slipLink; |
|
368 | 369 |
} |
369 | 370 |
|
370 | 371 |
deepViewEntity.SaveChanges(); |
ConvertService/ServiceBase/ConvertionWebService/ConvertionWebService.csproj | ||
---|---|---|
99 | 99 |
<Link>Log.config</Link> |
100 | 100 |
<CopyToOutputDirectory>Always</CopyToOutputDirectory> |
101 | 101 |
</None> |
102 |
<None Include="DeepViewDataModel.dll.config">
|
|
102 |
<Content Include="DeepViewDataModel.dll.config">
|
|
103 | 103 |
<CopyToOutputDirectory>Always</CopyToOutputDirectory> |
104 |
</None>
|
|
104 |
</Content>
|
|
105 | 105 |
<None Include="packages.config" /> |
106 | 106 |
<None Include="Properties\PublishProfiles\FILE.pubxml" /> |
107 | 107 |
<Content Include="Web.config" /> |
ConvertService/ServiceBase/ConvertionWebService/DeepViewDataModel.dll.config | ||
---|---|---|
17 | 17 |
<applicationSettings> |
18 | 18 |
<DeepViewDataModel.Properties.Settings> |
19 | 19 |
<setting name="ConverterConnectionString" serializeAs="String"> |
20 |
<value>data source=DESKTOP-MARKUS;Initial Catalog=markus_v3;uid=doftech;password=dof1073#</value>
|
|
20 |
<value>data source=.\SQLEXPRESS;initial catalog=Markus;persist security info=True;user id=ConvertService;Password=ConvertService;MultipleActiveResultSets=True;</value>
|
|
21 | 21 |
</setting> |
22 | 22 |
</DeepViewDataModel.Properties.Settings> |
23 | 23 |
</applicationSettings> |
ConvertService/ServiceBase/ConvertionWebService/Web.config | ||
---|---|---|
27 | 27 |
<value/> |
28 | 28 |
</setting> |
29 | 29 |
<setting name="ConverterRemotingUrl" serializeAs="String"> |
30 |
<value>tcp://cloud.devdoftech.co.kr:8091/remConverterPDF</value>
|
|
30 |
<value>tcp://localhost:8091/remConverterPDF</value>
|
|
31 | 31 |
</setting> |
32 | 32 |
<setting name="MARKUS_V3_PROJECTS" serializeAs="String"> |
33 | 33 |
<value>000000,111111</value> |
ConvertService/ServiceBase/IServiceBase/ConvertItem.cs | ||
---|---|---|
50 | 50 |
string _uniqueKey; |
51 | 51 |
string _projectNumber; |
52 | 52 |
string _convertID; |
53 |
string _serviceID; |
|
54 |
int _reConverter; |
|
53 | 55 |
string _originfilePath; |
54 | 56 |
string _convertPath; |
55 | 57 |
string _convertState; |
... | ... | |
64 | 66 |
public string ConvertID { get => _convertID; set => _convertID = value; } |
65 | 67 |
|
66 | 68 |
[DataMember] |
69 |
public string ServiceID { get => _serviceID; set => _serviceID = value; } |
|
70 |
|
|
71 |
[DataMember] |
|
72 |
public int ReConverter { get => _reConverter; set => _reConverter = value; } |
|
73 |
|
|
74 |
[DataMember] |
|
67 | 75 |
public string OriginfilePath { get => _originfilePath; set => _originfilePath = value; } |
68 | 76 |
|
69 | 77 |
[DataMember] |
ConvertService/ServiceBase/Markus.Service.Convert/Connected Services/StationService/Markus.Service.Interface.xsd | ||
---|---|---|
1 |
<?xml version="1.0" encoding="utf-8"?> |
|
2 |
<xs:schema xmlns:tns="http://schemas.datacontract.org/2004/07/Markus.Service.Interface" elementFormDefault="qualified" targetNamespace="http://schemas.datacontract.org/2004/07/Markus.Service.Interface" xmlns:xs="http://www.w3.org/2001/XMLSchema"> |
|
3 |
<xs:complexType name="ArrayOfConvertItem"> |
|
4 |
<xs:sequence> |
|
5 |
<xs:element minOccurs="0" maxOccurs="unbounded" name="ConvertItem" nillable="true" type="tns:ConvertItem" /> |
|
6 |
</xs:sequence> |
|
7 |
</xs:complexType> |
|
8 |
<xs:element name="ArrayOfConvertItem" nillable="true" type="tns:ArrayOfConvertItem" /> |
|
9 |
<xs:complexType name="ConvertItem"> |
|
10 |
<xs:sequence> |
|
11 |
<xs:element minOccurs="0" name="ConvertID" nillable="true" type="xs:string" /> |
|
12 |
<xs:element minOccurs="0" name="ConvertPath" nillable="true" type="xs:string" /> |
|
13 |
<xs:element minOccurs="0" name="ConvertState" nillable="true" type="xs:string" /> |
|
14 |
<xs:element minOccurs="0" name="CreateTime" type="xs:dateTime" /> |
|
15 |
<xs:element minOccurs="0" name="CurrentPageNo" type="xs:int" /> |
|
16 |
<xs:element minOccurs="0" name="OriginfilePath" nillable="true" type="xs:string" /> |
|
17 |
<xs:element minOccurs="0" name="PdfState" nillable="true" type="xs:string" /> |
|
18 |
<xs:element minOccurs="0" name="ProcessorAffinity" type="xs:long" /> |
|
19 |
<xs:element minOccurs="0" name="ProjectNumber" nillable="true" type="xs:string" /> |
|
20 |
<xs:element minOccurs="0" name="TotalPage" type="xs:int" /> |
|
21 |
<xs:element minOccurs="0" name="UniqueKey" nillable="true" type="xs:string" /> |
|
22 |
</xs:sequence> |
|
23 |
</xs:complexType> |
|
24 |
<xs:element name="ConvertItem" nillable="true" type="tns:ConvertItem" /> |
|
25 |
</xs:schema> |
ConvertService/ServiceBase/Markus.Service.Convert/Connected Services/StationService/Markus.Service.StationService.ConvertItem.datasource | ||
---|---|---|
1 |
<?xml version="1.0" encoding="utf-8"?> |
|
2 |
<!-- |
|
3 |
This file is automatically generated by Visual Studio .Net. It is |
|
4 |
used to store generic object data source configuration information. |
|
5 |
Renaming the file extension or editing the content of this file may |
|
6 |
cause the file to be unrecognizable by the program. |
|
7 |
--> |
|
8 |
<GenericObjectDataSource DisplayName="ConvertItem" Version="1.0" xmlns="urn:schemas-microsoft-com:xml-msdatasource"> |
|
9 |
<TypeInfo>Markus.Service.StationService.ConvertItem, Connected Services.StationService.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo> |
|
10 |
</GenericObjectDataSource> |
ConvertService/ServiceBase/Markus.Service.Convert/Connected Services/StationService/Reference.cs | ||
---|---|---|
1 |
//------------------------------------------------------------------------------ |
|
2 |
// <auto-generated> |
|
3 |
// 이 코드는 도구를 사용하여 생성되었습니다. |
|
4 |
// 런타임 버전:4.0.30319.42000 |
|
5 |
// |
|
6 |
// 파일 내용을 변경하면 잘못된 동작이 발생할 수 있으며, 코드를 다시 생성하면 |
|
7 |
// 이러한 변경 내용이 손실됩니다. |
|
8 |
// </auto-generated> |
|
9 |
//------------------------------------------------------------------------------ |
|
10 |
|
|
11 |
namespace Markus.Service.StationService { |
|
12 |
using System.Runtime.Serialization; |
|
13 |
using System; |
|
14 |
|
|
15 |
|
|
16 |
[System.Diagnostics.DebuggerStepThroughAttribute()] |
|
17 |
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")] |
|
18 |
[System.Runtime.Serialization.DataContractAttribute(Name="ConvertItem", Namespace="http://schemas.datacontract.org/2004/07/Markus.Service.Interface")] |
|
19 |
[System.SerializableAttribute()] |
|
20 |
public partial class ConvertItem : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged { |
|
21 |
|
|
22 |
[System.NonSerializedAttribute()] |
|
23 |
private System.Runtime.Serialization.ExtensionDataObject extensionDataField; |
|
24 |
|
|
25 |
[System.Runtime.Serialization.OptionalFieldAttribute()] |
|
26 |
private string ConvertIDField; |
|
27 |
|
|
28 |
[System.Runtime.Serialization.OptionalFieldAttribute()] |
|
29 |
private string ConvertPathField; |
|
30 |
|
|
31 |
[System.Runtime.Serialization.OptionalFieldAttribute()] |
|
32 |
private string ConvertStateField; |
|
33 |
|
|
34 |
[System.Runtime.Serialization.OptionalFieldAttribute()] |
|
35 |
private System.DateTime CreateTimeField; |
|
36 |
|
|
37 |
[System.Runtime.Serialization.OptionalFieldAttribute()] |
|
38 |
private int CurrentPageNoField; |
|
39 |
|
|
40 |
[System.Runtime.Serialization.OptionalFieldAttribute()] |
|
41 |
private string OriginfilePathField; |
|
42 |
|
|
43 |
[System.Runtime.Serialization.OptionalFieldAttribute()] |
|
44 |
private string PdfStateField; |
|
45 |
|
|
46 |
[System.Runtime.Serialization.OptionalFieldAttribute()] |
|
47 |
private long ProcessorAffinityField; |
|
48 |
|
|
49 |
[System.Runtime.Serialization.OptionalFieldAttribute()] |
|
50 |
private string ProjectNumberField; |
|
51 |
|
|
52 |
[System.Runtime.Serialization.OptionalFieldAttribute()] |
|
53 |
private int TotalPageField; |
|
54 |
|
|
55 |
[System.Runtime.Serialization.OptionalFieldAttribute()] |
|
56 |
private string UniqueKeyField; |
|
57 |
|
|
58 |
[global::System.ComponentModel.BrowsableAttribute(false)] |
|
59 |
public System.Runtime.Serialization.ExtensionDataObject ExtensionData { |
|
60 |
get { |
|
61 |
return this.extensionDataField; |
|
62 |
} |
|
63 |
set { |
|
64 |
this.extensionDataField = value; |
|
65 |
} |
|
66 |
} |
|
67 |
|
|
68 |
[System.Runtime.Serialization.DataMemberAttribute()] |
|
69 |
public string ConvertID { |
|
70 |
get { |
|
71 |
return this.ConvertIDField; |
|
72 |
} |
|
73 |
set { |
|
74 |
if ((object.ReferenceEquals(this.ConvertIDField, value) != true)) { |
|
75 |
this.ConvertIDField = value; |
|
76 |
this.RaisePropertyChanged("ConvertID"); |
|
77 |
} |
|
78 |
} |
|
79 |
} |
|
80 |
|
|
81 |
[System.Runtime.Serialization.DataMemberAttribute()] |
|
82 |
public string ConvertPath { |
|
83 |
get { |
|
84 |
return this.ConvertPathField; |
|
85 |
} |
|
86 |
set { |
|
87 |
if ((object.ReferenceEquals(this.ConvertPathField, value) != true)) { |
|
88 |
this.ConvertPathField = value; |
|
89 |
this.RaisePropertyChanged("ConvertPath"); |
|
90 |
} |
|
91 |
} |
|
92 |
} |
|
93 |
|
|
94 |
[System.Runtime.Serialization.DataMemberAttribute()] |
|
95 |
public string ConvertState { |
|
96 |
get { |
|
97 |
return this.ConvertStateField; |
|
98 |
} |
|
99 |
set { |
|
100 |
if ((object.ReferenceEquals(this.ConvertStateField, value) != true)) { |
|
101 |
this.ConvertStateField = value; |
|
102 |
this.RaisePropertyChanged("ConvertState"); |
|
103 |
} |
|
104 |
} |
|
105 |
} |
|
106 |
|
|
107 |
[System.Runtime.Serialization.DataMemberAttribute()] |
|
108 |
public System.DateTime CreateTime { |
|
109 |
get { |
|
110 |
return this.CreateTimeField; |
|
111 |
} |
|
112 |
set { |
|
113 |
if ((this.CreateTimeField.Equals(value) != true)) { |
|
114 |
this.CreateTimeField = value; |
|
115 |
this.RaisePropertyChanged("CreateTime"); |
|
116 |
} |
|
117 |
} |
|
118 |
} |
|
119 |
|
|
120 |
[System.Runtime.Serialization.DataMemberAttribute()] |
|
121 |
public int CurrentPageNo { |
|
122 |
get { |
|
123 |
return this.CurrentPageNoField; |
|
124 |
} |
|
125 |
set { |
|
126 |
if ((this.CurrentPageNoField.Equals(value) != true)) { |
|
127 |
this.CurrentPageNoField = value; |
|
128 |
this.RaisePropertyChanged("CurrentPageNo"); |
|
129 |
} |
|
130 |
} |
|
131 |
} |
|
132 |
|
|
133 |
[System.Runtime.Serialization.DataMemberAttribute()] |
|
134 |
public string OriginfilePath { |
|
135 |
get { |
|
136 |
return this.OriginfilePathField; |
|
137 |
} |
|
138 |
set { |
|
139 |
if ((object.ReferenceEquals(this.OriginfilePathField, value) != true)) { |
|
140 |
this.OriginfilePathField = value; |
|
141 |
this.RaisePropertyChanged("OriginfilePath"); |
|
142 |
} |
|
143 |
} |
|
144 |
} |
|
145 |
|
|
146 |
[System.Runtime.Serialization.DataMemberAttribute()] |
|
147 |
public string PdfState { |
|
148 |
get { |
|
149 |
return this.PdfStateField; |
|
150 |
} |
|
151 |
set { |
|
152 |
if ((object.ReferenceEquals(this.PdfStateField, value) != true)) { |
|
153 |
this.PdfStateField = value; |
|
154 |
this.RaisePropertyChanged("PdfState"); |
|
155 |
} |
|
156 |
} |
|
157 |
} |
|
158 |
|
|
159 |
[System.Runtime.Serialization.DataMemberAttribute()] |
|
160 |
public long ProcessorAffinity { |
|
161 |
get { |
|
162 |
return this.ProcessorAffinityField; |
|
163 |
} |
|
164 |
set { |
|
165 |
if ((this.ProcessorAffinityField.Equals(value) != true)) { |
|
166 |
this.ProcessorAffinityField = value; |
|
167 |
this.RaisePropertyChanged("ProcessorAffinity"); |
|
168 |
} |
|
169 |
} |
|
170 |
} |
|
171 |
|
|
172 |
[System.Runtime.Serialization.DataMemberAttribute()] |
|
173 |
public string ProjectNumber { |
|
174 |
get { |
|
175 |
return this.ProjectNumberField; |
|
176 |
} |
|
177 |
set { |
|
178 |
if ((object.ReferenceEquals(this.ProjectNumberField, value) != true)) { |
|
179 |
this.ProjectNumberField = value; |
|
180 |
this.RaisePropertyChanged("ProjectNumber"); |
|
181 |
} |
|
182 |
} |
|
183 |
} |
|
184 |
|
|
185 |
[System.Runtime.Serialization.DataMemberAttribute()] |
|
186 |
public int TotalPage { |
|
187 |
get { |
|
188 |
return this.TotalPageField; |
|
189 |
} |
|
190 |
set { |
|
191 |
if ((this.TotalPageField.Equals(value) != true)) { |
|
192 |
this.TotalPageField = value; |
|
193 |
this.RaisePropertyChanged("TotalPage"); |
|
194 |
} |
|
195 |
} |
|
196 |
} |
|
197 |
|
|
198 |
[System.Runtime.Serialization.DataMemberAttribute()] |
|
199 |
public string UniqueKey { |
|
200 |
get { |
|
201 |
return this.UniqueKeyField; |
|
202 |
} |
|
203 |
set { |
|
204 |
if ((object.ReferenceEquals(this.UniqueKeyField, value) != true)) { |
|
205 |
this.UniqueKeyField = value; |
|
206 |
this.RaisePropertyChanged("UniqueKey"); |
|
207 |
} |
|
208 |
} |
|
209 |
} |
|
210 |
|
|
211 |
public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged; |
|
212 |
|
|
213 |
protected void RaisePropertyChanged(string propertyName) { |
|
214 |
System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged; |
|
215 |
if ((propertyChanged != null)) { |
|
216 |
propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName)); |
|
217 |
} |
|
218 |
} |
|
219 |
} |
|
220 |
|
|
221 |
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] |
|
222 |
[System.ServiceModel.ServiceContractAttribute(ConfigurationName="StationService.IStationService")] |
|
223 |
public interface IStationService { |
|
224 |
|
|
225 |
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IStationService/ConvertAdd", ReplyAction="http://tempuri.org/IStationService/ConvertAddResponse")] |
|
226 |
string ConvertAdd(string ProjectNo, string ConvertID); |
|
227 |
|
|
228 |
[System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="http://tempuri.org/IStationService/ConvertAdd", ReplyAction="http://tempuri.org/IStationService/ConvertAddResponse")] |
|
229 |
System.IAsyncResult BeginConvertAdd(string ProjectNo, string ConvertID, System.AsyncCallback callback, object asyncState); |
|
230 |
|
|
231 |
string EndConvertAdd(System.IAsyncResult result); |
|
232 |
|
|
233 |
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IStationService/SettingMultiProcess", ReplyAction="http://tempuri.org/IStationService/SettingMultiProcessResponse")] |
|
234 |
bool SettingMultiProcess(int Value); |
|
235 |
|
|
236 |
[System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="http://tempuri.org/IStationService/SettingMultiProcess", ReplyAction="http://tempuri.org/IStationService/SettingMultiProcessResponse")] |
|
237 |
System.IAsyncResult BeginSettingMultiProcess(int Value, System.AsyncCallback callback, object asyncState); |
|
238 |
|
|
239 |
bool EndSettingMultiProcess(System.IAsyncResult result); |
|
240 |
|
|
241 |
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IStationService/ConvertProcessState", ReplyAction="http://tempuri.org/IStationService/ConvertProcessStateResponse")] |
|
242 |
bool ConvertProcessState(string ConvertID, int status, int CurrentPage, int TotalPage, string Error); |
|
243 |
|
|
244 |
[System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="http://tempuri.org/IStationService/ConvertProcessState", ReplyAction="http://tempuri.org/IStationService/ConvertProcessStateResponse")] |
|
245 |
System.IAsyncResult BeginConvertProcessState(string ConvertID, int status, int CurrentPage, int TotalPage, string Error, System.AsyncCallback callback, object asyncState); |
|
246 |
|
|
247 |
bool EndConvertProcessState(System.IAsyncResult result); |
|
248 |
|
|
249 |
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IStationService/ConvertMenualAdd", ReplyAction="http://tempuri.org/IStationService/ConvertMenualAddResponse")] |
|
250 |
string ConvertMenualAdd(string ProjectNo, string originfilePath, string DocumentID); |
|
251 |
|
|
252 |
[System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="http://tempuri.org/IStationService/ConvertMenualAdd", ReplyAction="http://tempuri.org/IStationService/ConvertMenualAddResponse")] |
|
253 |
System.IAsyncResult BeginConvertMenualAdd(string ProjectNo, string originfilePath, string DocumentID, System.AsyncCallback callback, object asyncState); |
|
254 |
|
|
255 |
string EndConvertMenualAdd(System.IAsyncResult result); |
|
256 |
|
|
257 |
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IStationService/ConvertFinish", ReplyAction="http://tempuri.org/IStationService/ConvertFinishResponse")] |
|
258 |
bool ConvertFinish(string ConvertID, int status, int TotalPage, int CurrentPage, string Error); |
|
259 |
|
|
260 |
[System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="http://tempuri.org/IStationService/ConvertFinish", ReplyAction="http://tempuri.org/IStationService/ConvertFinishResponse")] |
|
261 |
System.IAsyncResult BeginConvertFinish(string ConvertID, int status, int TotalPage, int CurrentPage, string Error, System.AsyncCallback callback, object asyncState); |
|
262 |
|
|
263 |
bool EndConvertFinish(System.IAsyncResult result); |
|
264 |
|
|
265 |
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IStationService/WaitConvertList", ReplyAction="http://tempuri.org/IStationService/WaitConvertListResponse")] |
|
266 |
Markus.Service.StationService.ConvertItem[] WaitConvertList(); |
|
267 |
|
|
268 |
[System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="http://tempuri.org/IStationService/WaitConvertList", ReplyAction="http://tempuri.org/IStationService/WaitConvertListResponse")] |
|
269 |
System.IAsyncResult BeginWaitConvertList(System.AsyncCallback callback, object asyncState); |
|
270 |
|
|
271 |
Markus.Service.StationService.ConvertItem[] EndWaitConvertList(System.IAsyncResult result); |
|
272 |
|
|
273 |
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IStationService/AliveConvertList", ReplyAction="http://tempuri.org/IStationService/AliveConvertListResponse")] |
|
274 |
Markus.Service.StationService.ConvertItem[] AliveConvertList(); |
|
275 |
|
|
276 |
[System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="http://tempuri.org/IStationService/AliveConvertList", ReplyAction="http://tempuri.org/IStationService/AliveConvertListResponse")] |
|
277 |
System.IAsyncResult BeginAliveConvertList(System.AsyncCallback callback, object asyncState); |
|
278 |
|
|
279 |
Markus.Service.StationService.ConvertItem[] EndAliveConvertList(System.IAsyncResult result); |
|
280 |
} |
|
281 |
|
|
282 |
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] |
|
283 |
public interface IStationServiceChannel : Markus.Service.StationService.IStationService, System.ServiceModel.IClientChannel { |
|
284 |
} |
|
285 |
|
|
286 |
[System.Diagnostics.DebuggerStepThroughAttribute()] |
|
287 |
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] |
|
288 |
public partial class ConvertAddCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { |
|
289 |
|
|
290 |
private object[] results; |
|
291 |
|
|
292 |
public ConvertAddCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : |
|
293 |
base(exception, cancelled, userState) { |
|
294 |
this.results = results; |
|
295 |
} |
|
296 |
|
|
297 |
public string Result { |
|
298 |
get { |
|
299 |
base.RaiseExceptionIfNecessary(); |
|
300 |
return ((string)(this.results[0])); |
|
301 |
} |
|
302 |
} |
|
303 |
} |
|
304 |
|
|
305 |
[System.Diagnostics.DebuggerStepThroughAttribute()] |
|
306 |
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] |
|
307 |
public partial class SettingMultiProcessCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { |
|
308 |
|
|
309 |
private object[] results; |
|
310 |
|
|
311 |
public SettingMultiProcessCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : |
|
312 |
base(exception, cancelled, userState) { |
|
313 |
this.results = results; |
|
314 |
} |
|
315 |
|
|
316 |
public bool Result { |
|
317 |
get { |
|
318 |
base.RaiseExceptionIfNecessary(); |
|
319 |
return ((bool)(this.results[0])); |
|
320 |
} |
|
321 |
} |
|
322 |
} |
|
323 |
|
|
324 |
[System.Diagnostics.DebuggerStepThroughAttribute()] |
|
325 |
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] |
|
326 |
public partial class ConvertProcessStateCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { |
|
327 |
|
|
328 |
private object[] results; |
|
329 |
|
|
330 |
public ConvertProcessStateCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : |
|
331 |
base(exception, cancelled, userState) { |
|
332 |
this.results = results; |
|
333 |
} |
|
334 |
|
|
335 |
public bool Result { |
|
336 |
get { |
|
337 |
base.RaiseExceptionIfNecessary(); |
|
338 |
return ((bool)(this.results[0])); |
|
339 |
} |
|
340 |
} |
|
341 |
} |
|
342 |
|
|
343 |
[System.Diagnostics.DebuggerStepThroughAttribute()] |
|
344 |
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] |
|
345 |
public partial class ConvertMenualAddCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { |
|
346 |
|
|
347 |
private object[] results; |
|
348 |
|
|
349 |
public ConvertMenualAddCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : |
|
350 |
base(exception, cancelled, userState) { |
|
351 |
this.results = results; |
|
352 |
} |
|
353 |
|
|
354 |
public string Result { |
|
355 |
get { |
|
356 |
base.RaiseExceptionIfNecessary(); |
|
357 |
return ((string)(this.results[0])); |
|
358 |
} |
|
359 |
} |
|
360 |
} |
|
361 |
|
|
362 |
[System.Diagnostics.DebuggerStepThroughAttribute()] |
|
363 |
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] |
|
364 |
public partial class ConvertFinishCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { |
|
365 |
|
|
366 |
private object[] results; |
|
367 |
|
|
368 |
public ConvertFinishCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : |
|
369 |
base(exception, cancelled, userState) { |
|
370 |
this.results = results; |
|
371 |
} |
|
372 |
|
|
373 |
public bool Result { |
|
374 |
get { |
|
375 |
base.RaiseExceptionIfNecessary(); |
|
376 |
return ((bool)(this.results[0])); |
|
377 |
} |
|
378 |
} |
|
379 |
} |
|
380 |
|
|
381 |
[System.Diagnostics.DebuggerStepThroughAttribute()] |
|
382 |
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] |
|
383 |
public partial class WaitConvertListCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { |
|
384 |
|
|
385 |
private object[] results; |
|
386 |
|
|
387 |
public WaitConvertListCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : |
|
388 |
base(exception, cancelled, userState) { |
|
389 |
this.results = results; |
|
390 |
} |
|
391 |
|
|
392 |
public Markus.Service.StationService.ConvertItem[] Result { |
|
393 |
get { |
|
394 |
base.RaiseExceptionIfNecessary(); |
|
395 |
return ((Markus.Service.StationService.ConvertItem[])(this.results[0])); |
|
396 |
} |
|
397 |
} |
|
398 |
} |
|
399 |
|
|
400 |
[System.Diagnostics.DebuggerStepThroughAttribute()] |
|
401 |
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] |
|
402 |
public partial class AliveConvertListCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { |
|
403 |
|
|
404 |
private object[] results; |
|
405 |
|
|
406 |
public AliveConvertListCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : |
|
407 |
base(exception, cancelled, userState) { |
|
408 |
this.results = results; |
|
409 |
} |
|
410 |
|
|
411 |
public Markus.Service.StationService.ConvertItem[] Result { |
|
412 |
get { |
|
413 |
base.RaiseExceptionIfNecessary(); |
|
414 |
return ((Markus.Service.StationService.ConvertItem[])(this.results[0])); |
|
415 |
} |
|
416 |
} |
|
417 |
} |
|
418 |
|
|
419 |
[System.Diagnostics.DebuggerStepThroughAttribute()] |
|
420 |
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] |
|
421 |
public partial class StationServiceClient : System.ServiceModel.ClientBase<Markus.Service.StationService.IStationService>, Markus.Service.StationService.IStationService { |
|
422 |
|
|
423 |
private BeginOperationDelegate onBeginConvertAddDelegate; |
|
424 |
|
|
425 |
private EndOperationDelegate onEndConvertAddDelegate; |
|
426 |
|
|
427 |
private System.Threading.SendOrPostCallback onConvertAddCompletedDelegate; |
|
428 |
|
|
429 |
private BeginOperationDelegate onBeginSettingMultiProcessDelegate; |
|
430 |
|
|
431 |
private EndOperationDelegate onEndSettingMultiProcessDelegate; |
|
432 |
|
|
433 |
private System.Threading.SendOrPostCallback onSettingMultiProcessCompletedDelegate; |
|
434 |
|
|
435 |
private BeginOperationDelegate onBeginConvertProcessStateDelegate; |
|
436 |
|
|
437 |
private EndOperationDelegate onEndConvertProcessStateDelegate; |
|
438 |
|
|
439 |
private System.Threading.SendOrPostCallback onConvertProcessStateCompletedDelegate; |
|
440 |
|
|
441 |
private BeginOperationDelegate onBeginConvertMenualAddDelegate; |
|
442 |
|
|
443 |
private EndOperationDelegate onEndConvertMenualAddDelegate; |
|
444 |
|
|
445 |
private System.Threading.SendOrPostCallback onConvertMenualAddCompletedDelegate; |
|
446 |
|
|
447 |
private BeginOperationDelegate onBeginConvertFinishDelegate; |
|
448 |
|
|
449 |
private EndOperationDelegate onEndConvertFinishDelegate; |
|
450 |
|
|
451 |
private System.Threading.SendOrPostCallback onConvertFinishCompletedDelegate; |
|
452 |
|
|
453 |
private BeginOperationDelegate onBeginWaitConvertListDelegate; |
|
454 |
|
|
455 |
private EndOperationDelegate onEndWaitConvertListDelegate; |
|
456 |
|
|
457 |
private System.Threading.SendOrPostCallback onWaitConvertListCompletedDelegate; |
|
458 |
|
|
459 |
private BeginOperationDelegate onBeginAliveConvertListDelegate; |
|
460 |
|
|
461 |
private EndOperationDelegate onEndAliveConvertListDelegate; |
|
462 |
|
|
463 |
private System.Threading.SendOrPostCallback onAliveConvertListCompletedDelegate; |
|
464 |
|
|
465 |
public StationServiceClient() { |
|
466 |
} |
|
467 |
|
|
468 |
public StationServiceClient(string endpointConfigurationName) : |
|
469 |
base(endpointConfigurationName) { |
|
470 |
} |
|
471 |
|
|
472 |
public StationServiceClient(string endpointConfigurationName, string remoteAddress) : |
|
473 |
base(endpointConfigurationName, remoteAddress) { |
|
474 |
} |
|
475 |
|
|
476 |
public StationServiceClient(string endpointConfigurationName, System.ServiceModel.EndpointAddress remoteAddress) : |
|
477 |
base(endpointConfigurationName, remoteAddress) { |
|
478 |
} |
|
479 |
|
|
480 |
public StationServiceClient(System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress) : |
|
481 |
base(binding, remoteAddress) { |
|
482 |
} |
|
483 |
|
|
484 |
public event System.EventHandler<ConvertAddCompletedEventArgs> ConvertAddCompleted; |
|
485 |
|
|
486 |
public event System.EventHandler<SettingMultiProcessCompletedEventArgs> SettingMultiProcessCompleted; |
|
487 |
|
|
488 |
public event System.EventHandler<ConvertProcessStateCompletedEventArgs> ConvertProcessStateCompleted; |
|
489 |
|
|
490 |
public event System.EventHandler<ConvertMenualAddCompletedEventArgs> ConvertMenualAddCompleted; |
|
491 |
|
|
492 |
public event System.EventHandler<ConvertFinishCompletedEventArgs> ConvertFinishCompleted; |
|
493 |
|
|
494 |
public event System.EventHandler<WaitConvertListCompletedEventArgs> WaitConvertListCompleted; |
|
495 |
|
|
496 |
public event System.EventHandler<AliveConvertListCompletedEventArgs> AliveConvertListCompleted; |
|
497 |
|
|
498 |
public string ConvertAdd(string ProjectNo, string ConvertID) { |
|
499 |
return base.Channel.ConvertAdd(ProjectNo, ConvertID); |
|
500 |
} |
|
501 |
|
|
502 |
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
|
503 |
public System.IAsyncResult BeginConvertAdd(string ProjectNo, string ConvertID, System.AsyncCallback callback, object asyncState) { |
|
504 |
return base.Channel.BeginConvertAdd(ProjectNo, ConvertID, callback, asyncState); |
|
505 |
} |
|
506 |
|
|
507 |
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
|
508 |
public string EndConvertAdd(System.IAsyncResult result) { |
|
509 |
return base.Channel.EndConvertAdd(result); |
|
510 |
} |
|
511 |
|
|
512 |
private System.IAsyncResult OnBeginConvertAdd(object[] inValues, System.AsyncCallback callback, object asyncState) { |
|
513 |
string ProjectNo = ((string)(inValues[0])); |
|
514 |
string ConvertID = ((string)(inValues[1])); |
|
515 |
return this.BeginConvertAdd(ProjectNo, ConvertID, callback, asyncState); |
|
516 |
} |
|
517 |
|
|
518 |
private object[] OnEndConvertAdd(System.IAsyncResult result) { |
|
519 |
string retVal = this.EndConvertAdd(result); |
|
520 |
return new object[] { |
|
521 |
retVal}; |
|
522 |
} |
|
523 |
|
|
524 |
private void OnConvertAddCompleted(object state) { |
|
525 |
if ((this.ConvertAddCompleted != null)) { |
|
526 |
InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state)); |
|
527 |
this.ConvertAddCompleted(this, new ConvertAddCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState)); |
|
528 |
} |
|
529 |
} |
|
530 |
|
|
531 |
public void ConvertAddAsync(string ProjectNo, string ConvertID) { |
|
532 |
this.ConvertAddAsync(ProjectNo, ConvertID, null); |
|
533 |
} |
|
534 |
|
|
535 |
public void ConvertAddAsync(string ProjectNo, string ConvertID, object userState) { |
|
536 |
if ((this.onBeginConvertAddDelegate == null)) { |
|
537 |
this.onBeginConvertAddDelegate = new BeginOperationDelegate(this.OnBeginConvertAdd); |
|
538 |
} |
|
539 |
if ((this.onEndConvertAddDelegate == null)) { |
|
540 |
this.onEndConvertAddDelegate = new EndOperationDelegate(this.OnEndConvertAdd); |
|
541 |
} |
|
542 |
if ((this.onConvertAddCompletedDelegate == null)) { |
|
543 |
this.onConvertAddCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnConvertAddCompleted); |
|
544 |
} |
|
545 |
base.InvokeAsync(this.onBeginConvertAddDelegate, new object[] { |
|
546 |
ProjectNo, |
|
547 |
ConvertID}, this.onEndConvertAddDelegate, this.onConvertAddCompletedDelegate, userState); |
|
548 |
} |
|
549 |
|
|
550 |
public bool SettingMultiProcess(int Value) { |
|
551 |
return base.Channel.SettingMultiProcess(Value); |
|
552 |
} |
|
553 |
|
|
554 |
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
|
555 |
public System.IAsyncResult BeginSettingMultiProcess(int Value, System.AsyncCallback callback, object asyncState) { |
|
556 |
return base.Channel.BeginSettingMultiProcess(Value, callback, asyncState); |
|
557 |
} |
|
558 |
|
|
559 |
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
|
560 |
public bool EndSettingMultiProcess(System.IAsyncResult result) { |
|
561 |
return base.Channel.EndSettingMultiProcess(result); |
|
562 |
} |
|
563 |
|
|
564 |
private System.IAsyncResult OnBeginSettingMultiProcess(object[] inValues, System.AsyncCallback callback, object asyncState) { |
|
565 |
int Value = ((int)(inValues[0])); |
|
566 |
return this.BeginSettingMultiProcess(Value, callback, asyncState); |
|
567 |
} |
|
568 |
|
|
569 |
private object[] OnEndSettingMultiProcess(System.IAsyncResult result) { |
|
570 |
bool retVal = this.EndSettingMultiProcess(result); |
|
571 |
return new object[] { |
|
572 |
retVal}; |
|
573 |
} |
|
574 |
|
|
575 |
private void OnSettingMultiProcessCompleted(object state) { |
|
576 |
if ((this.SettingMultiProcessCompleted != null)) { |
|
577 |
InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state)); |
|
578 |
this.SettingMultiProcessCompleted(this, new SettingMultiProcessCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState)); |
|
579 |
} |
|
580 |
} |
|
581 |
|
|
582 |
public void SettingMultiProcessAsync(int Value) { |
|
583 |
this.SettingMultiProcessAsync(Value, null); |
|
584 |
} |
|
585 |
|
|
586 |
public void SettingMultiProcessAsync(int Value, object userState) { |
|
587 |
if ((this.onBeginSettingMultiProcessDelegate == null)) { |
|
588 |
this.onBeginSettingMultiProcessDelegate = new BeginOperationDelegate(this.OnBeginSettingMultiProcess); |
|
589 |
} |
|
590 |
if ((this.onEndSettingMultiProcessDelegate == null)) { |
|
591 |
this.onEndSettingMultiProcessDelegate = new EndOperationDelegate(this.OnEndSettingMultiProcess); |
|
592 |
} |
|
593 |
if ((this.onSettingMultiProcessCompletedDelegate == null)) { |
|
594 |
this.onSettingMultiProcessCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnSettingMultiProcessCompleted); |
|
595 |
} |
|
596 |
base.InvokeAsync(this.onBeginSettingMultiProcessDelegate, new object[] { |
|
597 |
Value}, this.onEndSettingMultiProcessDelegate, this.onSettingMultiProcessCompletedDelegate, userState); |
|
598 |
} |
|
599 |
|
|
600 |
public bool ConvertProcessState(string ConvertID, int status, int CurrentPage, int TotalPage, string Error) { |
|
601 |
return base.Channel.ConvertProcessState(ConvertID, status, CurrentPage, TotalPage, Error); |
|
602 |
} |
|
603 |
|
|
604 |
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
|
605 |
public System.IAsyncResult BeginConvertProcessState(string ConvertID, int status, int CurrentPage, int TotalPage, string Error, System.AsyncCallback callback, object asyncState) { |
|
606 |
return base.Channel.BeginConvertProcessState(ConvertID, status, CurrentPage, TotalPage, Error, callback, asyncState); |
|
607 |
} |
|
608 |
|
|
609 |
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
|
610 |
public bool EndConvertProcessState(System.IAsyncResult result) { |
|
611 |
return base.Channel.EndConvertProcessState(result); |
|
612 |
} |
|
613 |
|
|
614 |
private System.IAsyncResult OnBeginConvertProcessState(object[] inValues, System.AsyncCallback callback, object asyncState) { |
|
615 |
string ConvertID = ((string)(inValues[0])); |
|
616 |
int status = ((int)(inValues[1])); |
|
617 |
int CurrentPage = ((int)(inValues[2])); |
|
618 |
int TotalPage = ((int)(inValues[3])); |
|
619 |
string Error = ((string)(inValues[4])); |
|
620 |
return this.BeginConvertProcessState(ConvertID, status, CurrentPage, TotalPage, Error, callback, asyncState); |
|
621 |
} |
|
622 |
|
|
623 |
private object[] OnEndConvertProcessState(System.IAsyncResult result) { |
|
624 |
bool retVal = this.EndConvertProcessState(result); |
|
625 |
return new object[] { |
|
626 |
retVal}; |
|
627 |
} |
|
628 |
|
|
629 |
private void OnConvertProcessStateCompleted(object state) { |
|
630 |
if ((this.ConvertProcessStateCompleted != null)) { |
|
631 |
InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state)); |
|
632 |
this.ConvertProcessStateCompleted(this, new ConvertProcessStateCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState)); |
|
633 |
} |
|
634 |
} |
|
635 |
|
|
636 |
public void ConvertProcessStateAsync(string ConvertID, int status, int CurrentPage, int TotalPage, string Error) { |
|
637 |
this.ConvertProcessStateAsync(ConvertID, status, CurrentPage, TotalPage, Error, null); |
|
638 |
} |
|
639 |
|
|
640 |
public void ConvertProcessStateAsync(string ConvertID, int status, int CurrentPage, int TotalPage, string Error, object userState) { |
|
641 |
if ((this.onBeginConvertProcessStateDelegate == null)) { |
|
642 |
this.onBeginConvertProcessStateDelegate = new BeginOperationDelegate(this.OnBeginConvertProcessState); |
|
643 |
} |
|
644 |
if ((this.onEndConvertProcessStateDelegate == null)) { |
|
645 |
this.onEndConvertProcessStateDelegate = new EndOperationDelegate(this.OnEndConvertProcessState); |
|
646 |
} |
|
647 |
if ((this.onConvertProcessStateCompletedDelegate == null)) { |
|
648 |
this.onConvertProcessStateCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnConvertProcessStateCompleted); |
|
649 |
} |
|
650 |
base.InvokeAsync(this.onBeginConvertProcessStateDelegate, new object[] { |
|
651 |
ConvertID, |
|
652 |
status, |
|
653 |
CurrentPage, |
|
654 |
TotalPage, |
|
655 |
Error}, this.onEndConvertProcessStateDelegate, this.onConvertProcessStateCompletedDelegate, userState); |
|
656 |
} |
|
657 |
|
|
658 |
public string ConvertMenualAdd(string ProjectNo, string originfilePath, string DocumentID) { |
|
659 |
return base.Channel.ConvertMenualAdd(ProjectNo, originfilePath, DocumentID); |
|
660 |
} |
|
661 |
|
|
662 |
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
|
663 |
public System.IAsyncResult BeginConvertMenualAdd(string ProjectNo, string originfilePath, string DocumentID, System.AsyncCallback callback, object asyncState) { |
|
664 |
return base.Channel.BeginConvertMenualAdd(ProjectNo, originfilePath, DocumentID, callback, asyncState); |
|
665 |
} |
|
666 |
|
|
667 |
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
|
668 |
public string EndConvertMenualAdd(System.IAsyncResult result) { |
|
669 |
return base.Channel.EndConvertMenualAdd(result); |
|
670 |
} |
|
671 |
|
|
672 |
private System.IAsyncResult OnBeginConvertMenualAdd(object[] inValues, System.AsyncCallback callback, object asyncState) { |
|
673 |
string ProjectNo = ((string)(inValues[0])); |
|
674 |
string originfilePath = ((string)(inValues[1])); |
|
675 |
string DocumentID = ((string)(inValues[2])); |
|
676 |
return this.BeginConvertMenualAdd(ProjectNo, originfilePath, DocumentID, callback, asyncState); |
|
677 |
} |
|
678 |
|
|
679 |
private object[] OnEndConvertMenualAdd(System.IAsyncResult result) { |
|
680 |
string retVal = this.EndConvertMenualAdd(result); |
|
681 |
return new object[] { |
|
682 |
retVal}; |
|
683 |
} |
|
684 |
|
|
685 |
private void OnConvertMenualAddCompleted(object state) { |
|
686 |
if ((this.ConvertMenualAddCompleted != null)) { |
|
687 |
InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state)); |
|
688 |
this.ConvertMenualAddCompleted(this, new ConvertMenualAddCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState)); |
|
689 |
} |
|
690 |
} |
|
691 |
|
|
692 |
public void ConvertMenualAddAsync(string ProjectNo, string originfilePath, string DocumentID) { |
|
693 |
this.ConvertMenualAddAsync(ProjectNo, originfilePath, DocumentID, null); |
|
694 |
} |
|
695 |
|
|
696 |
public void ConvertMenualAddAsync(string ProjectNo, string originfilePath, string DocumentID, object userState) { |
|
697 |
if ((this.onBeginConvertMenualAddDelegate == null)) { |
|
698 |
this.onBeginConvertMenualAddDelegate = new BeginOperationDelegate(this.OnBeginConvertMenualAdd); |
|
699 |
} |
|
700 |
if ((this.onEndConvertMenualAddDelegate == null)) { |
|
701 |
this.onEndConvertMenualAddDelegate = new EndOperationDelegate(this.OnEndConvertMenualAdd); |
|
702 |
} |
|
703 |
if ((this.onConvertMenualAddCompletedDelegate == null)) { |
|
704 |
this.onConvertMenualAddCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnConvertMenualAddCompleted); |
|
705 |
} |
|
706 |
base.InvokeAsync(this.onBeginConvertMenualAddDelegate, new object[] { |
|
707 |
ProjectNo, |
|
708 |
originfilePath, |
|
709 |
DocumentID}, this.onEndConvertMenualAddDelegate, this.onConvertMenualAddCompletedDelegate, userState); |
|
710 |
} |
|
711 |
|
|
712 |
public bool ConvertFinish(string ConvertID, int status, int TotalPage, int CurrentPage, string Error) { |
|
713 |
return base.Channel.ConvertFinish(ConvertID, status, TotalPage, CurrentPage, Error); |
|
714 |
} |
|
715 |
|
|
716 |
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
|
717 |
public System.IAsyncResult BeginConvertFinish(string ConvertID, int status, int TotalPage, int CurrentPage, string Error, System.AsyncCallback callback, object asyncState) { |
|
718 |
return base.Channel.BeginConvertFinish(ConvertID, status, TotalPage, CurrentPage, Error, callback, asyncState); |
|
719 |
} |
|
720 |
|
|
721 |
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
|
722 |
public bool EndConvertFinish(System.IAsyncResult result) { |
|
723 |
return base.Channel.EndConvertFinish(result); |
|
724 |
} |
|
725 |
|
|
726 |
private System.IAsyncResult OnBeginConvertFinish(object[] inValues, System.AsyncCallback callback, object asyncState) { |
|
727 |
string ConvertID = ((string)(inValues[0])); |
|
728 |
int status = ((int)(inValues[1])); |
|
729 |
int TotalPage = ((int)(inValues[2])); |
|
730 |
int CurrentPage = ((int)(inValues[3])); |
|
731 |
string Error = ((string)(inValues[4])); |
|
732 |
return this.BeginConvertFinish(ConvertID, status, TotalPage, CurrentPage, Error, callback, asyncState); |
|
733 |
} |
|
734 |
|
|
735 |
private object[] OnEndConvertFinish(System.IAsyncResult result) { |
|
736 |
bool retVal = this.EndConvertFinish(result); |
|
737 |
return new object[] { |
|
738 |
retVal}; |
|
739 |
} |
|
740 |
|
|
741 |
private void OnConvertFinishCompleted(object state) { |
|
742 |
if ((this.ConvertFinishCompleted != null)) { |
|
743 |
InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state)); |
|
744 |
this.ConvertFinishCompleted(this, new ConvertFinishCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState)); |
|
745 |
} |
|
746 |
} |
|
747 |
|
|
748 |
public void ConvertFinishAsync(string ConvertID, int status, int TotalPage, int CurrentPage, string Error) { |
|
749 |
this.ConvertFinishAsync(ConvertID, status, TotalPage, CurrentPage, Error, null); |
|
750 |
} |
|
751 |
|
|
752 |
public void ConvertFinishAsync(string ConvertID, int status, int TotalPage, int CurrentPage, string Error, object userState) { |
|
753 |
if ((this.onBeginConvertFinishDelegate == null)) { |
|
754 |
this.onBeginConvertFinishDelegate = new BeginOperationDelegate(this.OnBeginConvertFinish); |
|
755 |
} |
|
756 |
if ((this.onEndConvertFinishDelegate == null)) { |
|
757 |
this.onEndConvertFinishDelegate = new EndOperationDelegate(this.OnEndConvertFinish); |
|
758 |
} |
|
759 |
if ((this.onConvertFinishCompletedDelegate == null)) { |
|
760 |
this.onConvertFinishCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnConvertFinishCompleted); |
|
761 |
} |
|
762 |
base.InvokeAsync(this.onBeginConvertFinishDelegate, new object[] { |
|
763 |
ConvertID, |
|
764 |
status, |
|
765 |
TotalPage, |
|
766 |
CurrentPage, |
|
767 |
Error}, this.onEndConvertFinishDelegate, this.onConvertFinishCompletedDelegate, userState); |
|
768 |
} |
|
769 |
|
|
770 |
public Markus.Service.StationService.ConvertItem[] WaitConvertList() { |
|
771 |
return base.Channel.WaitConvertList(); |
|
772 |
} |
|
773 |
|
|
774 |
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
|
775 |
public System.IAsyncResult BeginWaitConvertList(System.AsyncCallback callback, object asyncState) { |
|
776 |
return base.Channel.BeginWaitConvertList(callback, asyncState); |
|
777 |
} |
|
778 |
|
|
779 |
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
|
780 |
public Markus.Service.StationService.ConvertItem[] EndWaitConvertList(System.IAsyncResult result) { |
|
781 |
return base.Channel.EndWaitConvertList(result); |
|
782 |
} |
|
783 |
|
|
784 |
private System.IAsyncResult OnBeginWaitConvertList(object[] inValues, System.AsyncCallback callback, object asyncState) { |
|
785 |
return this.BeginWaitConvertList(callback, asyncState); |
|
786 |
} |
|
787 |
|
|
788 |
private object[] OnEndWaitConvertList(System.IAsyncResult result) { |
|
789 |
Markus.Service.StationService.ConvertItem[] retVal = this.EndWaitConvertList(result); |
|
790 |
return new object[] { |
|
791 |
retVal}; |
|
792 |
} |
|
793 |
|
|
794 |
private void OnWaitConvertListCompleted(object state) { |
|
795 |
if ((this.WaitConvertListCompleted != null)) { |
|
796 |
InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state)); |
|
797 |
this.WaitConvertListCompleted(this, new WaitConvertListCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState)); |
|
798 |
} |
|
799 |
} |
|
800 |
|
|
801 |
public void WaitConvertListAsync() { |
|
802 |
this.WaitConvertListAsync(null); |
|
803 |
} |
|
804 |
|
|
805 |
public void WaitConvertListAsync(object userState) { |
|
806 |
if ((this.onBeginWaitConvertListDelegate == null)) { |
|
807 |
this.onBeginWaitConvertListDelegate = new BeginOperationDelegate(this.OnBeginWaitConvertList); |
|
808 |
} |
|
809 |
if ((this.onEndWaitConvertListDelegate == null)) { |
|
810 |
this.onEndWaitConvertListDelegate = new EndOperationDelegate(this.OnEndWaitConvertList); |
|
811 |
} |
|
812 |
if ((this.onWaitConvertListCompletedDelegate == null)) { |
|
813 |
this.onWaitConvertListCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnWaitConvertListCompleted); |
|
814 |
} |
|
815 |
base.InvokeAsync(this.onBeginWaitConvertListDelegate, null, this.onEndWaitConvertListDelegate, this.onWaitConvertListCompletedDelegate, userState); |
|
816 |
} |
|
817 |
|
|
818 |
public Markus.Service.StationService.ConvertItem[] AliveConvertList() { |
|
819 |
return base.Channel.AliveConvertList(); |
|
820 |
} |
|
821 |
|
|
822 |
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
|
823 |
public System.IAsyncResult BeginAliveConvertList(System.AsyncCallback callback, object asyncState) { |
|
824 |
return base.Channel.BeginAliveConvertList(callback, asyncState); |
|
825 |
} |
|
826 |
|
|
827 |
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
|
828 |
public Markus.Service.StationService.ConvertItem[] EndAliveConvertList(System.IAsyncResult result) { |
|
829 |
return base.Channel.EndAliveConvertList(result); |
|
830 |
} |
|
831 |
|
|
832 |
private System.IAsyncResult OnBeginAliveConvertList(object[] inValues, System.AsyncCallback callback, object asyncState) { |
|
833 |
return this.BeginAliveConvertList(callback, asyncState); |
|
834 |
} |
|
835 |
|
|
836 |
private object[] OnEndAliveConvertList(System.IAsyncResult result) { |
|
837 |
Markus.Service.StationService.ConvertItem[] retVal = this.EndAliveConvertList(result); |
|
838 |
return new object[] { |
|
839 |
retVal}; |
|
840 |
} |
|
841 |
|
|
842 |
private void OnAliveConvertListCompleted(object state) { |
|
843 |
if ((this.AliveConvertListCompleted != null)) { |
|
844 |
InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state)); |
|
845 |
this.AliveConvertListCompleted(this, new AliveConvertListCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState)); |
|
846 |
} |
|
847 |
} |
|
848 |
|
|
849 |
public void AliveConvertListAsync() { |
|
850 |
this.AliveConvertListAsync(null); |
|
851 |
} |
|
852 |
|
|
853 |
public void AliveConvertListAsync(object userState) { |
|
854 |
if ((this.onBeginAliveConvertListDelegate == null)) { |
|
855 |
this.onBeginAliveConvertListDelegate = new BeginOperationDelegate(this.OnBeginAliveConvertList); |
|
856 |
} |
|
857 |
if ((this.onEndAliveConvertListDelegate == null)) { |
|
858 |
this.onEndAliveConvertListDelegate = new EndOperationDelegate(this.OnEndAliveConvertList); |
|
859 |
} |
|
860 |
if ((this.onAliveConvertListCompletedDelegate == null)) { |
|
861 |
this.onAliveConvertListCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnAliveConvertListCompleted); |
|
862 |
} |
|
863 |
base.InvokeAsync(this.onBeginAliveConvertListDelegate, null, this.onEndAliveConvertListDelegate, this.onAliveConvertListCompletedDelegate, userState); |
|
864 |
} |
|
865 |
} |
|
866 |
} |
ConvertService/ServiceBase/Markus.Service.Convert/Connected Services/StationService/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="e4d04e03-b39c-4b98-b901-a127cee9454c" xmlns="urn:schemas-microsoft-com:xml-wcfservicemap"> |
|
3 |
<ClientOptions> |
|
4 |
<GenerateAsynchronousMethods>true</GenerateAsynchronousMethods> |
|
5 |
<EnableDataBinding>true</EnableDataBinding> |
|
6 |
<ExcludedTypes /> |
|
7 |
<ImportXmlTypes>false</ImportXmlTypes> |
|
8 |
<GenerateInternalTypes>false</GenerateInternalTypes> |
|
9 |
<GenerateMessageContracts>false</GenerateMessageContracts> |
|
10 |
<NamespaceMappings /> |
|
11 |
<CollectionMappings /> |
|
12 |
<GenerateSerializableTypes>true</GenerateSerializableTypes> |
|
13 |
<Serializer>Auto</Serializer> |
|
14 |
<UseSerializerForFaults>true</UseSerializerForFaults> |
|
15 |
<ReferenceAllAssemblies>false</ReferenceAllAssemblies> |
|
16 |
<ReferencedAssemblies> |
|
17 |
<ReferencedAssembly AssemblyName="Markus.Message" /> |
|
18 |
</ReferencedAssemblies> |
|
19 |
<ReferencedDataContractTypes /> |
|
20 |
<ServiceContractMappings /> |
|
21 |
</ClientOptions> |
|
22 |
<MetadataSources> |
|
23 |
<MetadataSource Address="http://localhost:9111/StationService/mex" Protocol="mex" SourceId="1" /> |
|
24 |
</MetadataSources> |
|
25 |
<Metadata> |
|
26 |
<MetadataFile FileName="service.wsdl" MetadataType="Wsdl" ID="5633f816-6d16-405b-92ef-9c87d2677d84" SourceId="1" SourceUrl="http://localhost:9111/StationService/mex" /> |
|
27 |
<MetadataFile FileName="service.xsd" MetadataType="Schema" ID="83a32a8f-f379-4748-b969-99d10945f92d" SourceId="1" SourceUrl="http://localhost:9111/StationService/mex" /> |
|
28 |
<MetadataFile FileName="service1.xsd" MetadataType="Schema" ID="5b02f863-fcbc-4b03-9c18-dcb2751f837a" SourceId="1" SourceUrl="http://localhost:9111/StationService/mex" /> |
|
29 |
<MetadataFile FileName="Markus.Service.Interface.xsd" MetadataType="Schema" ID="841f84f3-7576-488b-8c8b-b146ff19372c" SourceId="1" SourceUrl="http://localhost:9111/StationService/mex" /> |
|
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.Convert/Connected Services/StationService/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:<?xml version="1.0" encoding="utf-16"?><Data name="BasicHttpBinding_IStationService" />" bindingType="basicHttpBinding" name="BasicHttpBinding_IStationService" /> |
|
6 |
</bindings> |
|
7 |
<endpoints> |
|
8 |
<endpoint normalizedDigest="<?xml version="1.0" encoding="utf-16"?><Data address="http://localhost:9111/StationService" binding="basicHttpBinding" bindingConfiguration="BasicHttpBinding_IStationService" contract="StationService.IStationService" name="BasicHttpBinding_IStationService" />" digest="<?xml version="1.0" encoding="utf-16"?><Data address="http://localhost:9111/StationService" binding="basicHttpBinding" bindingConfiguration="BasicHttpBinding_IStationService" contract="StationService.IStationService" name="BasicHttpBinding_IStationService" />" contractName="StationService.IStationService" name="BasicHttpBinding_IStationService" /> |
|
9 |
</endpoints> |
|
10 |
</configurationSnapshot> |
ConvertService/ServiceBase/Markus.Service.Convert/Connected Services/StationService/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="FZ71BevQ5DzVE7m8YXL6XV8/exc="> |
|
3 |
<bindingConfigurations> |
|
4 |
<bindingConfiguration bindingType="basicHttpBinding" name="BasicHttpBinding_IStationService"> |
|
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_IStationService</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_IStationService" contract="StationService.IStationService" bindingType="basicHttpBinding" address="http://localhost:9111/StationService" bindingConfiguration="BasicHttpBinding_IStationService"> |
|
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://localhost:9111/StationService</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_IStationService</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>StationService.IStationService</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><Header /></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_IStationService</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.Convert/Connected Services/StationService/service.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:soap="http://schemas.xmlsoap.org/wsdl/soap/" 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: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="StationService" 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 namespace="http://tempuri.org/" /> |
|
6 |
<xsd:import namespace="http://schemas.microsoft.com/2003/10/Serialization/" /> |
|
7 |
<xsd:import namespace="http://schemas.datacontract.org/2004/07/Markus.Service.Interface" /> |
|
8 |
</xsd:schema> |
|
9 |
</wsdl:types> |
|
10 |
<wsdl:message name="IStationService_ConvertAdd_InputMessage"> |
|
11 |
<wsdl:part name="parameters" element="tns:ConvertAdd" /> |
|
12 |
</wsdl:message> |
|
13 |
<wsdl:message name="IStationService_ConvertAdd_OutputMessage"> |
|
14 |
<wsdl:part name="parameters" element="tns:ConvertAddResponse" /> |
|
15 |
</wsdl:message> |
|
16 |
<wsdl:message name="IStationService_SettingMultiProcess_InputMessage"> |
|
17 |
<wsdl:part name="parameters" element="tns:SettingMultiProcess" /> |
|
18 |
</wsdl:message> |
|
19 |
<wsdl:message name="IStationService_SettingMultiProcess_OutputMessage"> |
|
20 |
<wsdl:part name="parameters" element="tns:SettingMultiProcessResponse" /> |
|
21 |
</wsdl:message> |
|
22 |
<wsdl:message name="IStationService_ConvertProcessState_InputMessage"> |
|
23 |
<wsdl:part name="parameters" element="tns:ConvertProcessState" /> |
|
24 |
</wsdl:message> |
|
25 |
<wsdl:message name="IStationService_ConvertProcessState_OutputMessage"> |
|
26 |
<wsdl:part name="parameters" element="tns:ConvertProcessStateResponse" /> |
|
27 |
</wsdl:message> |
|
28 |
<wsdl:message name="IStationService_ConvertMenualAdd_InputMessage"> |
|
29 |
<wsdl:part name="parameters" element="tns:ConvertMenualAdd" /> |
|
30 |
</wsdl:message> |
|
31 |
<wsdl:message name="IStationService_ConvertMenualAdd_OutputMessage"> |
|
32 |
<wsdl:part name="parameters" element="tns:ConvertMenualAddResponse" /> |
|
33 |
</wsdl:message> |
|
34 |
<wsdl:message name="IStationService_ConvertFinish_InputMessage"> |
|
35 |
<wsdl:part name="parameters" element="tns:ConvertFinish" /> |
|
36 |
</wsdl:message> |
|
37 |
<wsdl:message name="IStationService_ConvertFinish_OutputMessage"> |
|
38 |
<wsdl:part name="parameters" element="tns:ConvertFinishResponse" /> |
|
39 |
</wsdl:message> |
|
40 |
<wsdl:message name="IStationService_WaitConvertList_InputMessage"> |
|
41 |
<wsdl:part name="parameters" element="tns:WaitConvertList" /> |
|
42 |
</wsdl:message> |
|
43 |
<wsdl:message name="IStationService_WaitConvertList_OutputMessage"> |
|
44 |
<wsdl:part name="parameters" element="tns:WaitConvertListResponse" /> |
|
45 |
</wsdl:message> |
|
46 |
<wsdl:message name="IStationService_AliveConvertList_InputMessage"> |
|
47 |
<wsdl:part name="parameters" element="tns:AliveConvertList" /> |
|
48 |
</wsdl:message> |
|
49 |
<wsdl:message name="IStationService_AliveConvertList_OutputMessage"> |
|
50 |
<wsdl:part name="parameters" element="tns:AliveConvertListResponse" /> |
|
51 |
</wsdl:message> |
|
52 |
<wsdl:portType name="IStationService"> |
|
53 |
<wsdl:operation name="ConvertAdd"> |
|
54 |
<wsdl:input wsaw:Action="http://tempuri.org/IStationService/ConvertAdd" message="tns:IStationService_ConvertAdd_InputMessage" /> |
|
55 |
<wsdl:output wsaw:Action="http://tempuri.org/IStationService/ConvertAddResponse" message="tns:IStationService_ConvertAdd_OutputMessage" /> |
|
56 |
</wsdl:operation> |
|
57 |
<wsdl:operation name="SettingMultiProcess"> |
|
58 |
<wsdl:input wsaw:Action="http://tempuri.org/IStationService/SettingMultiProcess" message="tns:IStationService_SettingMultiProcess_InputMessage" /> |
|
59 |
<wsdl:output wsaw:Action="http://tempuri.org/IStationService/SettingMultiProcessResponse" message="tns:IStationService_SettingMultiProcess_OutputMessage" /> |
|
60 |
</wsdl:operation> |
|
61 |
<wsdl:operation name="ConvertProcessState"> |
|
62 |
<wsdl:input wsaw:Action="http://tempuri.org/IStationService/ConvertProcessState" message="tns:IStationService_ConvertProcessState_InputMessage" /> |
|
63 |
<wsdl:output wsaw:Action="http://tempuri.org/IStationService/ConvertProcessStateResponse" message="tns:IStationService_ConvertProcessState_OutputMessage" /> |
|
64 |
</wsdl:operation> |
|
65 |
<wsdl:operation name="ConvertMenualAdd"> |
|
66 |
<wsdl:input wsaw:Action="http://tempuri.org/IStationService/ConvertMenualAdd" message="tns:IStationService_ConvertMenualAdd_InputMessage" /> |
|
67 |
<wsdl:output wsaw:Action="http://tempuri.org/IStationService/ConvertMenualAddResponse" message="tns:IStationService_ConvertMenualAdd_OutputMessage" /> |
|
68 |
</wsdl:operation> |
|
69 |
<wsdl:operation name="ConvertFinish"> |
|
70 |
<wsdl:input wsaw:Action="http://tempuri.org/IStationService/ConvertFinish" message="tns:IStationService_ConvertFinish_InputMessage" /> |
|
71 |
<wsdl:output wsaw:Action="http://tempuri.org/IStationService/ConvertFinishResponse" message="tns:IStationService_ConvertFinish_OutputMessage" /> |
|
72 |
</wsdl:operation> |
|
73 |
<wsdl:operation name="WaitConvertList"> |
|
74 |
<wsdl:input wsaw:Action="http://tempuri.org/IStationService/WaitConvertList" message="tns:IStationService_WaitConvertList_InputMessage" /> |
|
75 |
<wsdl:output wsaw:Action="http://tempuri.org/IStationService/WaitConvertListResponse" message="tns:IStationService_WaitConvertList_OutputMessage" /> |
|
76 |
</wsdl:operation> |
|
77 |
<wsdl:operation name="AliveConvertList"> |
|
78 |
<wsdl:input wsaw:Action="http://tempuri.org/IStationService/AliveConvertList" message="tns:IStationService_AliveConvertList_InputMessage" /> |
|
79 |
<wsdl:output wsaw:Action="http://tempuri.org/IStationService/AliveConvertListResponse" message="tns:IStationService_AliveConvertList_OutputMessage" /> |
|
80 |
</wsdl:operation> |
|
81 |
</wsdl:portType> |
|
82 |
<wsdl:binding name="BasicHttpBinding_IStationService" type="tns:IStationService"> |
|
83 |
<soap:binding transport="http://schemas.xmlsoap.org/soap/http" /> |
|
84 |
<wsdl:operation name="ConvertAdd"> |
|
85 |
<soap:operation soapAction="http://tempuri.org/IStationService/ConvertAdd" style="document" /> |
|
86 |
<wsdl:input> |
|
87 |
<soap:body use="literal" /> |
|
88 |
</wsdl:input> |
|
89 |
<wsdl:output> |
|
90 |
<soap:body use="literal" /> |
|
91 |
</wsdl:output> |
|
92 |
</wsdl:operation> |
|
93 |
<wsdl:operation name="SettingMultiProcess"> |
|
94 |
<soap:operation soapAction="http://tempuri.org/IStationService/SettingMultiProcess" style="document" /> |
|
95 |
<wsdl:input> |
|
96 |
<soap:body use="literal" /> |
|
97 |
</wsdl:input> |
|
98 |
<wsdl:output> |
|
99 |
<soap:body use="literal" /> |
|
100 |
</wsdl:output> |
|
101 |
</wsdl:operation> |
|
102 |
<wsdl:operation name="ConvertProcessState"> |
|
103 |
<soap:operation soapAction="http://tempuri.org/IStationService/ConvertProcessState" style="document" /> |
|
104 |
<wsdl:input> |
|
105 |
<soap:body use="literal" /> |
|
106 |
</wsdl:input> |
|
107 |
<wsdl:output> |
|
108 |
<soap:body use="literal" /> |
|
109 |
</wsdl:output> |
|
110 |
</wsdl:operation> |
|
111 |
<wsdl:operation name="ConvertMenualAdd"> |
|
112 |
<soap:operation soapAction="http://tempuri.org/IStationService/ConvertMenualAdd" style="document" /> |
|
113 |
<wsdl:input> |
|
114 |
<soap:body use="literal" /> |
|
115 |
</wsdl:input> |
|
116 |
<wsdl:output> |
|
117 |
<soap:body use="literal" /> |
|
118 |
</wsdl:output> |
|
119 |
</wsdl:operation> |
|
120 |
<wsdl:operation name="ConvertFinish"> |
|
121 |
<soap:operation soapAction="http://tempuri.org/IStationService/ConvertFinish" style="document" /> |
|
122 |
<wsdl:input> |
|
123 |
<soap:body use="literal" /> |
|
124 |
</wsdl:input> |
|
125 |
<wsdl:output> |
|
126 |
<soap:body use="literal" /> |
|
127 |
</wsdl:output> |
|
128 |
</wsdl:operation> |
|
129 |
<wsdl:operation name="WaitConvertList"> |
|
130 |
<soap:operation soapAction="http://tempuri.org/IStationService/WaitConvertList" style="document" /> |
|
131 |
<wsdl:input> |
|
132 |
<soap:body use="literal" /> |
|
133 |
</wsdl:input> |
|
134 |
<wsdl:output> |
|
135 |
<soap:body use="literal" /> |
|
136 |
</wsdl:output> |
|
137 |
</wsdl:operation> |
|
138 |
<wsdl:operation name="AliveConvertList"> |
|
139 |
<soap:operation soapAction="http://tempuri.org/IStationService/AliveConvertList" style="document" /> |
|
140 |
<wsdl:input> |
|
141 |
<soap:body use="literal" /> |
|
142 |
</wsdl:input> |
|
143 |
<wsdl:output> |
|
144 |
<soap:body use="literal" /> |
|
145 |
</wsdl:output> |
|
146 |
</wsdl:operation> |
|
147 |
</wsdl:binding> |
|
148 |
<wsdl:service name="StationService"> |
|
149 |
<wsdl:port name="BasicHttpBinding_IStationService" binding="tns:BasicHttpBinding_IStationService"> |
|
150 |
<soap:address location="http://localhost:9111/StationService" /> |
|
151 |
</wsdl:port> |
|
152 |
</wsdl:service> |
|
153 |
</wsdl:definitions> |
ConvertService/ServiceBase/Markus.Service.Convert/Connected Services/StationService/service.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 namespace="http://schemas.datacontract.org/2004/07/Markus.Service.Interface" /> |
|
4 |
<xs:element name="ConvertAdd"> |
|
5 |
<xs:complexType> |
|
6 |
<xs:sequence> |
|
7 |
<xs:element minOccurs="0" name="ProjectNo" nillable="true" type="xs:string" /> |
|
8 |
<xs:element minOccurs="0" name="ConvertID" nillable="true" type="xs:string" /> |
|
9 |
</xs:sequence> |
|
10 |
</xs:complexType> |
|
11 |
</xs:element> |
|
12 |
<xs:element name="ConvertAddResponse"> |
|
13 |
<xs:complexType> |
|
14 |
<xs:sequence> |
|
15 |
<xs:element minOccurs="0" name="ConvertAddResult" nillable="true" type="xs:string" /> |
|
16 |
</xs:sequence> |
|
17 |
</xs:complexType> |
|
18 |
</xs:element> |
|
19 |
<xs:element name="SettingMultiProcess"> |
|
20 |
<xs:complexType> |
|
21 |
<xs:sequence> |
|
22 |
<xs:element minOccurs="0" name="Value" type="xs:int" /> |
|
23 |
</xs:sequence> |
|
24 |
</xs:complexType> |
|
25 |
</xs:element> |
|
26 |
<xs:element name="SettingMultiProcessResponse"> |
|
27 |
<xs:complexType> |
|
28 |
<xs:sequence> |
|
29 |
<xs:element minOccurs="0" name="SettingMultiProcessResult" type="xs:boolean" /> |
|
30 |
</xs:sequence> |
|
31 |
</xs:complexType> |
|
32 |
</xs:element> |
|
33 |
<xs:element name="ConvertProcessState"> |
|
34 |
<xs:complexType> |
|
35 |
<xs:sequence> |
|
36 |
<xs:element minOccurs="0" name="ConvertID" nillable="true" type="xs:string" /> |
|
37 |
<xs:element minOccurs="0" name="status" type="xs:int" /> |
|
38 |
<xs:element minOccurs="0" name="CurrentPage" type="xs:int" /> |
|
39 |
<xs:element minOccurs="0" name="TotalPage" type="xs:int" /> |
|
40 |
<xs:element minOccurs="0" name="Error" nillable="true" type="xs:string" /> |
|
41 |
</xs:sequence> |
|
42 |
</xs:complexType> |
|
43 |
</xs:element> |
|
44 |
<xs:element name="ConvertProcessStateResponse"> |
|
45 |
<xs:complexType> |
|
46 |
<xs:sequence> |
|
47 |
<xs:element minOccurs="0" name="ConvertProcessStateResult" type="xs:boolean" /> |
|
48 |
</xs:sequence> |
|
49 |
</xs:complexType> |
|
50 |
</xs:element> |
|
51 |
<xs:element name="ConvertMenualAdd"> |
|
52 |
<xs:complexType> |
|
53 |
<xs:sequence> |
|
54 |
<xs:element minOccurs="0" name="ProjectNo" nillable="true" type="xs:string" /> |
|
55 |
<xs:element minOccurs="0" name="originfilePath" nillable="true" type="xs:string" /> |
|
56 |
<xs:element minOccurs="0" name="DocumentID" nillable="true" type="xs:string" /> |
내보내기 Unified diff