Soap

From miki
Revision as of 04:43, 28 June 2017 by Mip (talk | contribs) (Created page with "== Debug SOAP == === PHP === Add option <code>'trace' => 1</code> when constructing <code>SoapClient</code>, then use functions: [https://stackoverflow.com/questions/14030228/...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Debug SOAP

PHP

Add option 'trace' => 1 when constructing SoapClient, then use functions: [1]

  • __getLastRequestHeaders()
  • __getLastRequest()