public StateMachineNotificationResultBEList NotifyEvent(NotifyEventShipmentEC2 shipment)
        {
            var client = GenerateProxy(shipment);

            OperationContext = "CaseAgencyNotifyEvent";
            return(client.NotifyEventAgencySystemEC(shipment.Username, shipment.Password, shipment.NotificationInfo));
        }
Exemplo n.º 2
0
 public CaseAgencyFormEC2()
 {
     InitializeComponent();
     FuncCasep = new CaseAgencySystemEndPointFunctionEC2();
     FuncCasep.ReturnMessageXml += ReturnMessageXmlHandler;
     ShipmentTest        = new BaseShipment();
     ShipmentCaseList    = new CaseListShipment();
     ShipmentSetNotice   = new SetNoticeShipmentEC2();
     ShipmentNotifyEvent = new NotifyEventShipmentEC2();
     ShipmentInstantiateCollaboration = new InstantiateCollaborationShipment();
     SetupObjForPropGrid();
 }