Beispiel #1
0
 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);
 }
Beispiel #2
0
 DataCenterLogic.DCASP.PollShipResponse DataCenterLogic.DCASP.LRITDCASPServiceSoap.PollShip(DataCenterLogic.DCASP.PollShipRequest request)
 {
     return(base.Channel.PollShip(request));
 }