Forum Discussion

deep00's avatar
deep00
New Contributor
15 years ago

SOAP Monitor

Hi,

I am trying to configure SOAP Monitor using proxy 8081. 

I tried to run the client changing the proxy of the wsdl to 8081, to go via SOAP Monitor.  But, somehow, the client call hangs when it tries to get the serviceDelegate from Service.java. 

The client works good if i use my usual 8080 port (not using SOAP monitor)

Any idea, what the problem could be?  I never got any traces return to the Monitor. 

I am not using PRO.

Please suggest

Thanks,
Pradeep
  • MuthuSOAPUI's avatar
    MuthuSOAPUI
    Occasional Contributor
    what is this SOAP monitor ? where u configured SOAP Monitor in SOAPUI tool ? ( imeant which option) can u pls provide details how u configured ?
  • klukwiesau's avatar
    klukwiesau
    Occasional Contributor
    do you want to use the same port for running the soap monitor and your client?
    i think the port of the soap monitor should be an unused port... you don't need to use the same port for your client.
    i did it as follows:

    - launch the soap monitor using a free port (8888)
    - set as global proxy
    - starting the client (via load test or simple request)

    ... or what did you mean?