对方只给了php的一个调用方法
$client = new SoapClient(null, array('location' => "http://localhost/soap.php", 'uri' => "http://test-uri/"));
我如何用java调用呢
参考文章:
JAVA 调用Web Service的方法