'jerry@163.com',
'password'=>$pwd,
'address1'=>'baoan',
'address2'=>'mingyou',
'city'=>'shenzhen',
'contactname'=>'zhangjunwen',
'country'=>'cn',
'orderline'=>'test',
'ordernumber'=>'11111111',
'phone'=>'111111111',
'province'=>'guangdong',
'shippingfee'=>'',
'shippingtype'=>'',
'status'=>'',
'trackingnumber'=>'',
'value'=>'',
'zipcode'=>'',
'guaranteeprice'=>''
);
$out = $objsoapclient->addorder($param);
$data = $out->addorderresult;
echo $data->ack;
echo '
';
}catch(soapfault $e){
print $e->getmessage();
}
?>
以上代码执行 无报错 也无返回信息, 不知道 这样写 代码错了没,新手求帮助!求帮助!求帮助!求帮助!
