cancel
Showing results for 
Search instead for 
Did you mean: 

SOAP Axis adapter:org.apache.ws.security.WSSecurityException: Access Denied

Former Member
0 Kudos

Hi Folks,

I am trying to use the SOAP Axis(HTTP) receiver adapter to post a message a SOAP web service using the ws secuirty

tokens. I am getting the error message . This is a synchronous call.

"SOAP Axis adapter:org.apache.ws.security.WSSecurityException: Access Denied".

Can you please help resolve this issue.

Thanks

Shany

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

On the message that is being sent by Axis adapter, there is a field called "<wsse:Username>". Please check if the user provided on this field has all required roles and authorization on the target web service.

Also check the password field, if the provided password is correct.