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 ...
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 ...
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 ...
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 ...