Skip to content

pbielicki/soapui-websocket-transport

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!

About

WebSocket Transport Plugin for SoapUI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages