Hello I have a web service running with the following URL: http://localhost:9080/simpleProcessWSDL ... LPort?wsdl To monitor the messages I am trying to use SOAPUI with the following values: ...
If you are setting proxy port to be same as web server ( 9080 ) than it is OK to get this error. It says that port is already taken. When starting proxy set port to some free port number, example 8090 ( I guess it is free ). Than in global settings set proxy host to localhost and port to 8090. Request send in same manner as you are doing without proxy, soapUI will deal with proxy.