jax-ws, authentication for php clents
Posted
by kislo_metal
on Stack Overflow
See other posts from Stack Overflow
or by kislo_metal
Published on 2010-05-06T12:33:01Z
Indexed on
2010/05/06
12:48 UTC
Read the original article
Hit count: 363
Scenario: Server is glassfish with jax-ws web services and clients is php based
What type of authentication for web services is more computable with php based clients ?
- HTTP Basic Authentication
- HTTPS Client Authentication
- Mutual Authentication (is it supported ?)
- Digest Authentication (is it supported ?)
Description :
Specifying an Authentication Mechanism
Thank you!
© Stack Overflow or respective owner