Exemplo n.º 1
0
 public websitefinal.productlist.ProductClass[] GetEnterpriseProducts(string state_code, int zip)
 {
     websitefinal.productlist.GetEnterpriseProductsRequest inValue = new websitefinal.productlist.GetEnterpriseProductsRequest();
     inValue.Body            = new websitefinal.productlist.GetEnterpriseProductsRequestBody();
     inValue.Body.state_code = state_code;
     inValue.Body.zip        = zip;
     websitefinal.productlist.GetEnterpriseProductsResponse retVal = ((websitefinal.productlist.GetAllProductsSoap)(this)).GetEnterpriseProducts(inValue);
     return(retVal.Body.GetEnterpriseProductsResult);
 }
Exemplo n.º 2
0
 websitefinal.productlist.GetEnterpriseProductsResponse websitefinal.productlist.GetAllProductsSoap.GetEnterpriseProducts(websitefinal.productlist.GetEnterpriseProductsRequest request)
 {
     return(base.Channel.GetEnterpriseProducts(request));
 }