Accenture_Austr_1
14 years agoNew Contributor
Access SSL Cert and run multiple Mock Services
Hi
I posted this in the free section, and then discovered our Pro forum account..I'll copy and paste the text from the original post:
Thanks!
I posted this in the free section, and then discovered our Pro forum account..I'll copy and paste the text from the original post:
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.
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.
Thanks!