Created
May 8, 2014 12:27
-
-
Save viniciusss/6369b5cfce2b0d3eeb0a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
$client = new \Zend_Soap_Client('http://127.0.0.1:8080/webpdv/ws/usuarios.php', array('soapVersion' => SOAP_1_2, 'uri' => 'http://127.0.0.1:8080/webpdv/ws/usuarios.php' )); | |
$arrUsuario = buscarDadosDoUsuario($idUsuario); | |
$client->salvar('viniciusss', 'vinicius de sa', 1, true); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment