Example #1
0
 public function getShippingBoxes()
 {
     try {
         $adService = new SoapClient(Config::get('wsdl.ad'), array());
         $shippingBoxes = $adService->getShippingBoxes();
         return array("shippingBoxes" => $shippingBoxes);
     } catch (Exception $ex) {
     }
 }