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