PHP
downloads | documentation | faq | getting help | mailing lists | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

SoapClient->__getLastRequestHeaders()> <SoapClient->__getFunctions()
Last updated: Fri, 10 Oct 2008

view this page in

SoapClient->__getLastRequest()

(No version information available, might be only in CVS)

SoapClient->__getLastRequest() Retourne la dernière requête SOAP

Description

SoapClient
string __getLastRequest ( void )

Note: Cette méthode fonctionne uniquement si l'objet SoapClient a été créé avec l'option trace.

Valeurs de retour

La dernière requête SOAP.

Exemples

Exemple #1 Exemple avec SoapClient->__getLastRequest()

<?php
$client 
SoapClient("some.wsdl", array('trace' => 1));
$result $client->SomeFunction();
echo 
"REQUEST:\n" $client->__getLastRequest() . "\n";
?>



add a note add a note User Contributed Notes
SoapClient->__getLastRequest()
There are no user contributed notes for this page.

 
show source | credits | sitemap | contact | advertising | mirror sites