rkuzmiak
12 years agoNew Contributor
SOAP@HTTP Request -> some other steps -> SOAP@HTTP Response
Hi,
I want to define a functional test of a WebService in the following manner
1. SOAP over HTTP Request
2. some other steps done by the tested WebSerivce, for example some Mock call with Assertions
3. SOAP over HTTP Synchronous Response (the same HTTP session as 1.) + Assertions
How can I define such a test ? The problem is with response - with default SOAP test step the tester waits for the response (step 3), but the Webserivce is designed to execute 2. before response.
Regards
Robert
I want to define a functional test of a WebService in the following manner
1. SOAP over HTTP Request
2. some other steps done by the tested WebSerivce, for example some Mock call with Assertions
3. SOAP over HTTP Synchronous Response (the same HTTP session as 1.) + Assertions
How can I define such a test ? The problem is with response - with default SOAP test step the tester waits for the response (step 3), but the Webserivce is designed to execute 2. before response.
Regards
Robert