Web Service Security

2005-02-04 Thread Christopher Johnson
While Axis creates WSDL's for you based off deployed java code they are not always secure. How do I add my own schemas to the created WSDL's. Do I use the Java2WSDL then edit them as needed, where do I put these documents on the server. How do I tell axis to use my custom WSDL rather then make

web service security.

2004-07-20 Thread sridhar reddy
Hi All, I tried to un the same given in the samples\security application given in the axis distribution. In the read me file it is written that to run the application with apache server with the command java "org.apache.axis.transport.http.SimpleAxisServer -p 8080" and then deploy the service.

RE: Web Service Security

2004-05-08 Thread Anne Thomas Manes
he'll get back to WSS4J shortly.) Anne -Original Message- From: Yakulis, Ross (Ross) [mailto:[EMAIL PROTECTED] Sent: Friday, May 07, 2004 6:26 PM To: [EMAIL PROTECTED] Subject: Web Service Security In regards to security, what is any is the standard, if any, that everyone is moving towards

RE: Web Service Security

2004-05-08 Thread Anne Thomas Manes
he'll get back to WSS4J shortly.) Anne -Original Message- From: Yakulis, Ross (Ross) [mailto:[EMAIL PROTECTED] Sent: Friday, May 07, 2004 6:26 PM To: [EMAIL PROTECTED] Subject: Web Service Security In regards to security, what is any is the standard, if any, that everyone is moving towards

Web Service Security

2004-05-07 Thread Yakulis, Ross (Ross)
In regards to security, what is any is the standard, if any, that everyone is moving towards such that security will work across .Net, Axis, and et. al? As a follow up, where is Axis in regards to that standard. Ross

RE: Web Service Security - what's the best way to achieve it?

2004-03-18 Thread Abhinav Maheshwari
to be the easiest solution. Which webserver are you using ? Regards, Abhinav -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Monday, March 15, 2004 2:55 PM To: [EMAIL PROTECTED] Subject: Web Service Security - what's the best way to achieve it? Hi people, I am considering

RE: Web Service Security - what's the best way to achieve it?

2004-03-16 Thread Anderson Jonathan
because we need that level of security in our deployment environment. Food for thought. -Jon -Original Message- From: Davanum Srinivas [mailto:[EMAIL PROTECTED] Sent: Monday, March 15, 2004 10:37 PM To: [EMAIL PROTECTED] Subject: Re: Web Service Security - what's the best way

Web Service Security - what's the best way to achieve it?

2004-03-15 Thread Ext-Zoltan.Schreter
Hi people, I am considering two different ways of using Certificate based authentication of a client connecting to our Web Service: 1. Certificate is contained in the HTTPS request. I intercept the Request in my Web Service, get the Certificate out of it, and do the authentication. 2.

Re: Web Service Security - what's the best way to achieve it?

2004-03-15 Thread Davanum Srinivas
http://ws.apache.org/ws-fx/wss4j/ --- [EMAIL PROTECTED] wrote: Hi people, I am considering two different ways of using Certificate based authentication of a client connecting to our Web Service: 1. Certificate is contained in the HTTPS request. I intercept the Request in my Web

web service security permissions

2002-04-19 Thread Daniel Keltner
Hi, I'm a new user and I ran into an issue when trying to use a client to test a sample web service I deployed. When I run the client, I get a java.lang.IllegalAccessException message. I have a Java class file that I wanted to use for my service. I placed it under the