id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	modified_flg
1522	PEAR::SOAP をバージョンアップ	Seasoft	Seasoft	"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"	改善提案	closed	中	EC-CUBE2.12.0	その他	2.11.3	修正済			1
