Posts by Ricardo Gomes • 5 points
3 posts
-
-2
votes0
answers21
viewsQ: Error in return Curl PHP
I’m having a problem as to my CURL result that is returning me a non object in the call: $resultado = json_encode(curl_exec($ch)); var_dump($resultado); Returns like this: string(4352) ""\r\n \r\n…
-
1
votes2
answers2654
viewsA: Webservice SOAP with PHP
Guys I found a solution(but I think half gambiarra!!!). I took it: $result1 = ( $client->__getLastResponse()); var_dump($result1 ); //Obtenho: array(1) { [0]=> string(701)…
-
-1
votes2
answers2654
viewsQ: Webservice SOAP with PHP
I have one question: I’ve used webservice Json Curl with PHP and in consumption returned me a array where I could work with the information, now learning SOAP the return is not satisfactory as in…