I am trying to evaluate Gatling for one of my web services project.
From what I am reading so far, this tool is fantastic, compared to the GUI-only tools. The script (Scala, DSL) is very readable which is a huge plus for me. However, I am not able to find a working example to test Web Services. Can somebody point me to a link?
One other observation is that compared to the Apache projects, I don’t see active involvement from the Open Source community (contributions). Is there a reason for this?
However, I am not able to find a working example to test Web Services. Can
somebody point me to a link?
Turn your SOAP message sample (for example from SoapUI) into a body:
Don't forget to add headers, such as Content-type = application/xml
One other observation is that compared to the Apache projects, I don't see
active involvement from the Open Source community (contributions). Is there
a reason for this?