Add support to view/modify Soap headers
When working with web services, to view or modify the SOAP headers requires a whole bunch of work. Why not had a beforeSend event that can be used to dump (or modify) the soap contents. And a afterReceive event that allows me to view the raw SOAP that comes from the server.
I know this can be done, but it takes a ton of code and trying to find any examples that work, have all the necessary details, etc. is incredibly difficult to do.
2
votes
1 comment
-
Miles commented
I wouldn't be opposed to working with someone to set up some documentation on how to do this, i've come close and have written code that adds soap headers for work