Posts by Andre Ricardo Alves Dos Santos • 61 points
3 posts
-
0
votes2
answers1855
viewsA: Error regarding CADSUS webservice in PHP
Good evening, everyone! Do all your requests come back? since at first it returns error php soapclient ssl Connection reset by peer , but sending again and going.
-
1
votes3
answers1897
viewsA: Problem consuming Datasus webservice in PHP
I had this error because I was missing the header with the authentication, to solve includes manually with soapVar. follows code example that works for me. <?php try { $wsdlUrl =…
-
2
votes2
answers1855
viewsA: Error regarding CADSUS webservice in PHP
Good night, I had a similar problem, and I had to pretty much alter your code, - the only way I was able to authenticate was by sending in the header with the namespaces defined in the example…