Re: Deploying Providers ?

2003-11-12 Thread Stefan . A . Schuster
Hi Uwe, Thanks a lot for your help, as you said, the documentation is not very useufull at this point. Interrestingly I use my own Provider for the same reason you do: To give the service itself access to security information. Looks like we should think about a more generic solutions, something li

Deploying Providers ?

2003-11-11 Thread Stefan . A . Schuster
Hi, I wrote my own provider but I cant test it, because I didnt find anything about deploying providers. How can I tell Axis to use my Provider for some service ? Is there a possibility to tell axis that java:MyRPC is of class package.MyRPCProvider in the server-config.wsdd ? Thanks in advance

Getting MessageContext in Web-Service Implementation

2003-11-10 Thread Stefan . A . Schuster
Hi there, I have a simple WebService written in Java and invoked through the RPC provider. In one of the methods of the service I need a Client-Certificate (X509). The only way to get this seems to write a new provider that passes the messageContext on to the client. Probably a handler would so