I can not sign an AXIS2 message with digital certificate.
I'll explain where we are:
1.- We have the classes generated from the SOAP service with the wsdl2java tool. What they are calling the "stub".
2.- The SOAP service is in https but we also have the corresponding certificate in the "cacerts" certificate file that uses java.
3.- Through all the stub classes we have already created requests and received a response from the SOAP service.
Now, certain requests that we need must be "signed" with the digital certificate of the company.
We do not find documentation or code examples that work on how the message would be signed.
Anyone with experience that guides us in the code to use?