Unable to pass SOAP Headers via Graphql-Mesh #1558
Unanswered
manikantasanthoshkuchimanchi
asked this question in
Q&A
Replies: 1 comment 1 reply
-
@manikantasanthoshkuchimanchi Have you seen this before? Maybe this one can help you to provide username and pssword? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
One of our SOAP services need username & password to be passed via Headers like below-
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:UsernameXXXXXXX</wsse:Username>
<wsse:Password Type="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-1.0#PasswordText">XXXXXXX</wsse:Password>
</wsse:UsernameToken>
</wsse:Security>
</soapenv:Header>
Unfortunately, we are unable to find appropriate steps to do the same. We tried with 'headers' and not working.
It would be of great help if someone could help us in this regard.
Thanks & Regards
Santhosh K.M
Beta Was this translation helpful? Give feedback.
All reactions