- I implemented a web service with JAX-WS, and my service client is implemented with JAX-WS too, and the client can talk to service with WS-Security username token profile authentication.
- Now I want to deploy this service to JBoss 4.2.3 and want to replace the custom authentication with JEE container authentication.
- I read some documents on JBossWS, and did some configuration by changing/adding web.xml, jboss-web.xml, jboss-wsse-server.xml, login-config.xml. But JBoss always sent 401 response to the client (the client SOAP request contained correct username token profile header in it).
Any help is appreciated.
- Is that possible to implement such requirement via JBoss configuration?
- Or show me a simple example/steps for configuring JBoss for authentication with WSSE username token profile.
- Or how can I debug what's the problem with my current JBoss configuration.