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