Releases: pmamico/soap-cli
Releases · pmamico/soap-cli
v1.3
07 Aug 09:09
Compare
Sorry, something went wrong.
No results found
-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
Sorry, something went wrong.
No results found
fixed an issue with custom namespaces that using a prefix in --interactive mode
v1.0
17 Feb 13:34
Compare
Sorry, something went wrong.
No results found
fixed a bug of handling nodes with namespaces without prefix
more readable test results
v0.6
22 Jul 20:49
Compare
Sorry, something went wrong.
No results found
Fixed a bug with --interactive mode, now it works with non-formatted (not prettified) XML requests also.
v0.5
17 Jul 10:33
Compare
Sorry, something went wrong.
No results found
--interactive, -i option
refactor according to ShellCheck and add it to the github actions
v0.3
14 Jul 15:48
Compare
Sorry, something went wrong.
No results found
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