python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Java - Adding BinarySecurityToken right after wsu:Timestamp element
I have a soap request in form of a Document (org.w3c.dom) which I want to sign according to this example that has been provided to me:
<soapenv:Envelope xmlns:mod="...." xmlns:cor="....
Pasq
Votes: 0
Answers: 1
UsernameToken with Timestamp token || Python || WS-Security (WSSE)
I should recreate this part of the payload using python.
<wsse:Security soapenv:mustUnderstand="1" xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-sece...
mattia.marteddu
Votes: 0
Answers: 1
Send BinarySecurityToken with MTOM
I'm trying to send a SOAP message using the Spring-WS framework which has to be signed with a certificate. The service uses MTOM encoding and requires all attachments to be send this way, including th...
Ruby2Java
Votes: 0
Answers: 0
WSO2 Micro Integrator - custom fault sequence on ws-security errors
I'm trying to customize with WSO2 Micro Integrator the error response returned by a proxy service configured with ws-security policy (with custom Rampart configuration). If at example the client send ...
Pindi
Votes: 0
Answers: 0