Posts by Carlos Eduardo • 1 point
3 posts
-
0
votes1
answer161
viewsA: Soapclient PHP Basic Authentication
$client = new SoapClient(null, array('trace' => 1, 'exceptions' => 0, 'header' => xxxxxx, 'use' => SOAP_LITERAL, 'style' => SOAP_DOCUMENT, 'uri' =>…
-
0
votes1
answer161
viewsQ: Soapclient PHP Basic Authentication
I’m trying to connect to a web-service using Soapclient, all via it requires user and password for such connection. follows the way I am trying to connect: $wsdl = "XXXXXXXXXXXXXX?WSDL"; $options =…
-
0
votes2
answers167
viewsA: Eloquent: Relationship (JSON) -> Hasmany and Belongsto
protected $with = ['user']; tries to rotate without the $with and call him when you wish $variavel->telefone ou $variavel->telefone()…