Re: web services security and authentication

2004-11-16 Thread Adrian Perez Jorge
Hi, Maybe your web service is using a SOAP binding over HTTP (that's true in most cases). If you know about HTTP, it supports some way of authentification (Basic, Digest...). Axis frontend is usually a servlet so you can configure your J2EE container (WebSphere in your case) to protect that res

web services security and authentication

2004-11-15 Thread Vikas Phonsa
Title: Axis 1.2RC1 and WebSphere Application Developer 5.1.2 Hi Everybody,   I’m trying to develop a B2B web service (for the first time) and am looking for some direction regarding security and authentication mechanisms that could be used with web services in Axis (in web sphere 5.1 env