java - Is there a command-line alternative to SOAP-UI for linux, for sending SOAP to HTTPS Service? -
i wish run soap-ui on linux (solaris) machine limited functionality, don't have ui, , cannot install software on or open x11 forwarding.
i can run java applications, , settle alternative soap-ui.
the objective able send soap message as-is https url.
i have tried sending request own java application, need more trustworthy '404 not found' response i'm getting doesn't make sense, while same url sending me wsdl file of web service.
found guide here, load tests.
for normal functional tests, official documentation here.
a sample command functional tests goes like:
sh /opt/app/home/soap-ui/soapui-5.0.0/bin/testrunner.sh -a -s"test_suite2" -r -f/opt/app/home/soap-ui/test-project/reports/ /opt/app/home/soap-ui/test-project/test-soapui-project.xml
Comments
Post a Comment