标签: php asp.net
从PHP调用安全的ASP.NET Web服务的最佳方法是什么?
答案 0 :(得分:2)
您可以使用fsockopen:
fsockopen
http://php.net/manual/pt_BR/function.fsockopen.php
或Curl:
Curl
http://www.php.net/manual/pt_BR/curl.examples-basic.php
或file_get_contents:
file_get_contents
http://php.net/manual/en/function.file-get-contents.php