extranet/includes/giant/templates/SoapFormIssue.tpl.php

16 lines
540 B
PHP
Raw Normal View History

<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>