Forum Discussion

richard_mccarth's avatar
richard_mccarth
Contributor
16 years ago

SOAP Monitor as Tunnel Not Working - SSL On by Default ?

I have soapUI 2.5 pro [Build dist-76-2008-11-21, Build Date 2008/11/21 12:00] and when I setup a soapMonitor as a proxy the messages received get displayed.

When configured as a tunnel without SSL, no messages are displayed and when I use a soapUI to send a message to the monitor on the listening port I get a http 500 error with lots of mentions of SSL.

I think that although I have not configured SSL for the monitor, SSL is being used. Further evidence of this in the top right hand corner when the monitor is displayed I see the text 'SSL Tunnel on Port 8070'

Any ideas appreciated,

Richard

7 Replies

  • Hi Ole,

    I still get a problem having downloaded the latest build. The soapMonitor still says that its an SSL soap monitor but I dont thinks its using SSL this time.

    I have sent a message to a tunnel soap monotor which is configured to send the request to a local mock service. The message appears on the soap monitor screen but the raw reply is as follows.

    There are currently 1 running soapUI MockServices



    I know the mock service works as if i send directly to it I get a response.

    Mock Service URL - http://localhost:8089/mockMPSSOAP

    SOAP Monitor Port - 8082

    SOAP Monitor URL - http://localhost:8089/mockMPSSOAP

    Request URL for msg to monitor - http://localhost:8082/mockMPSSOAP


    Any ideas ?  Thanks,

    Richard
  • Hi Ole,

    Can you confirm if you believe that this is a bug ? I have never been able to get the soap monitor working in any of 2.5 versions,

    Also is the source available for download for the latest builds ?

    Thanks,

    Richard
  • omatzura's avatar
    omatzura
    Super Contributor
    Hi Richard,

    we are looking into this, Robert from eviware will get back to you for more details/questions/answers.

    The latest sources are available in our public svn at svn://svn.eviware.com/soapui/trunk/core

    Sorry for the inconvenience

    regards!

    /Ole
    eviware.com
  • Pete_H's avatar
    Pete_H
    Occasional Contributor
    I have the exact same problem using the 3/11/2009 build.  Any updates on this issue?
  • SmartBear_Suppo's avatar
    SmartBear_Suppo
    SmartBear Alumni (Retired)
    Hello,

    This should be working. Maybe setting this is a bit confusing. Here is example:
    Suppose you are running mock service at http://localhost:8089/mockMPSSOAP, when setting ssl tunnel
    set tunnel endpoint:  http://localhost:8089/mockMPSSOAP, and for example set port to 8082. Than when
    sending request send it to http://localport:8082. Basically tunnel sends all request sent to it to set
    endpoint.

    Let me know is this working for you..

    robert