Sorry for the confusion.
I have a MockService, let's call it MockA, implementing the incoming WSS configuration (incl. signature + encryption) and this works ok.
Now I want to have a bit more complex use-case using a sequence of request-responses holding common values (e.g: transactionId); as I understand this is done through a test case.
This test-case is to be triggered by the same operation exposed in MockA so I'm trying to apply the same incoming WSS configuration to the MockResponse TestStep in my testcase.
When I start my TestCase I can trigger the operation but, as I cannot find how to configure the incoming-WSS, the decryption cannot occur.
Regards,