大连融科 WMS
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.
 
 
 

88 lines
4.3 KiB

//------------------------------------------------------------------------------
// <auto-generated>
// 此代码由工具生成。
// 运行时版本:4.0.30319.42000
//
// 对此文件的更改可能会导致不正确的行为,并且如果
// 重新生成代码,这些更改将会丢失。
// </auto-generated>
//------------------------------------------------------------------------------
namespace SiaSun.LMS.Implement.ServiceReference1 {
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ServiceModel.ServiceContractAttribute(ConfigurationName="ServiceReference1.I_ERPService")]
public interface I_ERPService {
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/I_ERPService/HelloWorld", ReplyAction="http://tempuri.org/I_ERPService/HelloWorldResponse")]
string HelloWorld();
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/I_ERPService/OffPalletByStoreAreaNo", ReplyAction="http://tempuri.org/I_ERPService/OffPalletByStoreAreaNoResponse")]
string OffPalletByStoreAreaNo(string sJson);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/I_ERPService/SendInDocuments", ReplyAction="http://tempuri.org/I_ERPService/SendInDocumentsResponse")]
string SendInDocuments(string sJson);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/I_ERPService/SendOutDocuments", ReplyAction="http://tempuri.org/I_ERPService/SendOutDocumentsResponse")]
string SendOutDocuments(string sJson);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/I_ERPService/synchronizationRepertoryData", ReplyAction="http://tempuri.org/I_ERPService/synchronizationRepertoryDataResponse")]
string synchronizationRepertoryData(string sJson);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/I_ERPService/WMS_PostAccount", ReplyAction="http://tempuri.org/I_ERPService/WMS_PostAccountResponse")]
bool WMS_PostAccount(out string sResult, int RECORD_ID);
}
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
public interface I_ERPServiceChannel : SiaSun.LMS.Implement.ServiceReference1.I_ERPService, System.ServiceModel.IClientChannel {
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
public partial class I_ERPServiceClient : System.ServiceModel.ClientBase<SiaSun.LMS.Implement.ServiceReference1.I_ERPService>, SiaSun.LMS.Implement.ServiceReference1.I_ERPService {
public I_ERPServiceClient() {
}
public I_ERPServiceClient(string endpointConfigurationName) :
base(endpointConfigurationName) {
}
public I_ERPServiceClient(string endpointConfigurationName, string remoteAddress) :
base(endpointConfigurationName, remoteAddress) {
}
public I_ERPServiceClient(string endpointConfigurationName, System.ServiceModel.EndpointAddress remoteAddress) :
base(endpointConfigurationName, remoteAddress) {
}
public I_ERPServiceClient(System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress) :
base(binding, remoteAddress) {
}
public string HelloWorld() {
return base.Channel.HelloWorld();
}
public string OffPalletByStoreAreaNo(string sJson) {
return base.Channel.OffPalletByStoreAreaNo(sJson);
}
public string SendInDocuments(string sJson) {
return base.Channel.SendInDocuments(sJson);
}
public string SendOutDocuments(string sJson) {
return base.Channel.SendOutDocuments(sJson);
}
public string synchronizationRepertoryData(string sJson) {
return base.Channel.synchronizationRepertoryData(sJson);
}
public bool WMS_PostAccount(out string sResult, int RECORD_ID) {
return base.Channel.WMS_PostAccount(out sResult, RECORD_ID);
}
}
}