Ejemplo n.º 1
0
 public string GetIncidentsPOST()
 {
     HFDIncidents.IncidentLoader.HoustonFireDept.GetIncidentsPOSTRequest inValue = new HFDIncidents.IncidentLoader.HoustonFireDept.GetIncidentsPOSTRequest();
     inValue.Body = new HFDIncidents.IncidentLoader.HoustonFireDept.GetIncidentsPOSTRequestBody();
     HFDIncidents.IncidentLoader.HoustonFireDept.GetIncidentsPOSTResponse retVal = ((HFDIncidents.IncidentLoader.HoustonFireDept.WebService1Soap)(this)).GetIncidentsPOST(inValue);
     return(retVal.Body.GetIncidentsPOSTResult);
 }
Ejemplo n.º 2
0
 public System.Threading.Tasks.Task <HFDIncidents.IncidentLoader.HoustonFireDept.GetIncidentsPOSTResponse> GetIncidentsPOSTAsync()
 {
     HFDIncidents.IncidentLoader.HoustonFireDept.GetIncidentsPOSTRequest inValue = new HFDIncidents.IncidentLoader.HoustonFireDept.GetIncidentsPOSTRequest();
     inValue.Body = new HFDIncidents.IncidentLoader.HoustonFireDept.GetIncidentsPOSTRequestBody();
     return(((HFDIncidents.IncidentLoader.HoustonFireDept.WebService1Soap)(this)).GetIncidentsPOSTAsync(inValue));
 }
Ejemplo n.º 3
0
 System.Threading.Tasks.Task <HFDIncidents.IncidentLoader.HoustonFireDept.GetIncidentsPOSTResponse> HFDIncidents.IncidentLoader.HoustonFireDept.WebService1Soap.GetIncidentsPOSTAsync(HFDIncidents.IncidentLoader.HoustonFireDept.GetIncidentsPOSTRequest request)
 {
     return(base.Channel.GetIncidentsPOSTAsync(request));
 }
Ejemplo n.º 4
0
 HFDIncidents.IncidentLoader.HoustonFireDept.GetIncidentsPOSTResponse HFDIncidents.IncidentLoader.HoustonFireDept.WebService1Soap.GetIncidentsPOST(HFDIncidents.IncidentLoader.HoustonFireDept.GetIncidentsPOSTRequest request)
 {
     return(base.Channel.GetIncidentsPOST(request));
 }