public CorrespondenceForEndUserSystemV2 GetCorrespondence(GetCorrespondenceShipment shipment) { var client = GenerateProxy(shipment); OperationContext = _context + "GetCorrespondence"; var corres = client.GetCorrespondenceForEndUserSystemsEC(shipment.Username, shipment.Password, shipment.ReporteeElementId, shipment.LanguageId); return(corres); }
public CorrespondenceForm() { InitializeComponent(); _cepFunc = new CorrespondenceEndPointFunction(); _cepFunc.ReturnMessageXml += ReturnMessageXmlHandler; ShipmentAc = new CorrespondenceShipmentBase(); ShipmentGetCorr = new GetCorrespondenceShipment(); ResultGetCorr = new CorrespondenceForEndUserSystemV2(); ShipmentSaveCorrConf = new CorrespondenceShipmentBase(); }