[jboss-user] [JBossWS] - JAX-WS Basic authorization?
rukus
do-not-reply at jboss.com
Wed Nov 14 06:42:47 EST 2007
I need to implement basic authorization (username and password check) to jax-ws for this service:
@WebService(name="ServerService", serviceName="ServerService")
| @SOAPBinding(style = SOAPBinding.Style.RPC)
| public class ServerService implements IServerService{
| @WebMethod
| public ServerStatus status() {
| ServerStatus status=ServerStatus.getInstance();
| return status;
| }
| }
but i saw only EJB examples...
Where i can find how to do it?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4104493#4104493
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4104493
More information about the jboss-user
mailing list