如何通过PHP中的SoapClient加密用户名/密码?

时间:2017-08-20 11:37:38

标签: php encryption soap

我正在使用SoapClient来调用wsdl web服务,它工作正常,但我必须将用户名和密码作为加密文本发送,而不是作为平面文本(我的Web服务使用HTTPS),任何想法人

$client = new SoapClient("https://my-server/ws/student_api.php?wsdl", array('login'=> "test@test.ac.ae",'password'       => "123456"));
$client->__soapCall("getStudentList", array("std_id1"));

0 个答案:

没有答案