Well I figured it out. In case anyone ever needs to know.

I added and "Id" to my element and then added the following code
before WSHandler.doSenderAction() gets called.


WSEncryptionPart encP = new WSEncryptionPart(Id);
reqData.getSignatureParts().add(encP);

Reply via email to