Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP .Net Security > Authentication method for Web Service

Reply
Thread Tools

Authentication method for Web Service

 
 
Arno
Guest
Posts: n/a
 
      12-18-2003
Hi..

I am currently writing a manager that creates Windows Schedules remotely via. web services. I have just a few questions. What is the best way to Authenticate incoming requests (and remember the SOAP request can come from non .net clients i.e. J2EE)? I need to encrypt these SOAP messages - what is the common practise for this?

Regards,
Arno

 
Reply With Quote
 
 
 
 
Chris Marchal[MSFT]
Guest
Posts: n/a
 
      12-23-2003
MSDN has just posted the following on J2EE interop and may be useful for
architecting your app:

http://www.msdn.microsoft.com/librar.../en-us/dnpag/h
tml/jdni.asp

There are also standards in development that may be of use. These are
usually refered to as 'Web Service Enhancements'. The .NET stuff is here
and there should be equivalents elswhere on the web:

http://www.msdn.microsoft.com/webservices/

and here:

http://msdn.microsoft.com/webservice...x?pull=/librar
y/en-us/dnwebsrv/html/wsejavainterop.asp

On a more practical level, SSL may serve your encryption needs. If you are
able to use SSL then you could try basic authentication for authentication.
The credentials will be secured by the underlying transport.

You should also be able to encrypt data yourself using the cryptography
classes in the .NET framework and use Java classes to decrypt (or vice
versa) as they should all be based on the same crypto standards.

Chris Marchal
Microsoft UK Developer Support
This posting is provided "AS IS" with no warranties, and confers no rights.

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Pass Authentication to Async Web Service Method Call Bob ASP General 1 06-30-2009 05:27 PM
Does timer in Web Service Global.asax block my Web Service from processing web-site requests? Leo Violette ASP .Net Web Services 0 04-17-2009 12:39 AM
Calling Web Service that calls other Web Service with Windows Authentication manuelserpabrandao@gmail.com ASP .Net Web Services 3 06-17-2006 08:14 AM
Calling Web Service that calls other Web Service with Windows Authentication manuelserpabrandao@gmail.com ASP .Net Security 1 06-14-2006 08:55 PM
InvocationTargetException when calling "new Service()" in Axis web service to call another web service Michael Averstegge Java 0 01-10-2006 11:05 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57