Hello, I'm trying to add automatic tests to our build. our applicationContext.xml contains <jaxrs:server id="server" address="/"> our tests are subclasses of AbstractJUnit4SpringContextTests according to the logs server is starting:
17:16:26.901 [main] INFO org.apache.cxf.endpoint.ServerImpl - Setting the server's publish address to be / how can I connect to it using WebClient? what URL should I use? -- WBR Maxim aka solomax
