Ejemplo n.º 1
0
        public int InstantiateCollaboration(InstantiateCollaborationShipment shipment)
        {
            var client = GenerateProxy(shipment);

            OperationContext = "Case" + "InstantiateCollaboration";
            return(client.InstantiateCollaborationEC(shipment.Username, shipment.Password, shipment.ExternalServiceCode, shipment.ExternalServiceEditionCode, shipment.ReporteeNumber, shipment.ExternalSystemReference, shipment.VisibleDateTime, shipment.DueDate));
        }
Ejemplo n.º 2
0
 public CaseForm()
 {
     InitializeComponent();
     caseEPFunc = new CaseEndPointFunction();
     caseEPFunc.ReturnMessageXml += ReturnMessageXmlHandler;
     ShipmentTest        = new BaseShipment();
     ShipmentArchiveCase = new ArchiveCaseShipment();
     ShipmentCaseList    = new CaseListShipment();
     ShipmentInstantiateCollaboration = new InstantiateCollaborationShipment();
     ResultCaseList = new CaseBEList();
 }
Ejemplo n.º 3
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();
 }