[ 
https://issues.apache.org/jira/browse/AXIS2-5985?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17213333#comment-17213333
 ] 

Robert Lazarski commented on AXIS2-5985:
----------------------------------------

What server are you running for your REST service? The basic auth config 
requirements are slightly different for each one.

At minimum, you need this in your web.xml.  There is probably a tutorial 
available specifically for your server, so try a web search engine to find the 
requirements. 

<login-config> <auth-method>BASIC</auth-method> </login-config>

 

> Axis2 web service using as rest endpoint, need to implement security
> --------------------------------------------------------------------
>
>                 Key: AXIS2-5985
>                 URL: https://issues.apache.org/jira/browse/AXIS2-5985
>             Project: Axis2
>          Issue Type: Task
>          Components: jaxws
>            Reporter: JustJoinedJava
>            Priority: Major
>
> I am using existing Axis2 web service (i.e. SOAP) as rest endpoints and I am 
> able to do it. But now I need to implement security, can somebody please 
> guide as rampart and rahas has lot of issues, I am not even able to implement 
> basic auth\usernametoken using it.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to