Authentication « cxf « Java Enterprise Q&A

Home
Java Enterprise Q&A
1.activemq
2.Ant
3.aspectj
4.axis
5.cxf
6.deploy
7.Development
8.ear
9.eclipse
10.ehcache
11.ejb
12.flex
13.grails
14.jax
15.jaxb
16.JBoss
17.jbpm
18.jdo
19.jersey
20.jetty
21.jms
22.jmx
23.jndi
24.junit
25.ldap
26.Library
27.log4j
28.netbeans
29.osgi
30.playframework
31.portlet
32.quartz
33.rabbitmq
34.restful
35.security
36.Session
37.soap
38.tapestry
39.Web Service
40.weblogic
41.websphere
42.wicket
43.workflow
44.wsdl
Java Enterprise Q&A » cxf » Authentication 

1. How do I consume a web service protected with HTTP basic authentication using the CXF framework?    stackoverflow.com

I tried to get it to work using the CXF User Guide, but I've had no luck. I'm trying to call the web service using java code.

2. NTLM authentication using CXF wsdl2java stubs    stackoverflow.com

I have a web service protected by HTTPS with NTLM authentication and I generated a set of java stubs using CXF's wsdl2java tool by temporarily disabling authentication. I am now ...

3. 401 error when consuming a Web service with HTTP Basic authentication using CXF    stackoverflow.com

I'm trying to consume a remote Web service that uses HTTP basic authentication, using Apache CXF, within a JUnit test. The error I am getting is:

javax.xml.ws.WebServiceException: Failed to access the WSDL ...

4. Web Reference with Basic Authentication fails    stackoverflow.com

I have a web service created using Apache CXF, and two .NET clients using Web References (not Service References). The compact framework client works, but the .NET 4.0 desktop client only ...

5. Web services mutual authentication (Apache CXF 2.4.0)    stackoverflow.com

I am trying to set-up mutual authentication between a web service client (Apache CXF 2.4.0) and a web service running on Tomcat. The server is configured with clientAuth="true". When the connection is ...

6. Using WS-Security to authenticate when I don't know the password    stackoverflow.com

I'm using WSS4JInInterceptor to try to authenticate my client. I have been able to create a trivial example. However, I have a problem. In my application, I use ...

java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.