Quantcast
Channel: New board topics in SmartBear Community
Viewing all articles
Browse latest Browse all 20755

Display requests sent from external client to mock service

$
0
0

Hi,

 

in my scenario the application to test sends soap requests to an external web service, I want to validate the requests sent by our application and therefore simulate the external web service the requests are sent to by using a SoapUI mock service.

 

What I already have is a running mock service in SoapUI built from the web service's wsdl file. When sending soap requests from the application to test running on a web server on a virtual machine to the mock service, the application shows a message that it could successfully connect to the web service.

If I shut off the mock service in SoapUI, the application shows a connection failure, so I'm sure it really sends it's requests to the mock service.

 

My first problem is that in SoapUI the requests sent from the application to the mock service are not displayed. I expected to see them in the 'Last Request' tab for the response of the operation the request was sent to.

 

My second problem is, that the response specified does not seem to be sent to the application to test, from which the request was sent to the mock service.

 

To make a long question short:

How do I display in SoapUI requests sent from an application on my web server to the mock service, and how do I let the mock service sent the specified response back to my application?

 

 

Many thanks in advance.


Viewing all articles
Browse latest Browse all 20755

Trending Articles