I had been working with suds a few months ago on a project which has been deferred. Now I find myself working on another project wherein the author had tried to use suds but it doesn't fit well with the rest of the code (for one thing, twisted.web is the required transport).
Is it possible to use suds to create the request and then, instead of having suds send it, dump the header/body to a string to handle with another transport?
Could the inverse be done as well? Pass in a string buffer instead of a live network transport/handle?
Thanks.