Skip to content

Instantly share code, notes, and snippets.

@kianryan
Created July 15, 2013 13:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kianryan/6000111 to your computer and use it in GitHub Desktop.
Save kianryan/6000111 to your computer and use it in GitHub Desktop.
SOAPClient Debug
echo "====== REQUEST HEADERS =====" . PHP_EOL;
var_dump($client->__getLastRequestHeaders());
echo "========= REQUEST ==========" . PHP_EOL;
var_dump($client->__getLastRequest());
echo "========= RESPONSE =========" . PHP_EOL;
var_dump($response);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment