public VLocationApplication.VLocationServiceReference.Category GetCategory(int id) { VLocationApplication.VLocationServiceReference.GetCategoryRequest inValue = new VLocationApplication.VLocationServiceReference.GetCategoryRequest(); inValue.Body = new VLocationApplication.VLocationServiceReference.GetCategoryRequestBody(); inValue.Body.id = id; VLocationApplication.VLocationServiceReference.GetCategoryResponse retVal = ((VLocationApplication.VLocationServiceReference.Service1Soap)(this)).GetCategory(inValue); return(retVal.Body.GetCategoryResult); }
VLocationApplication.VLocationServiceReference.GetCategoryResponse VLocationApplication.VLocationServiceReference.Service1Soap.GetCategory(VLocationApplication.VLocationServiceReference.GetCategoryRequest request) { return(base.Channel.GetCategory(request)); }