Hi Robert!
I got the latest version, and tried your suggestion, but still having problems. Maybe I will try to explain more exactly what I need/what I have done, because the monitor functionality is very important to me.
Locally (localhost) I have a client program sending different requests to different webservices running on a different machine (my.server.com:8080).
I also installed SOAP-UI 3.0 locally; so I configured the SOAP-UI with Proxy: localhost, port: 8081;
Starting the soap-monitor I configured also the port 8081; the endpoints from the different Webservices in SOAP-UI I configured like: 'Webservice1': my.server.com:8080/webservice/services/Service1; 'Webservice2': my.server.com:8080/webservice/services/Service2;... etc...
My locally installed client I configured that the requests should be sent to localhost:8081; Now my requests should be sent to soap-ui proxy and redirected to the endpoints from the Webservices (configured in Soap-ui), and the soap-ui proxy is waiting for a response on port 8081, right ?
But here is my problem: my client is not able to send the requests (is waiting..) till I stop the Soap-Monitor; After stopping the monitor, my client brings the error-message: Unable to connect to the remote server. No connection could be made because the target machine actively refused it 127.0.0.1:8081; So it seems that the requests has been sent to soap-ui proxy but not really redirected to my target host,....
Doing something wrong ? Thanks for your help ..
Wolfgang