示例#1
0
 public XhardwareServiceProxy.ServiceResponse GetAllInformation(int prod_id)
 {
     XhardwareServiceProxy.GetAllInformationRequest inValue = new XhardwareServiceProxy.GetAllInformationRequest();
     inValue.Body         = new XhardwareServiceProxy.GetAllInformationRequestBody();
     inValue.Body.prod_id = prod_id;
     XhardwareServiceProxy.GetAllInformationResponse retVal = ((XhardwareServiceProxy.XHardwareSoap)(this)).GetAllInformation(inValue);
     return(retVal.Body.GetAllInformationResult);
 }
示例#2
0
 XhardwareServiceProxy.GetAllInformationResponse XhardwareServiceProxy.XHardwareSoap.GetAllInformation(XhardwareServiceProxy.GetAllInformationRequest request)
 {
     return(base.Channel.GetAllInformation(request));
 }