public string LookUp(LookUpShipmentEC2 shipment) { var client = GenerateProxy(shipment); OperationContext = "LookUp"; return(client.ExecuteLookUp(shipment.Username, shipment.Password, shipment.LookUpRequest)); }
public LookUpFormEC2() { InitializeComponent(); _lookUpEndPointFunction = new LookUpEndPointFunctionEC2(); _lookUpEndPointFunction.ReturnMessageXml += ReturnMessageXmlHandler; ShipmentTest = new BaseShipment(); LookUpShipment = new LookUpShipmentEC2(); SetupObjForPropertyGrid(); }
private void btn_LookUpLoadShipment_Click(object sender, EventArgs e) { LookUpShipment = Functionality.IoFunctionality.GeneralizedLoadFile(LookUpShipment); SetViewedItem(LookUpShipment, "Shipment for LookUpShipment"); }