Forum Discussion

pjmorce's avatar
15 years ago

SOAP Monitoring

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:

- HTTP Proxy
- Port: 9080 (the port where the web service is running)

However, when I hit the Ok button the following message is displayed:
Error starting monitor: Address already in use: JVM_Bind

What I am doing wrong)

Thanks
regards

1 Reply

  • SmartBear_Suppo's avatar
    SmartBear_Suppo
    SmartBear Alumni (Retired)
    Hello,

    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.

    Hope this helps,
    robert