| | |
| | | var factory = new ChannelFactory<IImesInterface>(binding, endpoint); |
| | | |
| | | var channel = factory.CreateChannel(); |
| | | string result = channel.DefineTask_005(); |
| | | string result = channel.DefineTask_005(2); |
| | | ((IClientChannel)channel).Close(); |
| | | |
| | | return new ResponseResult |
| | |
| | | //立库呼叫 |
| | | [OperationContract(Action = "http://tempuri.org/ImesInterface/DefineTask_005", |
| | | ReplyAction = "http://tempuri.org/ImesInterface/DefineTask_005Response")] |
| | | string DefineTask_005(); |
| | | string DefineTask_005(int Postition); |
| | | |
| | | //立库入库 |
| | | [OperationContract(Action = "http://tempuri.org/ImesInterface/DefineTask_006", |