You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
53 lines
2.6 KiB
53 lines
2.6 KiB
//------------------------------------------------------------------------------
|
|
// <auto-generated>
|
|
// 這段程式碼是由工具產生的。
|
|
// 執行階段版本:4.0.30319.34014
|
|
//
|
|
// 對這個檔案所做的變更可能會造成錯誤的行為,而且如果重新產生程式碼,
|
|
// 變更將會遺失。
|
|
// </auto-generated>
|
|
//------------------------------------------------------------------------------
|
|
|
|
namespace DefenseWeb.OELotForCustPOService {
|
|
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
|
[System.ServiceModel.ServiceContractAttribute(ConfigurationName="OELotForCustPOService.IOELotForCustPOService")]
|
|
public interface IOELotForCustPOService {
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOELotForCustPOService/OELotForCustPO", ReplyAction="http://tempuri.org/IOELotForCustPOService/OELotForCustPOResponse")]
|
|
string OELotForCustPO(string sMasterId, string sXML, string sLogInUser, string sAssyLot);
|
|
}
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
|
public interface IOELotForCustPOServiceChannel : DefenseWeb.OELotForCustPOService.IOELotForCustPOService, System.ServiceModel.IClientChannel {
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
|
public partial class OELotForCustPOServiceClient : System.ServiceModel.ClientBase<DefenseWeb.OELotForCustPOService.IOELotForCustPOService>, DefenseWeb.OELotForCustPOService.IOELotForCustPOService {
|
|
|
|
public OELotForCustPOServiceClient() {
|
|
}
|
|
|
|
public OELotForCustPOServiceClient(string endpointConfigurationName) :
|
|
base(endpointConfigurationName) {
|
|
}
|
|
|
|
public OELotForCustPOServiceClient(string endpointConfigurationName, string remoteAddress) :
|
|
base(endpointConfigurationName, remoteAddress) {
|
|
}
|
|
|
|
public OELotForCustPOServiceClient(string endpointConfigurationName, System.ServiceModel.EndpointAddress remoteAddress) :
|
|
base(endpointConfigurationName, remoteAddress) {
|
|
}
|
|
|
|
public OELotForCustPOServiceClient(System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress) :
|
|
base(binding, remoteAddress) {
|
|
}
|
|
|
|
public string OELotForCustPO(string sMasterId, string sXML, string sLogInUser, string sAssyLot) {
|
|
return base.Channel.OELotForCustPO(sMasterId, sXML, sLogInUser, sAssyLot);
|
|
}
|
|
}
|
|
}
|