Skip to content

Instantly share code, notes, and snippets.

@viniciusss
Created May 8, 2014 12:27
Show Gist options
  • Save viniciusss/6369b5cfce2b0d3eeb0a to your computer and use it in GitHub Desktop.
Save viniciusss/6369b5cfce2b0d3eeb0a to your computer and use it in GitHub Desktop.
<?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