RE: Off topic .NET question

2002-02-18 Thread Thomas Börkel
uar 2002 13:58 > To: [EMAIL PROTECTED] > Subject: RE: Off topic .NET question > > > Thank you for your answer. > Is that the correct way to implement security for SOAP Services ? > Does it work with the "DOMAIN" Flag for Apache HTTPD / Tomcat Server ? > > How Do

RE: Off topic .NET question

2002-02-18 Thread Sascha Kulawik
; > On the Axis side, I guess it depends on which web server you are using. > > Regards, > Thomas > > > -Original Message- > > From: Sascha Kulawik [mailto:[EMAIL PROTECTED]] > > Sent: Montag, 18. Februar 2002 11:22 > > To: [EMAIL PROTECTED] > > Su

RE: Off topic .NET question

2002-02-18 Thread Thomas Börkel
e using. Regards, Thomas > -Original Message- > From: Sascha Kulawik [mailto:[EMAIL PROTECTED]] > Sent: Montag, 18. Februar 2002 11:22 > To: [EMAIL PROTECTED] > Subject: RE: Off topic .NET question > > > Im currently working with ServerSite created GUID for the >

RE: Off topic .NET question

2002-02-18 Thread Sascha Kulawik
D]] > > Sent: Montag, 18. Februar 2002 10:54 > > To: '[EMAIL PROTECTED]' > > Subject: RE: Off topic .NET question > > > > > > Thomas, > > > > Thanks for the feedback. We have the exact same problem i.e > > PreAuthenticate=t

RE: Off topic .NET question

2002-02-18 Thread Thomas Börkel
ious as to how you would make a handler force a 401 to > be returned. > What would be your approach to this? > > Adam > > -Original Message- > From: Thomas Börkel [mailto:[EMAIL PROTECTED]] > Sent: Monday, February 18, 2002 9:38 AM > To: [EMAIL PROTECTED] > S

RE: Off topic .NET question

2002-02-18 Thread Adam.Leggett
om: Thomas Börkel [mailto:[EMAIL PROTECTED]] Sent: Monday, February 18, 2002 9:38 AM To: [EMAIL PROTECTED] Subject: RE: Off topic .NET question HI! All proxy classes derive from WebClientProtocol in .NET. And this class has a property named "PreAuthenticate" which should exactly do t

RE: Off topic .NET question

2002-02-18 Thread Thomas Börkel
EMAIL PROTECTED]' > Subject: RE: Off topic .NET question > > > Thanks thomas, > > But im slightly confused here. To authenticate to my AXIS > service(s) I have > a handler sitting in the request flow, that returns a SOAP > Fault in the SOAP > response if u

RE: Off topic .NET question

2002-02-15 Thread Adam.Leggett
, February 15, 2002 1:04 PM To: [EMAIL PROTECTED] Subject: RE: Off topic .NET question HI! This (basic HTTP authentication) works here. .NET does not send the authorization info with the first attempt, but it sends it with the second attempt if the first attempt has been refused with HTTP error

RE: Off topic .NET question

2002-02-15 Thread Thomas Börkel
IL PROTECTED]] > Sent: Freitag, 15. Februar 2002 13:05 > To: Axis User ([EMAIL PROTECTED]) > Subject: Off topic .NET question > > > Currently, I am working to interop with an MS colleague using > .NET client > with my AXIS service. I have a handler chain that uses LDAP to &

Off topic .NET question

2002-02-15 Thread Adam.Leggett
Currently, I am working to interop with an MS colleague using .NET client with my AXIS service. I have a handler chain that uses LDAP to authenticate/authorize access to my deployed service. Works fine with my AXIS client. Trouble is, we cant seem to be able to get .NET to send the required Author