Forum Discussion

5 Replies

  • 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
  • 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.
  • 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>
    -------------------------------------------------------------------------------------------------