Jump to content

TIBCO BW 5.14 - How to pass OKTA token to SOAP Request / Reply activity?


m k 2

Recommended Posts

Hello,

I am using TIBCO Designer 5.11 and in that i am using SOAP Request / Reply activity.

I was given the WSDL and schema which i imported to the project. In SOAP Request / Reply activity, I chose the WSDL. Now, while calling the SOAP service, i need to pass the okta token information as below. How can i add these additional fields in SOAP request/reply activity?

<soapenv:Header>

<wsse:Security xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd">

<wsse:UsernameToken xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd">

<wsse:Username>okta token</wsse:Username>

</wsse:UsernameToken>

</wsse:Security>

</soapenv:Header>

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...