Soap Extensions
Hi, is the soap extension ecryption code broken? because in the extensionencrtypion file there is a stream declared as global but then when you attempt to use it in the encrypt() function it says that the object is null. but then when you try to declare it as new in the function it says you can't do this because it is a must inherit class. And frankly I can't understand how the Encrypt() function is supposed to get it's hands on teh message. it is present in the calling function ( messageproccessing) but that function calls Encrypt() which obviously doesn't have any params.
Any help with this would be greatly appreaciated.
Thanks
Raif
|