I'm using netbeans IDE and set a working directory for the project. The CustomKeyStore file is located there.
I'm pretty sure the code can find it now, because I used to have another problem before that was caused because the file could not be found.
My main problem is that I have no clue on how this Axis stuff works (in the docs they talk about factories and other stuff). An example code would be really great. I'm really confused because of the difference in a simple call over HTTP (which I got to work quite easily) and the trouble I'm having to make it work over HTTPS.
Main Topics
Browse All Topics





by: mayankeaglePosted on 2007-03-01 at 11:45:32ID: 18634971
>> System.setProperty("javax. net.ssl.tr ustStore", "CustomKeyStore");
Where is CustomKeyStore located? Is it in the same directory as the main class running your application?