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
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
/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
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
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
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
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
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
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
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
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
>
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
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
13 matches
Mail list logo