Greetings,
We have got the wsdl file and created Stub using WSDL2Java. We need to sign
the message using our certificate. I find the following code
EngineConfiguration config = new
FileProvider("client_deploy.wsdd");
Service service = new Service();
stub.setProperty(WSHandlerConstants.ACTION,
WSHandlerConstants.SIGNATURE);
stub.setProperty(WSHandlerConstants.SIG_PROP_FILE,
"client_crypto.properties");
stub.setProperty(WSHandlerConstants.USER, "ceriticate alias name
to be given");
Please guide us how to do.
TIA,
-senthil