Hi Lourenco,
In the soap request body, what should be the tag name for Oauth access token instead of this structure
<o:Security xmlns:o=”docs.oasis-open.org/…/oasis-200401-wss-wssecurity-secext-1.0.xsd”><u:Timestamp u:Id=”_0″>
<u:Created></u:Created>
<u:Expires></u:Expires>
</u:Timestamp>
<EncryptedData Type=”…”>
<EncryptedKey>
</EncryptedKey>
</ds:KeyInfo>
<CipherData>
<CipherValue></CipherValue>
</CipherData>
</EncryptedData>
</o:Security>
Also, if I am adding it in the Authorization HTTP header of a request, then receiving this error – An error occurred when verifying security for the message<500 Internal Server Error>