number of HTTP connections you're allowing, etc.)
Greg Reinacker
Reinacker & Associates, Inc.
http://www.rassoc.com
http://www.rassoc.com/gregr/weblog/
-Original Message-
From: Moderated discussion of advanced .NET topics.
[mailto:ADVANCED-DOTNET@;DISCUSS.DEVELOP.COM] On Behalf Of Karim
lso pretty easily just
hard code the headers into your script, by adding the Authorization
header.
Greg Reinacker
Reinacker & Associates, Inc.
http://www.rassoc.com
http://www.rassoc.com/gregr/weblog/
-Original Message-
From: Moderated discussion of advanced .NET topics.
[mailto:[EMAIL
with both the HTTP and TCP
remoting channels. NLB ships with W2K Advanced Server, and in
Application Center Server.
Greg Reinacker
Reinacker & Associates, Inc.
http://www.rassoc.com
http://www.rassoc.com/gregr/weblog/
-Original Message-
From: Moderated discussion of advanced .NET to
It looks like the problem lies with your service's WSDL document; the
parameter str is defined as a string, which must be escaped as shown.
Do you have control of the service's code? Can you post the WSDL
document you started from?
Greg Reinacker
Reinacker & Associa
> Don't you automatically get one
> instance of a static class in each app-domain?
This behavior depends on the LoaderOptimization setting, which is set
when an AppDomain is created (either at AppDomain.CreateDomain, or
CorBindToRuntimeHost).
Greg Reinacker
Reinacker & Associ
singleton will disappear when the AppDomain goes down.
Greg Reinacker
Reinacker & Associates, Inc.
http://www.rassoc.com
-Original Message-
From: Moderated discussion of advanced .NET topics.
[mailto:[EMAIL PROTECTED]] On Behalf Of franklin gray
Sent: Friday, May 31, 2002 9:04 AM
To: [EMAIL
generate his own tokens that will appear valid on the server; however,
remember that the mere fact that someone can generate a token does not
mean that they can access your system...they still need to hash the
credentials with the token.
Greg Reinacker
Reinacker & Associates, Inc.
g
you need to know is in the spec [1].
[1] http://www.ietf.org/rfc/rfc2617.txt?number=2617
Greg Reinacker
Reinacker & Associates, Inc.
http://www.rassoc.com
-Original Message-
From: Moderated discussion of advanced .NET topics.
[mailto:[EMAIL PROTECTED]] On Behalf Of Oren Novotny
Sen