I had a weird problem at work this week, where I couldn't figure out why soap_server was parsing a message in an unexpected way. It turned out that due to the way SoapServer deals with SOAP envelope headers it was attempting to call functions that didn't exist.
I added logging of SOAP HTTP POST body data to the module which helped a lot in tracking that bug down. I've attached it in the patch, hopefully it's of use to someone.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | soap_server-6.x-logging-2.patch | 3.57 KB | cameron tod |
| soap_server-6.x-logging.patch | 3.58 KB | cameron tod |
Comments
Comment #1
cameron tod commentedComment #2
cameron tod commentedOops, wrong variable name in patch. Rerolling.