Skip to content

Releases: pmamico/soap-cli

v1.3

07 Aug 09:09
Compare
Choose a tag to compare
  • -v option resolved as curl --verbose instead of soap-cli --value
  • --value has a shorthand version of -V instead of -v
  • --update has a shorthand version of -U instead of -u to match convention with --value
  • wsa:Action soap header is now mapped to HTTP header Content-Type
  • Content-Type is now correctly application/soap+xml;charset=UTF-8

v1.1

21 Feb 13:33
Compare
Choose a tag to compare
  • fixed an issue with custom namespaces that using a prefix in --interactive mode

v1.0

17 Feb 13:34
Compare
Choose a tag to compare
  • fixed a bug of handling nodes with namespaces without prefix
  • more readable test results

v0.6

22 Jul 20:49
5cc219b
Compare
Choose a tag to compare

Fixed a bug with --interactive mode, now it works with non-formatted (not prettified) XML requests also.

v0.5

17 Jul 10:33
Compare
Choose a tag to compare
  • --interactive, -i option
  • refactor according to ShellCheck and add it to the github actions

v0.3

14 Jul 15:48
ce58724
Compare
Choose a tag to compare
  • basic use case: soap <url> <request>
  • --update & --value options for updating a single value in the given xml by XPath
  • handle any standard curl options like -o, --ssl etc.
  • --dry option that prints the planned command
  • using bats as testing framework, all features covered