Ah, l'ho dovuto semplificare come dicevo allora
Codice:
$SoapClientParam = array
(
"location" => "x",
"login" => $login,
"password" => $password,
"authentication" => SOAP_AUTHENTICATION_BASIC,
"trace" => true,
"exceptions" => false,
"stream_context" => stream_context_create(array
(
"ssl" => array
(
"verify_peer" => FALSE,
"verify_peer_name" => FALSE,
"capture_session_meta" => TRUE,
),
)),
);