Releases: bartkl/robotframework-zeeplibrary
Releases · bartkl/robotframework-zeeplibrary
v0.9.2
v0.9-alpha
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
- 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
andGet namespace URI
among others.
This is an alpha pre-release, so don't act surprised if it's a little immature ;).