401--Unauthorized
Summary
401--UnauthorizedContent
Dear All,
I am trying to call the web service, by using the endpoint URL of Integration. but ends up with below error '401-unauthorized'.
I also tried adding the below to soap header:
<wsse:Security xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wsswssecurity-secext-1.0.xsd">
<wsse:UsernameToken>
<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>
Error Message:
The request requires user authentication and authorization.</p><p>
<b>Error: Security policy enforcement failed: : OWSM ICS Service request handler failed: InvalidSecurity : error in processing the WS-Security security header - InvalidSecurity : error in processing the WS-Security security header while applying policy oracle/wss_username_token_over_ssl_service_policy - reason: WSM-00069 : The security header is missing. Ensure that there is a valid security policy attached at the client side, and the policy is enabled