I wish to run SOAP-UI on a linux (solaris) machine with very limited functionality, where we don't even have a UI, and so I cannot install any software on it or open X11 forwarding.
I can however run java applications, and could settle for any alternative to SOAP-UI.
The objective is to be able to send a SOAP message as-is to a URL.
I have struggled with writing my own java client for this, however I'm facing issues with SSL authentication, and so I need to use a client that is guaranteed to behave as expected.
The error i'm getting when sending the SOAP message in my java application is the below, however note that for the same URL, I can call a GET and get the WSDL (using the Apache HTTP Client):
javax.net.ssl.SSLException: hostname in certificate didn't match: <172.30.40.50> != <host056.boomgroup.local>