@Dino,
Someone using apigee proxy, they are sending request in soap format without security header. Need to add security header like below and hit proxy endpoint with soap input request along with security token in header.
Target endpoint will authenticate the request based on the SOAP Security header
<soapenv:Header> <wsse:Security soapenv:mustUnderstand="111" xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd"> <wsse:UsernameToken wsu:Id="UsernameToken-459"> <wsse:Username>username</wsse:Username> <wsse:Password Type="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-1.0#PasswordText">password</wsse:Password> </wsse:UsernameToken> </wsse:Security> </soapenv:Header>
Solved! Go to Solution.
I can think of two ways to do it.
User | Count |
---|---|
1 | |
1 | |
1 | |
1 | |
1 |