コード例 #1
0
 public NewOrder.ProdCats.ProductClass[] GetAllProductsList()
 {
     NewOrder.ProdCats.GetAllProductsListRequest inValue = new NewOrder.ProdCats.GetAllProductsListRequest();
     inValue.Body = new NewOrder.ProdCats.GetAllProductsListRequestBody();
     NewOrder.ProdCats.GetAllProductsListResponse retVal = ((NewOrder.ProdCats.GetAllProductsSoap)(this)).GetAllProductsList(inValue);
     return(retVal.Body.GetAllProductsListResult);
 }
コード例 #2
0
 NewOrder.ProdCats.GetAllProductsListResponse NewOrder.ProdCats.GetAllProductsSoap.GetAllProductsList(NewOrder.ProdCats.GetAllProductsListRequest request)
 {
     return(base.Channel.GetAllProductsList(request));
 }