Exemplo n.º 1
0
 public System.Xml.Linq.XElement GetPriceList(WebService.asmx.LincolnWebService.gaiaWs gaiaWs)
 {
     WebService.asmx.LincolnWebService.GetPriceListRequest inValue = new WebService.asmx.LincolnWebService.GetPriceListRequest();
     inValue.gaiaWs = gaiaWs;
     WebService.asmx.LincolnWebService.GetPriceListResponse retVal = ((WebService.asmx.LincolnWebService.LincolnWebSoap)(this)).GetPriceList(inValue);
     return(retVal.GetPriceListResult);
 }
Exemplo n.º 2
0
 public System.Xml.Linq.XElement ProcessPO(WebService.asmx.LincolnWebService.gaiaWs gaiaWs)
 {
     WebService.asmx.LincolnWebService.ProcessPORequest inValue = new WebService.asmx.LincolnWebService.ProcessPORequest();
     inValue.gaiaWs = gaiaWs;
     WebService.asmx.LincolnWebService.ProcessPOResponse retVal = ((WebService.asmx.LincolnWebService.LincolnWebSoap)(this)).ProcessPO(inValue);
     return(retVal.ProcessPOResult);
 }
Exemplo n.º 3
0
 public System.Threading.Tasks.Task <WebService.asmx.LincolnWebService.GetPriceListResponse> GetPriceListAsync(WebService.asmx.LincolnWebService.gaiaWs gaiaWs)
 {
     WebService.asmx.LincolnWebService.GetPriceListRequest inValue = new WebService.asmx.LincolnWebService.GetPriceListRequest();
     inValue.gaiaWs = gaiaWs;
     return(((WebService.asmx.LincolnWebService.LincolnWebSoap)(this)).GetPriceListAsync(inValue));
 }
Exemplo n.º 4
0
 public GetPriceListRequest(WebService.asmx.LincolnWebService.gaiaWs gaiaWs)
 {
     this.gaiaWs = gaiaWs;
 }
Exemplo n.º 5
0
 public GetSalesOrderRequest(WebService.asmx.LincolnWebService.gaiaWs gaiaWs)
 {
     this.gaiaWs = gaiaWs;
 }
Exemplo n.º 6
0
 public ProcessPORequest(WebService.asmx.LincolnWebService.gaiaWs gaiaWs)
 {
     this.gaiaWs = gaiaWs;
 }
Exemplo n.º 7
0
 public GetHostPingRequest(WebService.asmx.LincolnWebService.gaiaWs gaiaWs)
 {
     this.gaiaWs = gaiaWs;
 }