ombre42 / robotframework-sudslibrary

Web service testing library for Robot Framework
Apache License 2.0
29 stars 44 forks source link

how to send a raw soap message? #9

Closed poliarush closed 11 years ago

poliarush commented 11 years ago

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 11 years ago

i've put some code changes that solves following task and send pull request