public UnderthehoodServiceProxy.ServiceResponse GetAllInformation(int prod_id)
 {
     UnderthehoodServiceProxy.GetAllInformationRequest inValue = new UnderthehoodServiceProxy.GetAllInformationRequest();
     inValue.Body         = new UnderthehoodServiceProxy.GetAllInformationRequestBody();
     inValue.Body.prod_id = prod_id;
     UnderthehoodServiceProxy.GetAllInformationResponse retVal = ((UnderthehoodServiceProxy.UnderTheHoodSoap)(this)).GetAllInformation(inValue);
     return(retVal.Body.GetAllInformationResult);
 }
 UnderthehoodServiceProxy.GetAllInformationResponse UnderthehoodServiceProxy.UnderTheHoodSoap.GetAllInformation(UnderthehoodServiceProxy.GetAllInformationRequest request)
 {
     return(base.Channel.GetAllInformation(request));
 }