|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2016-06-26 19:16 UTC] liti_007 at yahoo dot com dot br
-Status: Open
+Status: Closed
[2016-06-26 19:16 UTC] liti_007 at yahoo dot com dot br
[2016-06-26 21:10 UTC] requinix@php.net
-Status: Closed
+Status: Not a bug
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Mon Oct 27 17:00:01 2025 UTC |
Description: ------------ Apache 503 Service Unavailable when running the script. Test script: --------------- try{ $soap = new SoapClient($url, [ 'trace' => 1, 'exceptions' => 1, 'style' => SOAP_DOCUMENT, 'use' => SOAP_LITERAL, 'soap_version' => SOAP_1_1, 'encoding' => 'UTF-8', 'stream_context' => stream_context_create($stramOptions) ]); $return = $soap->solicitaEtiquetas($parametros); // <-- generated exception here. }catch (Exception $e){ echo $e->getMessage(); }