Каков наилучший способ вызова защищенного веб-сервиса ASP.NET из PHP?
вы можете использовать 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