【发布时间】:2013-11-28 13:06:33
【问题描述】:
我如何从这个站点获取 php 中的肥皂数据 http://www2.rlcarriers.com/freight/shipping-resources/rate-quote-instructions
他们有“GetRateQuote(string APIKey, RequestObjects.RateQuoteRequest request)” 这个函数我怎么能从 php soap 调用这个
$client = new SoapClient('http://api.rlcarriers.com/1.0.1/RateQuoteService.asmx?WSDL'); //print_r($client); //$result = $client->GetRateQuote('xxxxxxxxxxxxxxxxxxxxxx.......',);
print_r($result); ?> 我应该在第二个参数中传递什么
【问题讨论】: