Forum Discussion

SBB_AG_Support's avatar
SBB_AG_Support
New Contributor
12 years ago

Mock not showing all received requests

Hi all!

I created a simple SOAP-mock that is receiving a soap request, doing some stuff and then responding static (!) content back to the sender. All the rest of the functionality (async soap responses via testsuite calls) will come later. i deployed the mock-service as WAR including the Web-GUI as described on your website.

In the mock web GUI I can see all incoming requests, can click on them and see the message content and the response. Well, most of the time.

What I am experiencing frequently is that the middle frame of the mock web gui website is empty. I have to try other received messages from the upper frame until i find one which works. Unfortunately, some of them don't seem to work.

I tried several things, like resending the same message, trying from another machine, deactivating my groovy scripts and so on... but I can't really find the problem.

Can you help me out here somehow?

Thanks a lot

Andreas

4 Replies

  • WebSphere Platform 8.5.5.1 [ND 8.5.5.1 cf011341.03][IBMJAVA7 7.0.5.0 cf011340.01]
  • Hi,

    I believe I have reproduced what your are saying. You are talking about the middle part under the Processed Requests and above the Groovy log output? I am not sure why the request and response is empty in that area, but if you are using SoapUI Pro to send the request and response then you should still be able to view in the SoapUI Pro GUI. Or you can use groovy to print the request and response for now.


    Regards,
    Marcus
    SmartBear Support
  • Hi,

    during the last days I even had the problem, that not all received messages are logged in the "Processed Requests" frame and the "Groovy log output" frame is missing some log.info too. I added a log.info for every (!) event just to be sure and even those log-messages are missing sometimes.

    We are using the mock as part of our CI and Dev-environment, so i rely on the Web-UI running correctly. I can't use SoapUI Pro from my client with this because my laptop is with me offline for some hours per day and the developers need to have the results and reactions from the mock.

    Are there any special settings I need to use with WebSphere?

    Thanks
    Andreas