ContributionsMost RecentMost LikesSolutionsRun a batch file that run a executable When a run a batch file in a SOAP Service, it not run a exe file called inside it. Why is this happening ? Thanks Failed to open storage in SOAP Project with Certificates When I execute the definition of my SOAP service that requires a digital certificate I get the following error "Failed to open storage". This why it can happen? <s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/"> <s:Body> <SignPDFServerResponse xmlns="http://tempuri.org/"> <SignPDFServerResult>Failed to open storage</SignPDFServerResult> </SignPDFServerResponse> </s:Body> </s:Envelope> Thank you Re: [Resolved] keystore file in windows mrJames wrote: Hi, jks is java key store. The .key file is probably the private key and the .crt file is probably the certificate. You will need to create a java keystore using these and then use the keystore in SoapUI. Please see this link on creating the java key store with the certificate and key: http://stackoverflow.com/questions/1769 ... a-keystore That's the solution. Thank you very much for your answer.[Resolved] keystore file in windowsI need to use WS-Security in a project .. but in the example (http://www.soapui.org/SOAP-and-WSDL/app ... urity.html) the keystore file is a jks, right? Now, i have two files wilcarddiannew.crt and wilcarddiannew.key. How can i make the right association with these files? something is missing? Thanks