Re: How could I access webservice by certificate?

2010-01-26 Thread chi runhua
Thanks Ivan for the reply. I've incorporated the solution to G2.2 doc as followed. http://cwiki.apache.org/GMOxDOC22/web-services-issues.html#WebServicesissues-AccessingWebServicebycertificateusingWebServiceclient To Stevens, could you please let us know if the solution works and we are happy t

Re: How could I access webservice by certificate?

2010-01-26 Thread Ivan
For the webservice client, while using client-cert, you might need to ask the server to add your cert to his trusted key store. In the meanwhile, you need to get the server's cert, add it to your local key store ( Geronim admin should be able help to do it ). IIRC, you might need to set some option

Re: How could I access webservice by certificate?

2010-01-26 Thread chi runhua
There is a page about this topic for G2.2. Not sure if it helps. http://cwiki.apache.org/GMOxDOC22/securing-web-service.html Jeff C On Tue, Jan 26, 2010 at 6:16 PM, stevens_wu wrote: > > I have configured geronimo-jetty6 2.1 for using axis2 webservice through > these steps: > 1.Download axis2.

How could I access webservice by certificate?

2010-01-26 Thread stevens_wu
I have configured geronimo-jetty6 2.1 for using axis2 webservice through these steps: 1.Download axis2.war. 2.Write deployment plan. 3.Deploy axis2 in console. 4.Now I can upload webservice in url http://localhost:8080/axis2. 5.Webservice test ok. This is my deployment plan. http://geronimo.apach