Would causing the Password Callback Handler to ALWAYS throw an IOException cause the following error? I've been using the service.properties with the samples and I don't see anything wrong with the file...
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"> <soapenv:Body> <soapenv:Fault> <faultcode>soapenv:Server</faultcode> <faultstring>CryptoFactory: Cannot load properties: service.properties</faultstring> <detail/> </soapenv:Fault> </soapenv:Body> </soapenv:Envelope> Reprinted service.properties: org.apache.ws.security.crypto.provider=org.apache.ws.security.components.crypto.Merlin org.apache.ws.security.crypto.merlin.keystore.type=jks org.apache.ws.security.crypto.merlin.keystore.password=apache org.apache.ws.security.crypto.merlin.file=service.jks FYI: My client is soapUI.
