Skip to content

Instantly share code, notes, and snippets.

@eduan
Created April 12, 2016 21:02
  • Select an option

Select an option

$client = new SoapClient('http://www.dominio.com.br/api/v2_soap/?wsdl');
$session = $client->login('usuario', '123456789senha');
$result = $client->salesOrderInfo($session, '123132131');
var_dump($result);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment