RE: Axis security, when web-app can't use Basic Web Authentication

2005-02-17 Thread Sharam Fouladgar-Mercer
, February 17, 2005 11:22 AMTo: '[EMAIL PROTECTED]'Subject: RE: Axis security, when web-app can't use Basic Web Authentication There are couple of approaches you can take, but here's what I would do.    - Implement an Authentication handler and Authorization handler extending B

Axis security, when web-app can't use Basic Web Authentication

2005-02-17 Thread sol myr
Hi ,   I'd greatly appreciate advice on the following. In short: what do you do when a web-service requires clients to login (supplying user + password), *but* the server/web-app can't be configured to use basic web authentication ?   We have an Axis web service, which requires log

RE: RE : WS Authentication & Authorization

2005-02-10 Thread Brown, Mike
, Christian [mailto:  ] Sent: Thursday, February 10, 2005 7:14 AMTo: [EMAIL PROTECTED]Subject: RE : WS Authentication & Authorization Hi,   Thanks for the links.     Another question:  the Axis's Call javadoc mentions a bunch of JAX-RPC properties, among others USERNAME_PRO

RE : WS Authentication & Authorization

2005-02-10 Thread Faucher, Christian
ine-De : Bill Keese [mailto:[EMAIL PROTECTED] Envoyé : mercredi, février 9, 2005 20:52À : [EMAIL PROTECTED]Objet : Re: WS Authentication & AuthorizationInteresting.  How does this compare to the OASIS WS-Security username token profile?http://msdn.microsoft.com/library/d

Re: WS Authentication & Authorization

2005-02-09 Thread Bill Keese
s APIs and we don't want our clients to go through a log-in page if they are valid users.   There is something known as  pre-authentication but require a lot of prerequisites. Here's a link to it http://weblogs.asp.net/feroze_daud/archive/2004/07/12/180856.aspx   Is the

Re: WS Authentication & Authorization

2005-02-09 Thread Sunil Kothari
Title: Message Hi Christian,   We also have something similar going on.  Our application exposes APIs and we don't want our clients to go through a log-in page if they are valid users.   There is something known as  pre-authentication but require a lot of prerequisites. Here's a l

Basic authentication via security realm

2005-02-08 Thread drchong2000-axis
The Axis Web Service Security page states that authenticating soap client calls is currently not integrated with the servlet API:   "Note that Axis does not yet integrate with the servlet API authentication stuff. Although the forms authentication is literally off-axis when it comes to

Re: WS Authentication & Authorization

2005-02-08 Thread babloosony
/password, authenticate & authorize the user, then forward the request > to the destination WS. Since is A2A/B2B, it is not possible to show a login > page. So the credentials must be transported along with the SOAP request to > our WS methods. > > My questions: > Is

WS Authentication & Authorization

2005-02-08 Thread Faucher, Christian
with the SOAP request to our WS methods.   My questions: Is there such concept of user/password authentication in interoperable SOAP/WSDL, apart from putting a "user", "password" parameters to my WS interface's methods?  How about HTTP headers? Does Axis suppo

Re: SOAP AUTHENTICATION USING LDAP

2005-02-08 Thread Eugene Prokopiev
http://jakarta.apache.org/tomcat/tomcat-5.0-doc/realm-howto.html#JNDIRealm

SOAP AUTHENTICATION USING LDAP

2005-02-08 Thread bohldan bohldan
Hi im writing a program i java that needs some kind of authentication with a LDAP server. My question is where is the best place to put the authentication using LDAP ? Is it possible to do it by tomcat or maybe i shall put the authentication in my java servlet ? Anyone have some kind of suggestion

Re: Custom headers for authentication?

2004-11-30 Thread tony . q . weddle
;Lyndon Tiu" <[EMAIL PROTECTED]> wrote on 29/11/2004 21:51:10: > Hello, > > Anyone here ever used custom soap headers for authentication purposes? > > How about WS-Security (Axis-WSSE)? > > Any tips and suggestions and comments about how well these work and how > effective these are? > > Thanks. > > -- > Lyndon Tiu >

Custom headers for authentication?

2004-11-29 Thread Lyndon Tiu
Hello, Anyone here ever used custom soap headers for authentication purposes? How about WS-Security (Axis-WSSE)? Any tips and suggestions and comments about how well these work and how effective these are? Thanks. -- Lyndon Tiu

Re: BASIC AUTHENTICATION doesn't work

2004-11-24 Thread Ilias Bartolini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wednesday 24 November 2004 17:00, Ilias Bartolini wrote: > Where can i find a simple howto explaining how to use basic authentication? problem solved... was just a typing mismatch in users.lst : Ciao, Ilias - -- /** * Reply

BASIC AUTHENTICATION doesn't work

2004-11-24 Thread Ilias Bartolini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Where can i find a simple howto explaining how to use basic authentication? 1. i've tried with in deployment descriptor and it doesen't work 2. i've tried with - -- Web Service Didattica /ser

Re: web services security and authentication

2004-11-16 Thread Adrian Perez Jorge
urity and authentication mechanisms that could be used with web services in Axis (in web sphere 5.1 environment). Coding a user name and password in a soap message seems kind of a raw approach. I would like to know what others are using. Since the service would be exposed on the internet, the

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

RE: parameter "alllowedRoles" in deploy.wsdd has no effect, service can be used without authentication?!?

2004-10-08 Thread Merten Schumann
s/Tomcat? Thank you! Merten > -Original Message- > From: Merten Schumann [mailto:[EMAIL PROTECTED] > Sent: Wednesday, October 06, 2004 6:52 PM > To: [EMAIL PROTECTED] > Subject: parameter "alllowedRoles" in deploy.wsdd has no > effect, service can be used

parameter "alllowedRoles" in deploy.wsdd has no effect, service can be used without authentication?!?

2004-10-06 Thread Merten Schumann
I want my service to require user authentication by using this deploy.wsdd http://xml.apache.org/axis/wsdd/"; xmlns:java="http://xml.apache.org/axis/wsdd/providers/java";> I expected my (JAXRPC, dynamic proxy) web service client to fail when

Re: Problem getting HTTP Basic Authentication working

2004-09-21 Thread David Robison
hat is working correctly. -bill -Original Message- From: David Robison [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 21, 2004 1:01 PM To: [EMAIL PROTECTED] Subject: Problem getting HTTP Basic Authentication working I'm having trouble getting HTTP basic authentication working. I'

RE: Problem getting HTTP Basic Authentication working

2004-09-21 Thread Bill Keicher
access the service from a web browser and see if you can connect that way through your user name and pw...to make sure that is working correctly. -bill -Original Message- From: David Robison [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 21, 2004 1:01 PM To: [EMAIL PROTECTED] Subje

Problem getting HTTP Basic Authentication working

2004-09-21 Thread David Robison
I'm having trouble getting HTTP basic authentication working. I've used the wsdl2java compiler to compile a 3rd party wsdl. Here is my client code: try { ABCWS mbsSoapService = new ABCWSLocator(); URL serviceURL = new URL("http://abc.com/ABCint

RE: RE: Client SSL Authentication .... ARGH !!

2004-09-02 Thread Steve Webbo
application within the EAR file. Hope this makes sense. Cheers, Steve From: "THOMAS, JAI [AG-Contractor/1000]" <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]> Subject: RE: RE: Client SSL Authentication AR

RE: RE: Client SSL Authentication .... ARGH !!

2004-09-02 Thread THOMAS, JAI [AG-Contractor/1000]
EMAIL PROTECTED] Sent: Thursday, September 02, 2004 11:34 AM To: [EMAIL PROTECTED] Subject: FW: RE: Client SSL Authentication ARGH !! After much head scratching I realised that the default Axis implementation that ships with Websphere Studio Application Developer v5.1.2 is Axis v.1.0. I rep

FW: RE: Client SSL Authentication .... ARGH !!

2004-09-02 Thread Steve Webbo
After much head scratching I realised that the default Axis implementation that ships with Websphere Studio Application Developer v5.1.2 is Axis v.1.0. I replaced all the Axis 1.0 jar's with the v1.1 and hey presto, works like a charm. :-) ___

RE: Client SSL Authentication .... ARGH !!

2004-09-02 Thread Wellman, Andrew
.setProperty("javax.net.ssl.keyStorePassword", ApplicationProperties.getProperty("javax.net.ssl.keyStorePassword")); -Original Message- From: Hugo Giguere [mailto:[EMAIL PROTECTED] Sent: Thursday, September 02, 2004 7:52 AM To: [EMAIL PROTECTED] Subject: Re: Client SSL Authent

Re: Client SSL Authentication .... ARGH !!

2004-09-02 Thread Hugo Giguere
t; I have configured SSL on the web server and this works fine. I now want to > go one step further and configure the web-server for client certification > based authentication. I have confuigured the web-server to require a client > certificate and proven this to be working by queryin

Client SSL Authentication .... ARGH !!

2004-09-02 Thread Steve Webbo
authentication. I have confuigured the web-server to require a client certificate and proven this to be working by querying my web-service via my browser, passing the appropriate certificate. Now I want to code my java client application to do the same thing. I started out the same way, got

Re: SSL client authentication

2004-08-24 Thread Michael Thompson
See http://www.mail-archive.com/[EMAIL PROTECTED]/msg20141.html I think it is detailed enough to get you going. Just be sure that your client is pointing to an https url ;) Good Luck. --m Steven Nakhla wrote: I am trying to enable an Axis client to do SSL client authentication to an Axis

SSL client authentication

2004-08-24 Thread Steven Nakhla
I am trying to enable an Axis client to do SSL client authentication to an Axis service that is SSL-enabled in Weblogic 7.00.  I have setup the truststore correctly with the server certificate.  The service is deployed properly and working under SSL.  I've also specified in weblogic to requi

Authentication problem with Tomcat/Apache

2004-08-13 Thread Steve Piercey
Hi I'm having a problem with Basic user authentication. I'm using Axis 1.1 with Tomcat 5.0.27 and Apache 2.0. I've installed the"mod_jk2" connector in Apache and can successfully redirect to my Web Services in Tomcat from the Apache Web Server. However, if I enable &q

C++ Axis Client for Axis Web Service HTTP Authentication

2004-08-06 Thread NYY96
All,   Does anybody know how I can create HTTP Authentication for a C++ Axis Client that was created in Visual C++ .net? The service was deployed on a server with Apache Axis and I need to have a C++ client access it.   If you do, please e-mail me, James Crosson [EMAIL PROTECTED]

SAOPConnection and basic http authentication

2004-07-02 Thread Nick_Van_den_Bleeken
Hi, How do you speciffy a username and pasword if you are using document literal style SOAP? The SOAPConnection class doesn't supports properties (the 'Call' class that you use if you are using RPC style SOAP, uses properties to specify a username and password) . Thanks, Nick Van den Bleeken

webservice.htc and authentication

2004-06-11 Thread Mark Crowther
Title: webservice.htc and authentication Hi, This is a quick mail which will hopefully help some people out there. Having got over the inital hurdle of the hardcoded namespaces in the Microsoft webservice.htc, I've been having problems getting it to authenticate successfully with

Re: security/authentication

2004-06-01 Thread Ilari Kontinen
Antoine Lefebvre wrote: Hi all, I use axis to provide services to a .net client. It works fine, but I've some question about security/authentication... -How are the "username" and "password" members set in the MessageContext? -Is it possible to use the NetworkCredentia

security/authentication

2004-06-01 Thread Antoine Lefebvre
Hi all, I use axis to provide services to a .net client. It works fine, but I've some question about security/authentication... -How are the "username" and "password" members set in the MessageContext? -Is it possible to use the NetworkCredential class in my .net cl

Client Authentication SSL

2004-05-07 Thread [EMAIL PROTECTED]
Hi, I am trying to authenticate my web services client. I have server authentication working using the System.setProperty method to set the clients trusted certificates, now I want to set the clients keystore. I am using the following set property... System.setProperty("javax.net.ssl.trust

RE: No Classloader found Exception for custom authentication handler

2004-04-29 Thread Vinod Patil
nal Message- > From: Vinod Patil [mailto:[EMAIL PROTECTED] > Sent: Friday, April 30, 2004 11:31 AM > To: [EMAIL PROTECTED] > Subject: No Classloader found Exception for custom authentication > handler > > Hi, > > Has anyone used JBoss app server and

No Classloader found Exception for custom authentication handler

2004-04-29 Thread Vinod Patil
) service along with a custom authentication handler. the structure of my service is Classes EchoService StringEcho.class(service class) Util Greeting.class(used by StringEcho) authenticator

RE: EJB Authentication

2004-03-04 Thread Hari Lakshmanan
PROTECTED] Sent: Thursday, March 04, 2004 11:35 AMTo: '[EMAIL PROTECTED]'Subject: RE: EJB Authentication I use the default BeanDeserializer. I am attaching the Client code and also the generated code for this bean.   Thanks,   Ramesh. -Original Message-

RE: EJB Authentication

2004-03-04 Thread Bobba, Ramesh
Title: EJB Authentication I modified my client to use the static apis and it seems to work. Can anyone tell me what wrong with my dynamic calls?   The code that worked:     OAMPServiceManagerService sms = new OAMPServiceManagerServiceLocator();    OAMPServiceManager smgr

RE: EJB Authentication

2004-03-04 Thread Bobba, Ramesh
Title: EJB Authentication I use the default BeanDeserializer. I am attaching the Client code and also the generated code for this bean.   Thanks,   Ramesh. -Original Message-From: Hari Lakshmanan [mailto:[EMAIL PROTECTED]Sent: Thursday, March 04, 2004 11:26 AMTo: [EMAIL

RE: EJB Authentication

2004-03-04 Thread Hari Lakshmanan
can you post your client code and deserializer code? -Original Message- From: Bobba, Ramesh [mailto:[EMAIL PROTECTED] Sent: Thu 3/4/2004 11:01 AM To: '[EMAIL PROTECTED]' Cc: Subject: RE: EJB Auth

RE: EJB Authentication

2004-03-04 Thread Bobba, Ramesh
Title: EJB Authentication Hi,   I got this working (kinda) in the sense that the server works fine. It executes the ejb methods and returns a soap message (according to what I see in the logs), but on the client side I get an AxisFault saying: Dose anyone know why? I have all the generated

RE: EJB Authentication

2004-03-04 Thread Keith Hatton
, think of the Axis URLs as requiring username/password authentication just as if they were standard HTML or JSP pages and secure them using the deployment descriptor. Then the EJB access should work just as you expected. Hope this helps Keith -Original Message- F

RE: EJB Authentication

2004-03-04 Thread Bobba, Ramesh
Title: EJB Authentication Hi Keith,   I am using Weblogic right now (we also plan to support websphere). I am a bit confused about what you mean by - replicating EJB security constraints on the Axis servlet. Are you talking about adding the somerole elements?   Thanks,   Ramesh

RE: EJB Authentication

2004-03-04 Thread Keith Hatton
Hi Ramesh, What app server are you using now? I've had authentication working using Axis on Weblogic and JBoss in the past, though I do remember it was more complicated than I expected. The call.setUsername() and call.setPassword() approach looks fine from what I remember, but maybe

EJB Authentication

2004-03-03 Thread Bobba, Ramesh
Hi, I get an java.rmi.AccessException exception because the EJBs that the WebService implementation class is trying to use are username/password protected. We were using weblogic and with that, the client was able to authenticate by making call: call.setProperty("javax.xml.rpc.security.auth.usern

How to force the Axis Client go through the Proxy Authentication

2004-02-26 Thread Zhao Sharon-CSC002
Hi, I am new to the Axis. I am using the Axis stub client to get the web services. However, there is requirement for go through the proxy authentication if client is in the enterprise that use the proxy. Can any one provide me the procedures for the client to use the proxy information in the

Follow-up on "Connecting to service with HTTPS using several client certificate authentication"

2004-02-26 Thread Joao Luis Pinto
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Previously I wrote the following: | Dear all | | I am using Axis 1.1 with Tomcat 5.0.16 and Sun J2SE 1.4. | | I am building a client application that connects to remote services | through SSL requiring client authentication, using several different

Connecting to service with HTTPS using several client certificate authentication

2004-02-25 Thread Joao Luis Pinto
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Dear all I am using Axis 1.1 with Tomcat 5.0.16 and Sun J2SE 1.4. I am building a client application that connects to remote services through SSL requiring client authentication, using several different certificates stored in the same keystore file

Authentication HOWTO?

2004-02-19 Thread Thorsten Jungblut
Hi! is there somewhere documentation around, how to implement my own Authentication classes for axis services? In the wsdd file i add the lines where i could change the type to my own classes, but how do i have to implement them? Best regards Thorsten -- T. Jungblut Gravon

AW: Authentication Information in SOAP Header

2003-12-22 Thread Arno Huetter
tunately I don't have a sample at hand right now - I hope this information will still be helpful. Kind regards, Arno Huetter -Ursprüngliche Nachricht- Von: Pani, Gourav [mailto:[EMAIL PROTECTED] Gesendet: Montag, 22. Dezember 2003 16:11 An: '[EMAIL PROTECTED]' Betreff: RE: Auth

RE: Authentication Information in SOAP Header

2003-12-22 Thread Yiet, Liyong
[EMAIL PROTECTED] Sent: Monday, December 22, 2003 9:04 AM To: '[EMAIL PROTECTED]' Subject: RE: Authentication Information in SOAP Header Here is what I am specifically doing in my code. // creating the service locator obj TestTransactionService serviceLoc

RE: Authentication Information in SOAP Header

2003-12-22 Thread Pani, Gourav
etter [mailto:[EMAIL PROTECTED] Sent: Monday, December 22, 2003 9:26 AM To: [EMAIL PROTECTED] Subject: Re: Authentication Information in SOAP Header Hello there, I don't know the details of your code, but I suppose that you have to cast "transaction" to Stub or TestTransactionSoapBindingS

Re: Authentication Information in SOAP Header

2003-12-22 Thread Arno Huetter
ntime, it will be of type TestTransactionSoapBindingStub as well). Kind regards, Arno Huetter -Ursprüngliche Nachricht- Von: Pani, Gourav [mailto:[EMAIL PROTECTED] Gesendet: Montag, 22. Dezember 2003 15:04 An: '[EMAIL PROTECTED]' Betreff: RE: Authentication Information in SOAP Header Here

RE: Authentication Information in SOAP Header

2003-12-22 Thread Pani, Gourav
/code snippet/reference on how to set authorization data to the soap envelope header using Handlers? Thanks. -Original Message- From: Pani, Gourav [mailto:[EMAIL PROTECTED] Sent: Monday, December 22, 2003 9:04 AM To: '[EMAIL PROTECTED]' Subject: RE: Authentication Information in SOAP H

RE: Authentication Information in SOAP Header

2003-12-22 Thread Pani, Gourav
EMAIL PROTECTED] Subject: AW: Authentication Information in SOAP Header Hi there, I don't employ a handler, but simply invoke Stub.setHeader() for passing authentication data - works fine for me. HTH Kind regards, Arno Huetter -Ursprüngliche Nachricht- Von: Pani, Gourav [mailto:[EMAIL

AW: Authentication Information in SOAP Header

2003-12-22 Thread Arno Huetter
Hi there, I don't employ a handler, but simply invoke Stub.setHeader() for passing authentication data - works fine for me. HTH Kind regards, Arno Huetter -Ursprüngliche Nachricht- Von: Pani, Gourav [mailto:[EMAIL PROTECTED] Gesendet: Montag, 22. Dezember 2003 14:30 An: [

Authentication Information in SOAP Header

2003-12-22 Thread Pani, Gourav
hi,   i am using axis 1.1 on resin 2.1.10 and am trying to send header level authentication info to a service.  from previous posts and some other research i have gathered that using handlers would be the right way to go about it.  however, i cannot seem to find any documentation or sample

FORM-based authentication?

2003-12-16 Thread Tore Halset
Hello! We have an old web application that I have added some web services and a java client to. The web application is deployed in jboss+tomcat as a single war. The war uses FORM-based authentication. The java client posts the username and password to the authentication servlet and keeps to

RE: Authentication - Could anyone help me plzzzzzzz

2003-12-04 Thread Harald Pollak
:[EMAIL PROTECTED] Sent: den 4 december 2003 14:37 To: [EMAIL PROTECTED] Subject: Re: Authentication - Could anyone help me plzzz most time ( i think mor than 80 % ) webservice communication is through html and html also produces a header ( you can

Re: Authentication - Could anyone help me plzzzzzzz

2003-12-04 Thread Harald Pollak
chrieb Yogesh Pant um 13:49: Hello ppl, I have got a custom authentication handler. It authenticates the incoming message very well.   My problem is that the generated wsdl has no mention of header elemen

Re: Authentication - Could anyone help me plzzzzzzz

2003-12-04 Thread Yogesh Pant
ents only used in handler shouldn't and couldn't be described in Webservice, so you can only tell your opposit what to do in document the webservice in hardware ways ( email, letters, tell him ... ).best regards HarryAm Don, den 04.12.2003 schrieb Yogesh Pant um 13:49: Hello ppl,I have

RE: Authentication - Could anyone help me plzzzzzzz

2003-12-04 Thread Christer Holmér
I guess you mean HTTP, not HTML. Thank god for three and four letter acronyms...   Regards, Christer -Original Message-From: Harald Pollak [mailto:[EMAIL PROTECTED]Sent: den 4 december 2003 14:37To: [EMAIL PROTECTED]Subject: Re: Authentication - Could anyone

Re: Authentication

2003-12-04 Thread Davanum Srinivas
or servlet container security of the type that I have > > described in my original message? > > > > -Original Message- > > From: Aaron Hamid [mailto:[EMAIL PROTECTED] > > Sent: 04 December 2003 13:20 > > To: [EMAIL PROTECTED] > > Subject: Re:

Re: Authentication

2003-12-04 Thread Aaron Hamid
is for servlet container security of the type that I have described in my original message? -Original Message- From: Aaron Hamid [mailto:[EMAIL PROTECTED] Sent: 04 December 2003 13:20 To: [EMAIL PROTECTED] Subject: Re: Authentication - Could anyone help me plzzz I can't answer why th

RE: Authentication

2003-12-04 Thread Tony Vieitez
[mailto:[EMAIL PROTECTED] Sent: 04 December 2003 13:20 To: [EMAIL PROTECTED] Subject: Re: Authentication - Could anyone help me plzzz I can't answer why the admin app would be failing. But if you want application-level security you are basically on your own. You can try to use the ws-sec

Re: Authentication - Could anyone help me plzzzzzzz

2003-12-04 Thread Aaron Hamid
I can't answer why the admin app would be failing. But if you want application-level security you are basically on your own. You can try to use the ws-security package, or simply build client and server handlers which know how to generate and decode your form of authentication (in my ca

Re: Authentication - Could anyone help me plzzzzzzz

2003-12-04 Thread Harald Pollak
Hello ppl, I have got a custom authentication handler. It authenticates the incoming message very well.   My problem is that the generated wsdl has no mention of header elements at all. HOW DO I ACHIEVE THIS?   Do I need to con

RE: Authentication - Could anyone help me plzzzzzzz

2003-12-04 Thread Harald Pollak
axis authentication/security, I would appreciate info on this   Thanks   Tony   -Original Message- From: Harald Pollak [mailto:[EMAIL PROTECTED] Sent: 04 December 2003 12:59 To: [EMAIL PROTECTED] Subject: Re: Authentication - Could a

RE: Authentication - Could anyone help me plzzzzzzz

2003-12-04 Thread Tony Vieitez
, if anyone knows any articles on axis authentication/security, I would appreciate info on this   Thanks   Tony   -Original Message- From: Harald Pollak [mailto:[EMAIL PROTECTED] Sent: 04 December 2003 12:59 To: [EMAIL PROTECTED] Subject: Re: Authentication - Could anyone help me

Re: Authentication - Could anyone help me plzzzzzzz

2003-12-04 Thread Yogesh Pant
ave got a custom authentication handler. It authenticates the incoming message very well. My problem is that the generated wsdl has no mention of header elements at all. HOW DO I ACHIEVE THIS? Do I need to configure the deployment descriptor a little bit more? Please help. Thanks in advance. 

Re: Authentication - Could anyone help me plzzzzzzz

2003-12-04 Thread Harald Pollak
ys ( email, letters, tell him ... ). best regards Harry Am Don, den 04.12.2003 schrieb Yogesh Pant um 13:49: Hello ppl, I have got a custom authentication handler. It authenticates the incoming message very well.   My problem is that the generated wsdl has no mention of header eleme

Re: Authentication - Could anyone help me plzzzzzzz

2003-12-04 Thread Yogesh Pant
Hello ppl, I have got a custom authentication handler. It authenticates the incoming message very well.   My problem is that the generated wsdl has no mention of header elements at all. HOW DO I ACHIEVE THIS?   Do I need to configure the deployment descriptor a little bit more?   Please help

Re: Authentication

2003-12-04 Thread Sunil Iyengar
Hi Tony, If you wanted to use application level security, maybe try using ws-security (encryption and signatures) using handlers in axis. You will find quite a few links on this in the axis mailing list. You may have to design the authentication protocol and then implement this using ws-security

Authentication

2003-12-04 Thread Tony Vieitez
Hi   I asked a question on this subject recently, but I don’t think I asked it clearly enough, because the answers I got back, although helpful, didn’t quite give me the answer I was after. Now I understand a bit more about authentication I can (hopefully) formulate my question a bit

Re: Authentication

2003-12-04 Thread Harald Pollak
you can write own handlers and put it into the chain for the webservice. This handler kann check the authentication and give access to the WS or rize a AxisFault this is the simplest way to do such things. Harry Am Don, den 04.12.2003 schrieb Tony Vieitez um 11:08: Hi

Authentication (was RE: Services sharing same session)

2003-11-13 Thread chris
Andre - authentication is orthogonal to session management You may choose to secure the web service in the same manner as normal web applications. Axis does have an authentication plug-point that may be used to hook in a specific *application-level* security mechanisms for authorization and

Need help with authentication

2003-11-06 Thread Andre Charbonneau
Greetings, Here is the scenario: The user accesses a web page that is generated by a servlet. This is protected using form-based authentication. Then while generating this web page, this servlet needs to make a web service call (to get some data out of a database...). The web service is also

Re: Authentication & Authorization

2003-10-12 Thread Jeyakumaran.C
Hi, If you look at the authentication handler and authorization handler. the way they implemented are according to the same concept. But if want the authentication to your flexibility it is easy to write your own handler.(You can refer the current handler codes and may change it for your usage). I

Re: Authentication & Authorization

2003-10-08 Thread Stephen Gordon
Implement your own handlers. I've got users and groups stored in an XML file. To deal with groups I had to make custom implementations of org.apache.axis.security.* stephen Karthik krishnamurthy wrote: Hi, I'm trying to implement the Authentication and Authorization features in A

Authentication & Authorization

2003-10-08 Thread Karthik krishnamurthy
Hi, I'm trying to implement the Authentication and Authorization features in Axis. 1. Is there any way I could store the user's information in a database instead of "users.lst" and "perms.lst"? 2. Should I always mention the "role" in the wsdd file ? Can&

Re : problem with basic authentication with Websphere as client on ZOS

2003-09-16 Thread arnaud . peyre
| |Pour : [EMAIL PROTECTED] | |cc : | |Objet : proble

problem with basic authentication with Websphere as client on ZOS

2003-09-16 Thread arnaud . peyre
Hi all, I'm actually trying client AXIS 1.1 APIs on a Websphere 3.5 (we will soon migrate in 5) ZOS for a RPC call. The target web service is located on a Tomcat 4.1 on Windows. Client APIs work fine except that basic athentication does not work (the same client works fine in the Windows world).

RE: problem with basic authentication with Websphere as client on ZOS

2003-09-16 Thread Koller, Shmuel
classes for EBCDIC to ASCII. I recall such things for JNI stuff. Shmuel Koller -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Mon, September 15, 2003 6:32 PM To: [EMAIL PROTECTED] Subject: problem with basic authentication with Websphere as client on ZOS Hi

RE: problem with basic authentication with Websphere as client on ZOS

2003-09-15 Thread Gary L Peskin
CTED] > [mailto:[EMAIL PROTECTED] > Sent: Monday, September 15, 2003 8:32 AM > To: [EMAIL PROTECTED] > Subject: problem with basic authentication with Websphere as > client on ZOS > > > Hi all, > > I'm actually trying client AXIS 1.1 APIs on a Websphere 3.5 &g

Re: problem with basic authentication with Websphere as client on ZOS

2003-09-15 Thread Davanum Srinivas
see http://marc.theaimsgroup.com/?l=axis-dev&m=105787295106872&w=2 --- [EMAIL PROTECTED] wrote: > Hi all, > > I'm actually trying client AXIS 1.1 APIs on a Websphere 3.5 (we will soon > migrate in 5) ZOS for a RPC call. > The target web services is located on a Tomcat 4.1 on Windows. > > Client

problem with basic authentication with Websphere as client on ZOS

2003-09-15 Thread arnaud . peyre
Hi all, I'm actually trying client AXIS 1.1 APIs on a Websphere 3.5 (we will soon migrate in 5) ZOS for a RPC call. The target web services is located on a Tomcat 4.1 on Windows. Client APIs work fine except that basic athentication does not work (the same client works fine in the Windows world).

RE: accessing .net webservices which needs client authentication

2003-07-01 Thread Kellogg, Richard
: accessing .net webservices which needs client authentication Is there any plans to implement WS-Security as part of AXIS 1.2? I believe the OASIS WS-Security spec will be a committee spec next month? "Kellogg, Richard" <[EMAIL PROTECTED]> wrote: Agree

RE: accessing .net webservices which needs client authentication

2003-06-30 Thread Tony Opatha
L PROTECTED]Sent: Monday, June 30, 2003 4:59 PMTo: [EMAIL PROTECTED]Subject: RE: accessing .net webservices which needs client authentication Yes, I used on the .NET Framework 1.1 the .NET WSE package which comes with WS-Security support. Inspecting the WS-Security headers produced by the .NET WSE, i

RE: accessing .net webservices which needs client authentication

2003-06-30 Thread Tony Opatha
L PROTECTED]Sent: Monday, June 30, 2003 4:59 PMTo: [EMAIL PROTECTED]Subject: RE: accessing .net webservices which needs client authentication Yes, I used on the .NET Framework 1.1 the .NET WSE package which comes with WS-Security support. Inspecting the WS-Security headers produced by the .NET WSE, i

RE: accessing .net webservices which needs client authentication

2003-06-30 Thread Kellogg, Richard
be getting yourself into.   Take care, Rick -Original Message-From: Tony Opatha [mailto:[EMAIL PROTECTED]Sent: Monday, June 30, 2003 4:59 PMTo: [EMAIL PROTECTED]Subject: RE: accessing .net webservices which needs client authentication Yes, I used on the .NET Framework 1.1

RE: accessing .net webservices which needs client authentication

2003-06-30 Thread Tony Opatha
: Monday, June 30, 2003 1:34 PMTo: [EMAIL PROTECTED]Subject: RE: accessing .net webservices which needs client authentication The basic web services includes with the Microsoft .NET Framework 1.1 does NOT include support for WS-Security.  I believe the the recently announced Web Services Enhancements for

RE: accessing .net webservices which needs client authentication

2003-06-30 Thread Tony Opatha
: Monday, June 30, 2003 1:34 PMTo: [EMAIL PROTECTED]Subject: RE: accessing .net webservices which needs client authentication The basic web services includes with the Microsoft .NET Framework 1.1 does NOT include support for WS-Security.  I believe the the recently announced Web Services Enhancements for

RE: accessing .net webservices which needs client authentication

2003-06-30 Thread Kellogg, Richard
MAIL PROTECTED]Subject: Re: accessing .net webservices which needs client authentication .NET 1.1 Web services supports WS-Security which means that you also have the option of passing from AXIS client a WS-Security as part of the SOAP Security header.   However, AXIS does not support

Re: accessing .net webservices which needs client authentication

2003-06-30 Thread Tony Opatha
IBM version of AXIS does support this functionality.Yusuf_K?amp;lt;[EMAIL PROTECTED]> wrote: does anyone know how to call a .net webservice which needs a client authentication from a java axis client?I got a .p12 certificate file from the .net web service developer. I don't know any appr

Re: accessing .net webservices which needs client authentication

2003-06-30 Thread Tony Opatha
IBM version of AXIS does support this functionality.Yusuf_K?amp;lt;[EMAIL PROTECTED]> wrote: does anyone know how to call a .net webservice which needs a client authentication from a java axis client?I got a .p12 certificate file from the .net web service developer. I don't know any appr

accessing .net webservices which needs client authentication

2003-06-27 Thread Yusuf Kör
does anyone know how to call a .net webservice which needs a client authentication from a java axis client? I got a .p12 certificate file from the .net web service developer. I don't know any approach. Has somebody a code example. Thank you Yusuf -- Yusuf Kör . IT Architect . objectone

Re: Authentication

2003-06-18 Thread Tony Opatha
Why not use with AXIS SOAP Message Handler the WS-Security Password-based Authentication mechanism and/or WS-Security with SAML Assertion.   Are there any plans to support WS-Security for AXIS SOAP Message exchanges either by Apache/AXIS or by IBM?        Benjamin Tomasini <[EMAIL PROTEC

  1   2   >