how to send a raw soap message?
poliarush opened this issue · 1 comments
poliarush commented
I want to call method with with soap envelope xml e.g. raw soap message. Can I do this by this library?
I checked with suds documentation it's possible to do https://fedorahosted.org/suds/wiki/Documentation#MESSAGEINJECTIONDiagnosticsTesting but it seems it's not implemented in library, isn't it?
poliarush commented
i've put some code changes that solves following task and send pull request