4d4e57b456
- Modification des rapport - Ajout des flags sur SOAP - Modification visuels
16 lines
540 B
PHP
16 lines
540 B
PHP
<form method="POST">
|
|
<input type="hidden" name="send" value="true" />
|
|
<b>GetLastRequest SOAP :</b><br />
|
|
<div style="overflow: scroll;"><xmp>
|
|
<?php echo $soap->__getLastRequest(); ?><br />
|
|
</xmp></div>
|
|
<b>GetLastResponse SOAP :</b><br />
|
|
<div style="overflow: scroll;"><xmp>
|
|
<?php echo $soap->__getLastResponse(); ?><br />
|
|
</xmp></div>
|
|
<b>Error Soap :</b><br />
|
|
<div style="overflow: scroll;"><xmp>
|
|
<?php echo $this->MessageUtilisateur; ?>
|
|
</xmp></div>
|
|
<input type="submit" value="Envoyer l'issue" />
|
|
</form>
|