using System; using System.Collections; using System.Linq; using System.Web; using System.Web.Services; using System.Web.Services.Protocols; using System.Xml.Linq; using System.Data.SqlClient; using System.Collections.Generic; /// <summary> /// WebService の概要の説明です /// </summary> [WebService...