Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

Implementation of a Java callout that performs WS-Security Signing and Validating it's failing

Hello community,

We have a configuration that is working with "1-14-0-apigee-2" but when we do the exact same configuration for version "1-14-0-apigee-3" it's failing.

https://github.com/DinoChiesa/Apigee-Java-WsSec-Signature-2

1-14-0-apigee-2 -> Apigee-Java-WsSec-Signature-2 -> Works
1-14-0-apigee-3 -> Apigee-Java-WsSec-Signature-2 -> Does not Works

What could be the potential issue here?

Solved Solved
0 11 765
1 ACCEPTED SOLUTION

After further review, I think it may be that something has changed in 1-14-0-apigee-3 that prevents this class from loading. It is not about the dependencies.  

Can you try this, as an experiment?  Try using the Jar from this branch of the repo::
https://github.com/DinoChiesa/Apigee-Java-WsSec-Signature-2/tree/remove-str-transform

Note- it is not the main branch.  You'll find a jar there dated 20250104 . Try that. (You will need to update your Java callout policies to refer to this new jar).

View solution in original post

11 REPLIES 11