Thursday, May 2, 2024
16
rated 0 times [  16] [ 0]  / answers: 1 / hits: 33224  / 2 Years ago, tue, june 7, 2022, 2:21:56

On Windows I would use SoapUI, which can be run on Ubuntu either as a standalone application (see instructions on how in this question) or as an Eclipse plugin. Is there any other GUI available - perhaps something in a repository - for testing SOAP services?


More From » software-recommendation

 Answers
1

You can still use SOAPUI.




  1. Download the installation script and save it on the disk.


  2. then either




    • from a terminal



      cd /path-to-directory-where-you-downlaod-it
      sudo chmod +x soapUI-x32-4_0_0.sh
      sudo ./soapUI-x32-4_0_0.sh

    • Or if you don't like command you can do it graphically:




      1. Right-click on the downloaded file, select Properties, go to the Permissions tab and Allow to execute as a program.




      2. Once that is done double click on the .sh file and select 'Run in terminal' or Run




  3. Then follow step by step instructions to finish the installation.




source



Alternatives




  • Membrane SOAP Client is a generic SOAP client written in Java. It provides a dynamic form generator for SOAP requests.





    source


  • You can use jmeter a 100% pure Java application designed to load test functional behavior and measure performance. It was originally designed for testing Web Applications but has since expanded to other test functions. Jmeter is in the Ubuntu repositories.



    getting started



[#35020] Wednesday, June 8, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
saucdisr

Total Points: 4
Total Questions: 102
Total Answers: 117

Location: Ecuador
Member since Thu, Jun 4, 2020
4 Years ago
;