How to use OAuth bearer token in SOAP request / SOAP Body ?

0
103
Forum Post: Change the Filter On option on Opportunity Associated View for Account form


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>



Source link

Leave a reply

Please enter your comment!
Please enter your name here