public void PollShip(DataCenterLogic.DCASP.PollMessage msg) { DataCenterLogic.DCASP.PollShipRequest inValue = new DataCenterLogic.DCASP.PollShipRequest(); inValue.Body = new DataCenterLogic.DCASP.PollShipRequestBody(); inValue.Body.msg = msg; DataCenterLogic.DCASP.PollShipResponse retVal = ((DataCenterLogic.DCASP.LRITDCASPServiceSoap)(this)).PollShip(inValue); }
DataCenterLogic.DCASP.PollShipResponse DataCenterLogic.DCASP.LRITDCASPServiceSoap.PollShip(DataCenterLogic.DCASP.PollShipRequest request) { return(base.Channel.PollShip(request)); }