, February 17, 2005
11:22 AMTo: '[EMAIL PROTECTED]'Subject: RE: Axis
security, when web-app can't use Basic Web Authentication
There
are couple of approaches you can take, but here's what I would
do.
- Implement an Authentication handler and Authorization handler
extending B
Hi ,
I'd greatly appreciate advice on the following. In short: what do you do when a web-service requires clients to login (supplying user + password), *but* the server/web-app can't be configured to use basic web authentication ?
We have an Axis web service, which requires log
, Christian [mailto: ]
Sent: Thursday, February 10, 2005 7:14 AMTo:
[EMAIL PROTECTED]Subject: RE : WS Authentication &
Authorization
Hi,
Thanks
for the links.
Another question: the Axis's Call javadoc mentions a bunch of
JAX-RPC properties, among others USERNAME_PRO
ine-De : Bill Keese
[mailto:[EMAIL PROTECTED] Envoyé : mercredi, février
9, 2005 20:52À :
[EMAIL PROTECTED]Objet : Re: WS Authentication &
AuthorizationInteresting. How does this compare to
the OASIS WS-Security
username token profile?http://msdn.microsoft.com/library/d
s APIs and we don't want our clients
to go through a log-in page if they are valid users.
There is something known as
pre-authentication but require a lot of prerequisites. Here's a link to
it
http://weblogs.asp.net/feroze_daud/archive/2004/07/12/180856.aspx
Is the
Title: Message
Hi Christian,
We also have something similar going
on. Our application exposes APIs and we don't want our clients to go
through a log-in page if they are valid users.
There is something known as
pre-authentication but require a lot of prerequisites. Here's a l
The Axis Web Service Security page states that authenticating soap client calls is currently not integrated with the servlet API:
"Note that Axis does not yet integrate with the servlet API authentication stuff. Although the forms authentication is literally off-axis when it comes to
/password, authenticate & authorize the user, then forward the request
> to the destination WS. Since is A2A/B2B, it is not possible to show a login
> page. So the credentials must be transported along with the SOAP request to
> our WS methods.
>
> My questions:
> Is
with the SOAP request
to our WS methods.
My
questions:
Is there such
concept of user/password authentication in interoperable SOAP/WSDL,
apart from putting a "user", "password" parameters to my WS interface's
methods? How about HTTP headers?
Does Axis suppo
http://jakarta.apache.org/tomcat/tomcat-5.0-doc/realm-howto.html#JNDIRealm
Hi im writing a program i java that needs some kind of authentication with a
LDAP server. My question is where is the best place to put the
authentication using LDAP ? Is it possible to do it by tomcat or maybe i
shall put the authentication in my java servlet ? Anyone have some kind of
suggestion
;Lyndon Tiu" <[EMAIL PROTECTED]>
wrote on 29/11/2004 21:51:10:
> Hello,
>
> Anyone here ever used custom soap headers for authentication purposes?
>
> How about WS-Security (Axis-WSSE)?
>
> Any tips and suggestions and comments about how well these work and
how
> effective these are?
>
> Thanks.
>
> --
> Lyndon Tiu
>
Hello,
Anyone here ever used custom soap headers for authentication purposes?
How about WS-Security (Axis-WSSE)?
Any tips and suggestions and comments about how well these work and how
effective these are?
Thanks.
--
Lyndon Tiu
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On Wednesday 24 November 2004 17:00, Ilias Bartolini wrote:
> Where can i find a simple howto explaining how to use basic authentication?
problem solved... was just a typing mismatch in users.lst :
Ciao,
Ilias
- --
/**
* Reply
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Where can i find a simple howto explaining how to use basic authentication?
1.
i've tried with
in deployment descriptor and it doesen't work
2.
i've tried with
- --
Web Service Didattica
/ser
urity and authentication
mechanisms that could be used with web services in Axis (in web sphere
5.1 environment).
Coding a user name and password in a soap message seems kind of a raw
approach.
I would like to know what others are using. Since the service would be
exposed on the internet, the
Title: Axis 1.2RC1 and WebSphere Application Developer 5.1.2
Hi Everybody,
I’m trying to develop a B2B web
service (for the first time) and am looking for some direction regarding
security and authentication mechanisms that could be used with web services in
Axis (in web sphere 5.1
s/Tomcat?
Thank you!
Merten
> -Original Message-
> From: Merten Schumann [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, October 06, 2004 6:52 PM
> To: [EMAIL PROTECTED]
> Subject: parameter "alllowedRoles" in deploy.wsdd has no
> effect, service can be used
I want my service to require user authentication by using this
deploy.wsdd
http://xml.apache.org/axis/wsdd/";
xmlns:java="http://xml.apache.org/axis/wsdd/providers/java";>
I expected my (JAXRPC, dynamic proxy) web service client to fail when
hat is working correctly.
-bill
-Original Message-
From: David Robison [mailto:[EMAIL PROTECTED]
Sent: Tuesday, September 21, 2004 1:01 PM
To: [EMAIL PROTECTED]
Subject: Problem getting HTTP Basic Authentication working
I'm having trouble getting HTTP basic authentication working. I'
access the service from a web browser and
see if you can connect that way through your user name and pw...to make sure
that is working correctly.
-bill
-Original Message-
From: David Robison [mailto:[EMAIL PROTECTED]
Sent: Tuesday, September 21, 2004 1:01 PM
To: [EMAIL PROTECTED]
Subje
I'm having trouble getting HTTP basic authentication working. I've used
the wsdl2java compiler to compile a 3rd party wsdl. Here is my client code:
try {
ABCWS mbsSoapService = new ABCWSLocator();
URL serviceURL = new
URL("http://abc.com/ABCint
application within the EAR file.
Hope this makes sense.
Cheers,
Steve
From: "THOMAS, JAI [AG-Contractor/1000]" <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]>
Subject: RE: RE: Client SSL Authentication AR
EMAIL PROTECTED]
Sent: Thursday, September 02, 2004 11:34 AM
To: [EMAIL PROTECTED]
Subject: FW: RE: Client SSL Authentication ARGH !!
After much head scratching I realised that the default Axis implementation
that ships with Websphere Studio Application Developer v5.1.2 is Axis v.1.0.
I rep
After much head scratching I realised that the default Axis implementation
that ships with Websphere Studio Application Developer v5.1.2 is Axis v.1.0.
I replaced all the Axis 1.0 jar's with the v1.1 and hey presto, works like a
charm. :-)
___
.setProperty("javax.net.ssl.keyStorePassword",
ApplicationProperties.getProperty("javax.net.ssl.keyStorePassword"));
-Original Message-
From: Hugo Giguere [mailto:[EMAIL PROTECTED]
Sent: Thursday, September 02, 2004 7:52 AM
To: [EMAIL PROTECTED]
Subject: Re: Client SSL Authent
t; I have configured SSL on the web server and this works fine. I now want to
> go one step further and configure the web-server for client certification
> based authentication. I have confuigured the web-server to require a client
> certificate and proven this to be working by queryin
authentication. I have confuigured the web-server to require a client
certificate and proven this to be working by querying my web-service via my
browser, passing the appropriate certificate.
Now I want to code my java client application to do the same thing. I
started out the same way, got
See
http://www.mail-archive.com/[EMAIL PROTECTED]/msg20141.html
I think it is detailed enough to get you going. Just be sure that your
client is pointing to an https url ;)
Good Luck.
--m
Steven Nakhla wrote:
I am trying to enable an Axis client to do SSL client authentication
to an Axis
I am trying to enable an Axis client to do SSL client authentication to an Axis service that is SSL-enabled in Weblogic 7.00. I have setup the truststore correctly with the server certificate. The service is deployed properly and working under SSL. I've also specified in weblogic to requi
Hi
I'm having a problem with Basic user authentication.
I'm using Axis 1.1 with Tomcat 5.0.27 and Apache 2.0. I've installed
the"mod_jk2" connector in Apache and can successfully
redirect to my Web Services in Tomcat from the Apache Web Server. However,
if I enable &q
All,
Does anybody know how I can create HTTP Authentication for a C++ Axis
Client that was created in Visual C++ .net? The service was deployed on a server
with Apache Axis and I need to have a C++ client access it.
If you do, please e-mail me,
James Crosson
[EMAIL PROTECTED]
Hi,
How do you speciffy a username and pasword if you are using document
literal style SOAP? The SOAPConnection class doesn't supports properties
(the 'Call' class that you use if you are using RPC style SOAP, uses
properties to specify a username and password) .
Thanks,
Nick Van den Bleeken
Title: webservice.htc and authentication
Hi,
This is a quick mail which will hopefully help some people out there.
Having got over the inital hurdle of the hardcoded namespaces in the
Microsoft webservice.htc, I've been having problems getting it to
authenticate successfully with
Antoine Lefebvre wrote:
Hi all,
I use axis to provide services to a .net client. It works fine, but I've
some question about security/authentication...
-How are the "username" and "password" members set in the
MessageContext?
-Is it possible to use the NetworkCredentia
Hi all,
I use axis to provide services to a .net client. It works fine, but I've
some question about security/authentication...
-How are the "username" and "password" members set in the
MessageContext?
-Is it possible to use the NetworkCredential class in my .net cl
Hi,
I am trying to authenticate my web services client. I have server
authentication working using the System.setProperty method to set the
clients trusted certificates, now I want to set the clients keystore. I am
using the following set property...
System.setProperty("javax.net.ssl.trust
nal Message-
> From: Vinod Patil [mailto:[EMAIL PROTECTED]
> Sent: Friday, April 30, 2004 11:31 AM
> To: [EMAIL PROTECTED]
> Subject: No Classloader found Exception for custom authentication
> handler
>
> Hi,
>
> Has anyone used JBoss app server and
) service along with a custom authentication handler.
the structure of my service is
Classes
EchoService
StringEcho.class(service class)
Util
Greeting.class(used by StringEcho)
authenticator
PROTECTED] Sent: Thursday, March 04, 2004
11:35 AMTo: '[EMAIL PROTECTED]'Subject: RE: EJB
Authentication
I
use the default BeanDeserializer. I am attaching the Client code and also the
generated code for this bean.
Thanks,
Ramesh.
-Original Message-
Title: EJB Authentication
I
modified my client to use the static apis and it seems to work. Can anyone tell
me what wrong with my dynamic calls?
The
code that worked:
OAMPServiceManagerService sms = new
OAMPServiceManagerServiceLocator();
OAMPServiceManager smgr
Title: EJB Authentication
I use
the default BeanDeserializer. I am attaching the Client code and also the
generated code for this bean.
Thanks,
Ramesh.
-Original Message-From: Hari Lakshmanan
[mailto:[EMAIL PROTECTED]Sent: Thursday, March 04, 2004 11:26
AMTo: [EMAIL
can you post your client code and deserializer code?
-Original Message-
From: Bobba, Ramesh [mailto:[EMAIL PROTECTED]
Sent: Thu 3/4/2004 11:01 AM
To: '[EMAIL PROTECTED]'
Cc:
Subject: RE: EJB Auth
Title: EJB Authentication
Hi,
I got
this working (kinda) in the sense that the server works fine. It executes the
ejb methods and returns a soap message (according to what I see in the logs),
but on the client side I get an AxisFault saying: Dose anyone know why? I have
all the generated
, think of the Axis URLs as requiring username/password authentication just
as if they were standard HTML or JSP pages and secure them using the deployment
descriptor. Then the EJB access should work just as you expected.
Hope this helps
Keith
-Original Message-
F
Title: EJB Authentication
Hi
Keith,
I am
using Weblogic right now (we also plan to support websphere). I am a bit
confused about what you mean by - replicating EJB security constraints on the
Axis servlet. Are you talking about adding the
somerole
elements?
Thanks,
Ramesh
Hi Ramesh,
What app server are you using now?
I've had authentication working using Axis on Weblogic and JBoss in the past, though I
do remember it was more complicated than I expected. The call.setUsername() and
call.setPassword() approach looks fine from what I remember, but maybe
Hi,
I get an java.rmi.AccessException exception because the EJBs that the
WebService implementation class is trying to use are username/password
protected. We were using weblogic and with that, the client was able to
authenticate by making call:
call.setProperty("javax.xml.rpc.security.auth.usern
Hi,
I am new to the Axis. I am using the Axis stub client to get the web services.
However, there is requirement for go through the proxy authentication if client is in
the enterprise that use the proxy. Can any one provide me the procedures for the
client to use the proxy information in the
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Previously I wrote the following:
| Dear all
|
| I am using Axis 1.1 with Tomcat 5.0.16 and Sun J2SE 1.4.
|
| I am building a client application that connects to remote services
| through SSL requiring client authentication, using several different
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Dear all
I am using Axis 1.1 with Tomcat 5.0.16 and Sun J2SE 1.4.
I am building a client application that connects to remote services
through SSL requiring client authentication, using several different
certificates stored in the same keystore file
Hi!
is there somewhere documentation around, how to implement my own
Authentication classes for axis services?
In the wsdd file i add the lines
where i could change the type to my own classes, but how do i have to
implement them?
Best regards
Thorsten
--
T. Jungblut
Gravon
tunately I don't have a sample at hand right now - I hope this
information will still be helpful.
Kind regards,
Arno Huetter
-Ursprüngliche Nachricht-
Von: Pani, Gourav [mailto:[EMAIL PROTECTED]
Gesendet: Montag, 22. Dezember 2003 16:11
An: '[EMAIL PROTECTED]'
Betreff: RE: Auth
[EMAIL PROTECTED]
Sent: Monday, December 22, 2003 9:04 AM
To: '[EMAIL PROTECTED]'
Subject: RE: Authentication Information in SOAP Header
Here is what I am specifically doing in my code.
// creating the service locator obj
TestTransactionService serviceLoc
etter [mailto:[EMAIL PROTECTED]
Sent: Monday, December 22, 2003 9:26 AM
To: [EMAIL PROTECTED]
Subject: Re: Authentication Information in SOAP Header
Hello there,
I don't know the details of your code, but I suppose that you have to cast
"transaction" to Stub or TestTransactionSoapBindingS
ntime, it will be of type
TestTransactionSoapBindingStub as well).
Kind regards,
Arno Huetter
-Ursprüngliche Nachricht-
Von: Pani, Gourav [mailto:[EMAIL PROTECTED]
Gesendet: Montag, 22. Dezember 2003 15:04
An: '[EMAIL PROTECTED]'
Betreff: RE: Authentication Information in SOAP Header
Here
/code
snippet/reference on how to set authorization data to the soap envelope
header using Handlers?
Thanks.
-Original Message-
From: Pani, Gourav [mailto:[EMAIL PROTECTED]
Sent: Monday, December 22, 2003 9:04 AM
To: '[EMAIL PROTECTED]'
Subject: RE: Authentication Information in SOAP H
EMAIL PROTECTED]
Subject: AW: Authentication Information in SOAP Header
Hi there,
I don't employ a handler, but simply invoke Stub.setHeader() for passing
authentication data - works fine for me.
HTH
Kind regards,
Arno Huetter
-Ursprüngliche Nachricht-
Von: Pani, Gourav [mailto:[EMAIL
Hi there,
I don't employ a handler, but simply invoke Stub.setHeader() for passing
authentication data - works fine for me.
HTH
Kind regards,
Arno Huetter
-Ursprüngliche Nachricht-
Von: Pani, Gourav [mailto:[EMAIL PROTECTED]
Gesendet: Montag, 22. Dezember 2003 14:30
An: [
hi,
i am using axis 1.1
on resin 2.1.10 and am trying to send header level authentication info to a
service. from previous posts and some other research i have gathered that
using handlers would be the right way to go about it. however, i cannot
seem to find any documentation or sample
Hello!
We have an old web application that I have added some web services and
a java client to. The web application is deployed in jboss+tomcat as a
single war. The war uses FORM-based authentication. The java client
posts the username and password to the authentication servlet and keeps
to
:[EMAIL PROTECTED]
Sent: den 4 december 2003 14:37
To: [EMAIL PROTECTED]
Subject: Re: Authentication - Could anyone help me plzzz
most time ( i think mor than 80 % ) webservice communication is through html and html also produces a header ( you can
chrieb Yogesh Pant um 13:49:
Hello ppl,
I have got a custom authentication handler. It authenticates the incoming message very well.
My problem is that the generated wsdl has no mention of header elemen
ents only used in handler shouldn't and couldn't be described in Webservice, so you can only tell your opposit what to do in document the webservice in hardware ways ( email, letters, tell him ... ).best regards HarryAm Don, den 04.12.2003 schrieb Yogesh Pant um 13:49:
Hello ppl,I have
I
guess you mean HTTP, not HTML. Thank god for three and four letter acronyms...
Regards,
Christer
-Original Message-From: Harald Pollak
[mailto:[EMAIL PROTECTED]Sent: den 4 december 2003
14:37To: [EMAIL PROTECTED]Subject: Re:
Authentication - Could anyone
or servlet container security of the type that I have
> > described in my original message?
> >
> > -Original Message-
> > From: Aaron Hamid [mailto:[EMAIL PROTECTED]
> > Sent: 04 December 2003 13:20
> > To: [EMAIL PROTECTED]
> > Subject: Re:
is for servlet container security of the type that I have
described in my original message?
-Original Message-
From: Aaron Hamid [mailto:[EMAIL PROTECTED]
Sent: 04 December 2003 13:20
To: [EMAIL PROTECTED]
Subject: Re: Authentication - Could anyone help me plzzz
I can't answer why th
[mailto:[EMAIL PROTECTED]
Sent: 04 December 2003 13:20
To: [EMAIL PROTECTED]
Subject: Re: Authentication - Could anyone help me plzzz
I can't answer why the admin app would be failing. But if you want
application-level security you are basically on your own. You can try
to use the ws-sec
I can't answer why the admin app would be failing. But if you want
application-level security you are basically on your own. You can try
to use the ws-security package, or simply build client and server
handlers which know how to generate and decode your form of
authentication (in my ca
Hello ppl,
I have got a custom authentication handler. It authenticates the incoming message very well.
My problem is that the generated wsdl has no mention of header elements at all. HOW DO I ACHIEVE THIS?
Do I need to con
axis authentication/security, I would appreciate info on this
Thanks
Tony
-Original Message-
From: Harald Pollak [mailto:[EMAIL PROTECTED]
Sent: 04 December 2003 12:59
To: [EMAIL PROTECTED]
Subject: Re: Authentication - Could a
, if anyone knows any articles on axis
authentication/security, I would appreciate info on this
Thanks
Tony
-Original Message-
From: Harald Pollak
[mailto:[EMAIL PROTECTED]
Sent: 04 December 2003 12:59
To: [EMAIL PROTECTED]
Subject: Re: Authentication - Could
anyone help me
ave got a custom authentication handler. It authenticates the incoming message very well. My problem is that the generated wsdl has no mention of header elements at all. HOW DO I ACHIEVE THIS? Do I need to configure the deployment descriptor a little bit more? Please help. Thanks in advance.
ys ( email, letters, tell him ... ).
best regards
Harry
Am Don, den 04.12.2003 schrieb Yogesh Pant um 13:49:
Hello ppl,
I have got a custom authentication handler. It authenticates the incoming message very well.
My problem is that the generated wsdl has no mention of header eleme
Hello ppl,
I have got a custom authentication handler. It authenticates the incoming message very well.
My problem is that the generated wsdl has no mention of header elements at all. HOW DO I ACHIEVE THIS?
Do I need to configure the deployment descriptor a little bit more?
Please help
Hi Tony,
If you wanted to use application level security, maybe try using
ws-security (encryption and signatures) using handlers in axis. You will
find quite a few links on
this in the axis mailing list.
You may have to design the authentication protocol and then implement this
using ws-security
Hi
I asked a question on this subject recently, but I don’t
think I asked it clearly enough, because the answers I got back, although
helpful, didn’t quite give me the answer I was after. Now I understand a
bit more about authentication I can (hopefully) formulate my question a bit
you can write own handlers and put it into the chain for the webservice.
This handler kann check the authentication and give access to the WS or rize a AxisFault
this is the simplest way to do such things.
Harry
Am Don, den 04.12.2003 schrieb Tony Vieitez um 11:08:
Hi
Andre - authentication is orthogonal to session management
You may choose to secure the web service in the same manner as normal
web applications.
Axis does have an authentication plug-point that may be used to hook in
a specific *application-level* security mechanisms for authorization and
Greetings,
Here is the scenario:
The user accesses a web page that is generated by a servlet. This is
protected using form-based authentication.
Then while generating this web page, this servlet needs to make a web
service call (to get some data out of a database...). The web service
is also
Hi,
If you look at the authentication handler and authorization handler. the way
they implemented are according to the same concept.
But if want the authentication to your flexibility it is easy to write your
own handler.(You can refer the current handler codes and may change it for
your usage).
I
Implement your own handlers.
I've got users and groups stored in an XML file.
To deal with groups I had to make custom implementations of
org.apache.axis.security.*
stephen
Karthik krishnamurthy wrote:
Hi,
I'm trying to implement the Authentication and Authorization features in
A
Hi,
I'm trying to implement the Authentication and Authorization features in
Axis.
1. Is there any way I could store the user's information in a database
instead of "users.lst" and "perms.lst"?
2. Should I always mention the "role" in the wsdd file ? Can&
|
|Pour : [EMAIL PROTECTED]
|
|cc :
|
|Objet : proble
Hi all,
I'm actually trying client AXIS 1.1 APIs on a Websphere 3.5 (we will soon
migrate in 5) ZOS for a RPC call.
The target web service is located on a Tomcat 4.1 on Windows.
Client APIs work fine except that basic athentication does not work (the
same client works fine in the Windows world).
classes for
EBCDIC to ASCII. I recall such things for JNI stuff.
Shmuel Koller
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]
Sent: Mon, September 15, 2003 6:32 PM
To: [EMAIL PROTECTED]
Subject: problem with basic authentication with Websphere as client on
ZOS
Hi
CTED]
> [mailto:[EMAIL PROTECTED]
> Sent: Monday, September 15, 2003 8:32 AM
> To: [EMAIL PROTECTED]
> Subject: problem with basic authentication with Websphere as
> client on ZOS
>
>
> Hi all,
>
> I'm actually trying client AXIS 1.1 APIs on a Websphere 3.5
&g
see http://marc.theaimsgroup.com/?l=axis-dev&m=105787295106872&w=2
--- [EMAIL PROTECTED] wrote:
> Hi all,
>
> I'm actually trying client AXIS 1.1 APIs on a Websphere 3.5 (we will soon
> migrate in 5) ZOS for a RPC call.
> The target web services is located on a Tomcat 4.1 on Windows.
>
> Client
Hi all,
I'm actually trying client AXIS 1.1 APIs on a Websphere 3.5 (we will soon
migrate in 5) ZOS for a RPC call.
The target web services is located on a Tomcat 4.1 on Windows.
Client APIs work fine except that basic athentication does not work (the
same client works fine in the Windows world).
: accessing .net
webservices which needs client authentication
Is there any plans to implement WS-Security as part of AXIS 1.2?
I believe the OASIS WS-Security spec will be a committee spec
next month?
"Kellogg, Richard" <[EMAIL PROTECTED]>
wrote:
Agree
L PROTECTED]Sent: Monday, June 30, 2003 4:59 PMTo: [EMAIL PROTECTED]Subject: RE: accessing .net webservices which needs client authentication
Yes, I used on the .NET Framework 1.1 the .NET WSE package which comes
with WS-Security support. Inspecting the WS-Security headers produced
by the .NET WSE, i
L PROTECTED]Sent: Monday, June 30, 2003 4:59 PMTo: [EMAIL PROTECTED]Subject: RE: accessing .net webservices which needs client authentication
Yes, I used on the .NET Framework 1.1 the .NET WSE package which comes
with WS-Security support. Inspecting the WS-Security headers produced
by the .NET WSE, i
be getting yourself into.
Take
care,
Rick
-Original Message-From: Tony Opatha
[mailto:[EMAIL PROTECTED]Sent: Monday, June 30, 2003 4:59
PMTo: [EMAIL PROTECTED]Subject: RE: accessing .net
webservices which needs client authentication
Yes, I used on the .NET Framework 1.1
: Monday, June 30, 2003 1:34 PMTo: [EMAIL PROTECTED]Subject: RE: accessing .net webservices which needs client authentication
The basic web services includes with the Microsoft .NET Framework 1.1 does NOT include support for WS-Security. I believe the the recently announced
Web Services Enhancements for
: Monday, June 30, 2003 1:34 PMTo: [EMAIL PROTECTED]Subject: RE: accessing .net webservices which needs client authentication
The basic web services includes with the Microsoft .NET Framework 1.1 does NOT include support for WS-Security. I believe the the recently announced
Web Services Enhancements for
MAIL PROTECTED]Subject: Re: accessing .net
webservices which needs client authentication
.NET 1.1 Web services supports WS-Security which means that you
also
have the option of passing from AXIS client a WS-Security
as part of the SOAP Security header.
However, AXIS does not support
IBM version of AXIS does support this functionality.Yusuf_K?amp;lt;[EMAIL PROTECTED]> wrote:
does anyone know how to call a .net webservice which needs a client authentication from a java axis client?I got a .p12 certificate file from the .net web service developer. I don't know any appr
IBM version of AXIS does support this functionality.Yusuf_K?amp;lt;[EMAIL PROTECTED]> wrote:
does anyone know how to call a .net webservice which needs a client authentication from a java axis client?I got a .p12 certificate file from the .net web service developer. I don't know any appr
does anyone know how to call a .net webservice which needs a client
authentication from a java axis client?
I got a .p12 certificate file from the .net web service developer. I
don't know any approach.
Has somebody a code example.
Thank you
Yusuf
--
Yusuf Kör . IT Architect . objectone
Why not use with AXIS SOAP Message Handler the WS-Security
Password-based Authentication mechanism and/or WS-Security
with SAML Assertion.
Are there any plans to support WS-Security for AXIS SOAP
Message exchanges either by Apache/AXIS or by IBM?
Benjamin Tomasini <[EMAIL PROTEC
1 - 100 of 150 matches
Mail list logo