PEAR::SOAP をバージョンアップ
Ver. 0.13.0
EC-CUBE のページクラスから、下記コードの動作を確認。
require_once('SOAP/Client.php');
$wsdl = new SOAP_WSDL('http://soap.auctions.yahoo.co.jp/AuctionWSDL/V1/yahooAuctionService.wsdl');
$proxy = $wsdl->getProxy();
$result = $proxy->getCategory(0);
var_dump($result);
r21299
r21461
Change History
Changed 14 years ago by Seasoft
-
Owner
changed from somebody to Seasoft
-
Status
changed from new to assigned
Changed 14 years ago by Seasoft
-
修正済み
set
-
Description
modified (diff)
Changed 14 years ago by kotani
-
Milestone
changed from EC-CUBE2.11.5 to EC-CUBE2.12.0alpha
Changed 14 years ago by h_yoshimoto
-
Priority
changed from 低 to 中
Changed 14 years ago by Seasoft
-
修正済み
set
-
Description
modified (diff)