WebSocket Transport Plugin for soapUI
- Build the project using Maven e.g.:
mvn clean package
- Copy
target/soapui-websocket-transport.jar
toSOAPUI_HOME/bin/ext
- Copy
factories/
directory toSOAPUI_HOME/bin
- Start soapUI
- Check the soapUI logs. You should see
"...INFO:Adding factories from [SOAPUI_HOME/bin/factories/soapui-factories.xml]"
- You can now send your SOAP message to WebSocket destinations e.g.
ws://localhost:8080/example-webapp/echo
Secured WebSocket endpoint i.e. wss is not supported at the moment.
Tested with soapUI 5.1.2 Note that the SmartBear repo is missing artifacts for 5.1.3!