Skip to content

Releases: bartkl/robotframework-zeeplibrary

v0.9.2

14 Jan 09:52
Compare
Choose a tag to compare
  • Fixed incorrect warning regarding hiding headers when debugging (#8)
  • Removed redundant debug parameter from call_operation method (#9)

Mostly though, I accidently released v0.9-alpha pointing to an earlier commit, and need to re-release ;).

v0.9-alpha

02 Nov 15:42
27a0a6c
Compare
Choose a tag to compare
v0.9-alpha Pre-release
Pre-release

New features:

  • Calling operations
  • Sending attachments (experimental)
    • XOP support as well. It works somewhat similarly to how it's handled in SoapUI
  • Logging of requests/response headers and body when loglevel is set to DEBUG

v0.3-alpha

25 Oct 13:27
Compare
Choose a tag to compare
v0.3-alpha Pre-release
Pre-release
  • Creating clients works
    • Use aliases to work with several open ones simultaneously. You can then switch between them
  • Create messages
    • Output can be string or XML
  • Create objects from simple or complex types in order to create more complicated messages
  • You can dump the info obtained from the WSDL for a client in a the log
  • It's possible to log the namespace prefix mapping
  • There's some utility functions/keywords such as Get clients, Get client and Get namespace URI among others.

This is an alpha pre-release, so don't act surprised if it's a little immature ;).