I have been provided with some documentation for connecting to a 3rd party system and a wsdl. The documentation says to generate the client code using WSDL2JAVA, which I have done. but now it says to encrypt the SOAP Envelope using a secret key (which I have been given) and I don't know much about encryption.
Am I right in thinking WSS4J's WSSignEnvelope would be needed?
Thanks!