//------------------------------------------------------------------------------ // // This code was generated by a tool. // Runtime Version:4.0.30319.33440 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // //------------------------------------------------------------------------------ namespace Saving.WcfPm { [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] [System.ServiceModel.ServiceContractAttribute(ConfigurationName="WcfPm.IPm")] public interface IPm { [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IPm/RunProcess", ReplyAction="http://tempuri.org/IPm/RunProcessResponse")] int RunProcess(string wsPass, System.DateTime calintto_date); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IPm/CalInterest", ReplyAction="http://tempuri.org/IPm/CalInterestResponse")] string CalInterest(string wsPass, string interest_xml); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IPm/SaveCalInt", ReplyAction="http://tempuri.org/IPm/SaveCalIntResponse")] int SaveCalInt(string wsPass, string interest_xml, System.DateTime operate_date, System.DateTime entry_date, string entry_id); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IPm/ProcessShortLong", ReplyAction="http://tempuri.org/IPm/ProcessShortLongResponse")] int ProcessShortLong(string wsPass, short year); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IPm/RunProcessGenDueDate", ReplyAction="http://tempuri.org/IPm/RunProcessGenDueDateResponse")] string RunProcessGenDueDate(string wsPass, string as_condition_xml); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IPm/of_savepmreq", ReplyAction="http://tempuri.org/IPm/of_savepmreqResponse")] int of_savepmreq(string wsPass, string xml_main, string xml_detail, string xml_interate); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IPm/of_setslipmain_withdraw", ReplyAction="http://tempuri.org/IPm/of_setslipmain_withdrawResponse")] string of_setslipmain_withdraw(string wsPass, string xml_main, string account_no); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IPm/of_savewithdraw", ReplyAction="http://tempuri.org/IPm/of_savewithdrawResponse")] int of_savewithdraw(string wsPass, string xml_main, string xml_slip); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IPm/of_get_warrantylist", ReplyAction="http://tempuri.org/IPm/of_get_warrantylistResponse")] string of_get_warrantylist(string wsPass, string coop_id, string acount_no); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IPm/of_del_warranty", ReplyAction="http://tempuri.org/IPm/of_del_warrantyResponse")] int of_del_warranty(string wsPass, string coop_id, string account_no, short row); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IPm/of_set_warrantylist", ReplyAction="http://tempuri.org/IPm/of_set_warrantylistResponse")] int of_set_warrantylist(string wsPass, string xml_main, string coop_id, string account_no); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IPm/UpDateDueDate", ReplyAction="http://tempuri.org/IPm/UpDateDueDateResponse")] int UpDateDueDate(string wsPass, string as_due_date_xml, string account_no); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IPm/UpDateInvestMaster", ReplyAction="http://tempuri.org/IPm/UpDateInvestMasterResponse")] int UpDateInvestMaster(string wsPass, string as_main_xml); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IPm/of_set_investgroup", ReplyAction="http://tempuri.org/IPm/of_set_investgroupResponse")] int of_set_investgroup(string wsPass, string xml_main); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IPm/of_set_investtype", ReplyAction="http://tempuri.org/IPm/of_set_investtypeResponse")] int of_set_investtype(string wsPass, string xml_main); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IPm/of_set_industry", ReplyAction="http://tempuri.org/IPm/of_set_industryResponse")] int of_set_industry(string wsPass, string xml_main); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IPm/of_set_investsource", ReplyAction="http://tempuri.org/IPm/of_set_investsourceResponse")] int of_set_investsource(string wsPass, string xml_main); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IPm/of_updateinvestmaster", ReplyAction="http://tempuri.org/IPm/of_updateinvestmasterResponse")] int of_updateinvestmaster(string wsPass, string xml_main); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IPm/of_del_investtype", ReplyAction="http://tempuri.org/IPm/of_del_investtypeResponse")] int of_del_investtype(string wsPass, string as_coopid, string as_investcode); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IPm/of_del_investgroup", ReplyAction="http://tempuri.org/IPm/of_del_investgroupResponse")] int of_del_investgroup(string wsPass, string as_coopid, string as_investgroupcode); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IPm/of_del_investsource", ReplyAction="http://tempuri.org/IPm/of_del_investsourceResponse")] int of_del_investsource(string wsPass, string as_coopid, string as_investsourcecode); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IPm/of_del_industry", ReplyAction="http://tempuri.org/IPm/of_del_industryResponse")] int of_del_industry(string wsPass, string as_coopid, string as_industrycode); } [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] public interface IPmChannel : Saving.WcfPm.IPm, System.ServiceModel.IClientChannel { } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] public partial class PmClient : System.ServiceModel.ClientBase, Saving.WcfPm.IPm { public PmClient() { } public PmClient(string endpointConfigurationName) : base(endpointConfigurationName) { } public PmClient(string endpointConfigurationName, string remoteAddress) : base(endpointConfigurationName, remoteAddress) { } public PmClient(string endpointConfigurationName, System.ServiceModel.EndpointAddress remoteAddress) : base(endpointConfigurationName, remoteAddress) { } public PmClient(System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress) : base(binding, remoteAddress) { } public int RunProcess(string wsPass, System.DateTime calintto_date) { return base.Channel.RunProcess(wsPass, calintto_date); } public string CalInterest(string wsPass, string interest_xml) { return base.Channel.CalInterest(wsPass, interest_xml); } public int SaveCalInt(string wsPass, string interest_xml, System.DateTime operate_date, System.DateTime entry_date, string entry_id) { return base.Channel.SaveCalInt(wsPass, interest_xml, operate_date, entry_date, entry_id); } public int ProcessShortLong(string wsPass, short year) { return base.Channel.ProcessShortLong(wsPass, year); } public string RunProcessGenDueDate(string wsPass, string as_condition_xml) { return base.Channel.RunProcessGenDueDate(wsPass, as_condition_xml); } public int of_savepmreq(string wsPass, string xml_main, string xml_detail, string xml_interate) { return base.Channel.of_savepmreq(wsPass, xml_main, xml_detail, xml_interate); } public string of_setslipmain_withdraw(string wsPass, string xml_main, string account_no) { return base.Channel.of_setslipmain_withdraw(wsPass, xml_main, account_no); } public int of_savewithdraw(string wsPass, string xml_main, string xml_slip) { return base.Channel.of_savewithdraw(wsPass, xml_main, xml_slip); } public string of_get_warrantylist(string wsPass, string coop_id, string acount_no) { return base.Channel.of_get_warrantylist(wsPass, coop_id, acount_no); } public int of_del_warranty(string wsPass, string coop_id, string account_no, short row) { return base.Channel.of_del_warranty(wsPass, coop_id, account_no, row); } public int of_set_warrantylist(string wsPass, string xml_main, string coop_id, string account_no) { return base.Channel.of_set_warrantylist(wsPass, xml_main, coop_id, account_no); } public int UpDateDueDate(string wsPass, string as_due_date_xml, string account_no) { return base.Channel.UpDateDueDate(wsPass, as_due_date_xml, account_no); } public int UpDateInvestMaster(string wsPass, string as_main_xml) { return base.Channel.UpDateInvestMaster(wsPass, as_main_xml); } public int of_set_investgroup(string wsPass, string xml_main) { return base.Channel.of_set_investgroup(wsPass, xml_main); } public int of_set_investtype(string wsPass, string xml_main) { return base.Channel.of_set_investtype(wsPass, xml_main); } public int of_set_industry(string wsPass, string xml_main) { return base.Channel.of_set_industry(wsPass, xml_main); } public int of_set_investsource(string wsPass, string xml_main) { return base.Channel.of_set_investsource(wsPass, xml_main); } public int of_updateinvestmaster(string wsPass, string xml_main) { return base.Channel.of_updateinvestmaster(wsPass, xml_main); } public int of_del_investtype(string wsPass, string as_coopid, string as_investcode) { return base.Channel.of_del_investtype(wsPass, as_coopid, as_investcode); } public int of_del_investgroup(string wsPass, string as_coopid, string as_investgroupcode) { return base.Channel.of_del_investgroup(wsPass, as_coopid, as_investgroupcode); } public int of_del_investsource(string wsPass, string as_coopid, string as_investsourcecode) { return base.Channel.of_del_investsource(wsPass, as_coopid, as_investsourcecode); } public int of_del_industry(string wsPass, string as_coopid, string as_industrycode) { return base.Channel.of_del_industry(wsPass, as_coopid, as_industrycode); } } }