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 it

Re: Web Service Security

2004-08-20 Thread Jim Murphy
There are 2 fundamental choices: 1. Secure the message at the SOAP layer 2. Secure the channel at the protocol layer WS-Security is for #1. It means you can perform security related functions like authentication, signing and privacy(encryption) entirely by manipulating the XML messages. This

RE: Web Service Security

2004-08-20 Thread Bhuvan
/webservices/library/ws-sec1.html http://www.informit.com/articles/article.asp?p=24600   Thanks Bhuvan From: Suzy Fynes [mailto:[EMAIL PROTECTED] Sent: Friday, August 20, 2004 2:45 PMTo: [EMAIL PROTECTED]Subject: Web Service Security Hi,   Can anyone tell me the best approach to take for securing

Web Service Security

2004-08-20 Thread Suzy Fynes
Hi,   Can anyone tell me the best approach to take for securing a web services server? Its set up using java and I’ve been currently looking at xws-security but it seems to causing more trouble than anything else. Does anyone know if this is the best approach or is there another option. A

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. T

RE: Web Service Security

2004-05-08 Thread Anne Thomas Manes
x27;m sure 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

RE: Web Service Security

2004-05-08 Thread Anne Thomas Manes
x27;m sure 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

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
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 consid

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

2004-03-16 Thread Anderson Jonathan
at's 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 t

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 - 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. Certific

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 webapps/axis/WEB-INF/class