Beispiel #1
0
 public websitefinal.productlist.ProductClass[] GetProductsByZipAndServiceID(string serviceid, int zip)
 {
     websitefinal.productlist.GetProductsByZipAndServiceIDRequest inValue = new websitefinal.productlist.GetProductsByZipAndServiceIDRequest();
     inValue.Body           = new websitefinal.productlist.GetProductsByZipAndServiceIDRequestBody();
     inValue.Body.serviceid = serviceid;
     inValue.Body.zip       = zip;
     websitefinal.productlist.GetProductsByZipAndServiceIDResponse retVal = ((websitefinal.productlist.GetAllProductsSoap)(this)).GetProductsByZipAndServiceID(inValue);
     return(retVal.Body.GetProductsByZipAndServiceIDResult);
 }
Beispiel #2
0
 websitefinal.productlist.GetProductsByZipAndServiceIDResponse websitefinal.productlist.GetAllProductsSoap.GetProductsByZipAndServiceID(websitefinal.productlist.GetProductsByZipAndServiceIDRequest request)
 {
     return(base.Channel.GetProductsByZipAndServiceID(request));
 }