Question

Vantiv
US
Last activity: 30 Nov 2018 10:39 EST
How to implement SOAP connectors when you have a binary encoded license
Hi,
I have to consume a SOAP web service, which is hosted on a Data power system and I have the end point and Base64 encoded binary license. Can anyone share how can I add this license to the header of the Soap connector so that the DP system authenticates my request correctly.
Below is the sample of the header I need to generate.
<soapenv:Header>
<wsse:Security xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd">
<wsse:BinarySecurityToken ValueType="wsse:X509v3" EncodingType="wsse:Base64Binary" Id="X509Token">THIS IS WHERE THE BASE64 ENCODED LICENSE GOES HERE</wsse:BinarySecurityToken>
</wsse:Security>
</soapenv:Header>
Thank you.
***Edited by Moderator Marissa to update SR Details***