Re: [DOTNET] SoapExtension Priority

2002-05-29 Thread Wil Burton
I've got an attribute but, when I do this: (I'm using VB) I get a NullReferenceException: Object reference not set to an instance of an object. any insight? You can read messages from the DOTNET archive, unsubscribe from DOTNET, or subscribe to other DevelopMentor lists at http://discuss.devel

Re: [DOTNET] SoapExtension Priority

2002-05-28 Thread Fumiaki Yoshimatsu
[EMAIL PROTECTED]] > On Behalf Of Wil Burton > Sent: Tuesday, May 28, 2002 11:31 PM > To: [EMAIL PROTECTED] > Subject: [DOTNET] SoapExtension Priority > > > How do you set the priority on SoapExtensions without > using the .config file? > > I am using compression and encrypti

[ADVANCED-DOTNET] SoapExtension Priority

2002-05-28 Thread Wil Burton
How do you set the priority on SoapExtensions without using the .config file? I am using compression and encryption soapextesions. In order for it to work properly it must operate in the correct order. Client Server Compress -> Encrypt >> Decrypt -> Decompress | Decompress

[DOTNET] SoapExtension Priority

2002-05-28 Thread Wil Burton
How do you set the priority on SoapExtensions without using the .config file? I am using compression and encryption soapextesions. In order for it to work properly it must operate in the correct order. Client Server Compress -> Encrypt >> Decrypt -> Decompress | Decompress