Hi All, I have working solution for signing message with wss4j library under the hood.
However I have to to customize it a bit to meet web service requirements I try to connect to. Here is the list of required changes: Current namespace for Signature element: http://www.w3.org/2000/09/xmldsig# Required namespace for Signature element: http://schemas.xmlsoap.org/soap/security/2000-12 Current CanonicalizationMethod Algorithm: http://www.w3.org/2001/10/xml-exc-c14n# Required CanonicalizationMethod Algorithm: http://www.w3.org/TR/2001/REC-xml-c14n-20010315 Could you please give me a hint how it could be configured? Any help appreciated, Maciej