I have a generic function that I use to pass SOAP commands. I need to view the RAW XML data that is being sent to the server for diagnosing an error. How do i do that?
相关问题
- Views base64 encoded blob in HTML with PHP
- Laravel Option Select - Default Issue
- Illegal to have multiple roots (start tag in epilo
- PHP Recursively File Folder Scan Sorted by Modific
- Can php detect if javascript is on or not?
Never mind, this seems to be pretty close to the dot!
http://www.scottnichol.com/nusoapintro.htm
While this is an old post i wanted to chip in with my own version of tzmatt answer.