Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The "normal" CXF/JAX-WS method of setting user credentials via the BindingProvider.USERNAME_PROPERTY/PASSWORD_PROPERTY will work with the Async transport as well. However, the Async transport HttpAsyncClient library does have some additional capabilities around NTLM that can be leveraged. In order to use that, you need to:

...