Hi!
I tried also the configuration you suggested. It works if you configure the url of a certain webservice at the tunnel. But I want to monitor several different webservices running on my server.
So if I configure: Port 4711 and '
http://my.server.com:8080/webservice/services' and send the requests to 'localhost:4711' -> I will get the message: Axis Engine could not find a target service to invoke.
In SoapUi 2.0.2 I configure: Port 4711, target Host:
http://my.server.com:8080 and I send the requests from different webservices to 'localhost:4711/webservice/services/....' -> everything is working!
The same configuration in Soap-UI 3: Port 4711; Tunnel endpoint:
http://my.server.com:8080 and sending the requests to 'localhost:4711/webservice/services/...' -> I get the errormessage: 'Client found response content type of 'text/html; charset=iso-8859-1', but expected 'text/xml'
Maybe I overlooked any other configuration point in Soap-UI3.0 ?
Thanks
Wolfgang