Forum Discussion

Fryboy's avatar
Fryboy
New Contributor
14 years ago

Access SSL Cert information in Mock Services

Hi all,

I'm implementing mutual authentication with a SoapUI MockService and need to programatically access some of the information in the 'SSL Info' tab under the request. I see from the API that I can do this with the GetSSLInfo() call to return an SSLInfo object..however the MockRequest object doesn't expose the same type of information that a regular HTTP Request does.

Anyone have any ideas?

Cheers!

1 Reply

  • Fryboy's avatar
    Fryboy
    New Contributor
    Also, I'm having trouble running multiple Mock Services. The website says
    You can create multiple MockServices on the same port and path, soapUI will ask each in turn to dispatch an incoming request until the request is handled
    but I have not managed to get this to work. It will only dispatch requests from whichever Mock Service I run first.