public string GetAppointmentsJSON() { Angular2_web_app1.MyService.GetAppointmentsJSONRequest inValue = new Angular2_web_app1.MyService.GetAppointmentsJSONRequest(); inValue.Body = new Angular2_web_app1.MyService.GetAppointmentsJSONRequestBody(); Angular2_web_app1.MyService.GetAppointmentsJSONResponse retVal = ((Angular2_web_app1.MyService.WebService1Soap)(this)).GetAppointmentsJSON(inValue); return(retVal.Body.GetAppointmentsJSONResult); }
public System.Threading.Tasks.Task <Angular2_web_app1.MyService.GetAppointmentsJSONResponse> GetAppointmentsJSONAsync() { Angular2_web_app1.MyService.GetAppointmentsJSONRequest inValue = new Angular2_web_app1.MyService.GetAppointmentsJSONRequest(); inValue.Body = new Angular2_web_app1.MyService.GetAppointmentsJSONRequestBody(); return(((Angular2_web_app1.MyService.WebService1Soap)(this)).GetAppointmentsJSONAsync(inValue)); }
System.Threading.Tasks.Task <Angular2_web_app1.MyService.GetAppointmentsJSONResponse> Angular2_web_app1.MyService.WebService1Soap.GetAppointmentsJSONAsync(Angular2_web_app1.MyService.GetAppointmentsJSONRequest request) { return(base.Channel.GetAppointmentsJSONAsync(request)); }
Angular2_web_app1.MyService.GetAppointmentsJSONResponse Angular2_web_app1.MyService.WebService1Soap.GetAppointmentsJSON(Angular2_web_app1.MyService.GetAppointmentsJSONRequest request) { return(base.Channel.GetAppointmentsJSON(request)); }