Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 803 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 803 Bytes

soapui-websocket-transport

WebSocket Transport Plugin for soapUI

How to make it work?

  1. Build the project using Maven e.g.: mvn clean package
  2. Copy target/soapui-websocket-transport.jar to SOAPUI_HOME/bin/ext
  3. Copy factories/ directory to SOAPUI_HOME/bin
  4. Start soapUI
  5. Check the soapUI logs. You should see "...INFO:Adding factories from [SOAPUI_HOME/bin/factories/soapui-factories.xml]"
  6. 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!