public object HelloPerson() { HFDIncidents.IncidentLoader.HoustonFireDept.HelloPersonRequest inValue = new HFDIncidents.IncidentLoader.HoustonFireDept.HelloPersonRequest(); inValue.Body = new HFDIncidents.IncidentLoader.HoustonFireDept.HelloPersonRequestBody(); HFDIncidents.IncidentLoader.HoustonFireDept.HelloPersonResponse retVal = ((HFDIncidents.IncidentLoader.HoustonFireDept.WebService1Soap)(this)).HelloPerson(inValue); return(retVal.Body.HelloPersonResult); }
public System.Threading.Tasks.Task <HFDIncidents.IncidentLoader.HoustonFireDept.HelloPersonResponse> HelloPersonAsync() { HFDIncidents.IncidentLoader.HoustonFireDept.HelloPersonRequest inValue = new HFDIncidents.IncidentLoader.HoustonFireDept.HelloPersonRequest(); inValue.Body = new HFDIncidents.IncidentLoader.HoustonFireDept.HelloPersonRequestBody(); return(((HFDIncidents.IncidentLoader.HoustonFireDept.WebService1Soap)(this)).HelloPersonAsync(inValue)); }
System.Threading.Tasks.Task <HFDIncidents.IncidentLoader.HoustonFireDept.HelloPersonResponse> HFDIncidents.IncidentLoader.HoustonFireDept.WebService1Soap.HelloPersonAsync(HFDIncidents.IncidentLoader.HoustonFireDept.HelloPersonRequest request) { return(base.Channel.HelloPersonAsync(request)); }
HFDIncidents.IncidentLoader.HoustonFireDept.HelloPersonResponse HFDIncidents.IncidentLoader.HoustonFireDept.WebService1Soap.HelloPerson(HFDIncidents.IncidentLoader.HoustonFireDept.HelloPersonRequest request) { return(base.Channel.HelloPerson(request)); }