Forum Discussion

5 Replies

  • Hi,

    thanks for noticing this, i've updated the document to contain the original examples.

    regards!

    /Ole
    eviware.com
  • Hi

    How long will it be before it appears on the page? Its still not there?

    Would appreciate it if you could just post the xml to those examples here?

    Thanks
  • eyork123's avatar
    eyork123
    New Contributor
    I'd appreciate that example too. I believe you can use the demo listener XML in the install instead. All you need to do is uncomment the code and replace the names/values with whatever you want.
  • eyork123's avatar
    eyork123
    New Contributor
    EXAMPLE: demo-listeners.xml
    -------------------------------------------------------------------------------------------------
    <?xml version="1.0" encoding="UTF-8"?>
    <tns:soapui-listeners xmlns:tns="http://eviware.com/soapui/config">

    <!-- The below demo-listeners are described in the extensions overview at
    http://www.soapui.org/architecture/extensions.html -->

    <!-- This demo-listener is not reloadable -->
    <!--
    <tns:listener id="DemoListener" listenerClass="soapui.demo.DemoListener"
    listenerInterface="com.eviware.soapui.model.testsuite.TestRunListener" />
    -->

    <!-- This demo-listener is reloadable -->

    <tns:listener id="DemoListener"
    listenerClass="com.eviware.soapui.support.scripting.listeners.ScriptTestRunListener"
    groovyClass="soapui.demo.DemoListener"
    listenerInterface="com.eviware.soapui.model.testsuite.TestRunListener"/>
    </tns:soapui-listeners>
    -------------------------------------------------------------------------------------------------
  • Hi again,

    I'm sorry, I must have missed something when updating, can you please check now!?

    regards!

    /Ole
    eviware.com