How can I add security to remote SOAP method invocation

2002-04-26 Thread Paco Avila
Hi, I have some SOAP methods exposed in a server and I need to restrict the use of these methods. The client should authentify himself to access them. How can I do this?   Thanks in advance.

Re: do an Apache SOAP 2.3 release ?

2002-04-26 Thread Sam Ruby
Sanjiva Weerawarana wrote: > > Its been quite a while since we released v2.2 of Apache SOAP. Since then > about 50 bugs have been fixed and there are about another 50 remaining > in the queue (most of them are non-bugs or trivial but some a big). > > I'm interested in doing a v2.3 to try to captur

Re: How can I add security to remote SOAP method invocation

2002-04-26 Thread Scott Nichol
There are a number of ways, but a common way is to use HTTP authentication. If you are not worried about someone sniffing the packets, you can run this over plain HTTP. If you are worried about sniffing, you can use SSL to encrypt the packets. Although this is a common way, it is not the only o

RE: do an Apache SOAP 2.3 release ?

2002-04-26 Thread armstpat
I like the idea of a 2.3 release if it would be easier to upgrade to 2.3 than change to Axis. We have a large application that uses 2.2. -Original Message- From: Sanjiva Weerawarana [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 25, 2002 8:06 PM To: Apache SOAP; [EMAIL PROTECTED] Sub

RE: do an Apache SOAP 2.3 release ?

2002-04-26 Thread Vaibhav Joshi
Hi, Even i would like to support Apache Soap Release 2.3,before Axis is released. Its time we fix about 52/53 bugs reported in Apache Soap 2.2... Thanking you Vaibhav Joshi -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Friday, April 26, 2002 9:40 AM To: [EMA

Re: do an Apache SOAP 2.3 release ?

2002-04-26 Thread Scott Nichol
As a user, I would be grateful to have the post-2.2 fixes put out as an official release. Scott Nichol - Original Message - From: "Sanjiva Weerawarana" <[EMAIL PROTECTED]> To: "Apache SOAP" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Thursday, April 25, 2002 11:06 PM Subject: do an Ap

RE: do an Apache SOAP 2.3 release ?

2002-04-26 Thread Dave Reid
+1 Related - I have a fix for null parameter deserialization that I'd like to submit (see "RE: boolean value interpretation by Apache SOAP" 4/18/2002 in soap-user). How do I do submit it? ..Dave Reid - Original Message - From: "Sanjiva Weerawarana" <[EMAIL PROTECTED]> To: "Apache SOAP" <

Re: do an Apache SOAP 2.3 release ?

2002-04-26 Thread Scott Nichol
Check the section on Patches at http://jakarta.apache.org/site/source.html Basically, you post a diff between the original and your mod to this list. Scott - Original Message - From: "Dave Reid" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, April 26, 2002 14:57 Subject: RE: do