No announcements
Found 1192679 threads
-
0 Votes
SoapExtension/TraceExtension not logging right
http://channel9.msdn.com/shows/Endpoint/endpointtv-AppFabric-Dashboard-Overview/ Logging can be implemented using xmlTraceListeners as explained in my ...Answered | 1 Replies | 79 Views | Created by Anonymous - Thursday, March 21, 2013 12:29 PM | Last reply by Anonymous - Friday, March 22, 2013 8:20 PM -
0 Votes
SoapExtension
I have one question: I have class, with variable num: public class EncryptMessage : SoapExtension { public int ...Answered | 1 Replies | 3944 Views | Created by klerik123456 - Wednesday, September 9, 2009 11:00 AM | Last reply by John Saunders - Wednesday, September 9, 2009 3:05 PM -
0 Votes
SoapExtension/TraceExtension VS2005 and Database
User-1272083177 posted Hi , The saving work good , the problem is that after the insert function , the Traceextension terminate and stop ...Unanswered | 2 Replies | 71 Views | Created by Anonymous - Monday, September 3, 2012 4:10 AM | Last reply by Anonymous - Wednesday, September 5, 2012 1:49 AM -
0 Votes
SoapExtension and GZipStream
I thought I could include a soapextension wich intercept the message and compress/decompress it during after serialize/before deserialize stages.Answered | 1 Replies | 4192 Views | Created by St84 - Sunday, March 22, 2009 10:54 PM | Last reply by Petr Pechovic - Tuesday, March 24, 2009 2:31 PM -
0 Votes
SoapExtensionAttribute , SoapExtension
I have problem, I want set soap extension attribute in web method: Soap extension in web service: AttributeUsage(AttributeTargets.Method)] public ...Answered | 1 Replies | 4313 Views | Created by klerik123456 - Wednesday, September 9, 2009 8:29 AM | Last reply by John Saunders - Wednesday, September 9, 2009 3:05 PM -
0 Votes
problem using SOAPExtension with WSE 3.0 MTOM Encoding
It is caused by the MTOM ASP.NET code, which closes (and sometimes even disposes) streams in the SoapExtension pipeline.Answered | 4 Replies | 5176 Views | Created by Waggles - Friday, April 4, 2008 9:58 AM | Last reply by WVDev_35 - Monday, September 21, 2009 5:46 PM -
0 Votes
SoapExtension/TraceExtension VS2005 and Database
Hi, I'm use SoapExtension/TraceExtension to log my webservice response and requests according to this ...Unanswered | 2 Replies | 3607 Views | Created by rami4tis - Thursday, August 30, 2012 7:41 AM | Last reply by rami4tis - Monday, September 3, 2012 8:39 AM -
1 Votes
Cannot add custom soapextension in web.config
I want to log the soap requests to a database so I have created the necessary class deriving from SoapExtension, implemented all the code, and placed this class called ...Answered | 4 Replies | 4972 Views | Created by Unthank - Wednesday, November 12, 2008 3:04 PM | Last reply by John Saunders - Tuesday, November 18, 2008 10:17 PM -
0 Votes
TraceExtension
public class TraceExtension : SoapExtension { Stream oldStream; Stream newStream; string filename; // Save the ...Answered | 6 Replies | 308 Views | Created by Anonymous - Friday, November 14, 2008 12:01 PM | Last reply by Anonymous - Friday, July 23, 2010 4:20 PM -
1 Votes
Using SoapExtension on client proxy generated by "Add service reference"
You add some DAL code there to log it to your database.Answered | 4 Replies | 5305 Views | Created by Filip Mateasko - Wednesday, November 18, 2009 2:53 PM | Last reply by Filip Mateasko - Thursday, November 19, 2009 11:26 AM -
0 Votes
SoapExtension is not logging
It does not use the SOAP protocal so the SoapExtension subclass is never executed.Unanswered | 5 Replies | 441 Views | Created by Anonymous - Wednesday, October 3, 2007 4:36 AM | Last reply by Anonymous - Tuesday, May 27, 2014 12:13 PM -
0 Votes
SOAPExtension help - Can not debug
User-209105085 posted here is one more thing i foud just now. if i use webservice studio to access my webservice its creating instance of soapextension class but if call ...Unanswered | 2 Replies | 94 Views | Created by Anonymous - Tuesday, May 22, 2007 6:12 PM | Last reply by Anonymous - Thursday, June 21, 2012 8:52 AM -
0 Votes
Trace Webservice Request/Response
I just needed to add the [TraceExtension] attribute to the web method that I am consuming in the proxy class.Answered | 3 Replies | 4722 Views | Created by Chris Fink - Tuesday, June 17, 2008 7:43 PM | Last reply by Chris Fink - Wednesday, June 18, 2008 2:29 PM -
0 Votes
TraceExtension
I have added the class TraceExtension to my App_code directory as SoapExtensions.cs.Answered | 1 Replies | 281 Views | Created by Anonymous - Thursday, April 16, 2015 4:01 AM | Last reply by Anonymous - Thursday, April 16, 2015 6:48 AM -
0 Votes
SOAP TraceExtension Cannot load the type TraceExtension
I had tried both the <add type="namepace.TraceExtension " and <add type="namepace.TraceExtension , namepace " and also ...Unanswered | 3 Replies | 7006 Views | Created by OK24 - Tuesday, December 1, 2009 10:42 PM | Last reply by Guang-Ming Bian - MSFT - Thursday, December 3, 2009 9:02 AM -
0 Votes
TraceExtension is null
Hi, Can Any one help me out TraceExtension.XmlRequest is always null Here is my TraceExtension .CS ...Answered | 2 Replies | 1112 Views | Created by somasekaranmc - Thursday, September 12, 2013 1:40 PM | Last reply by kai kai - Friday, November 28, 2014 9:32 AM -
0 Votes
Passing parameter to soapextension
It will tell you how to create a custom configuration section that your SoapExtension can read when it starts.Unanswered | 3 Replies | 3179 Views | Created by kyus94 - Tuesday, May 20, 2008 10:29 PM | Last reply by John Saunders - Friday, May 23, 2008 8:52 PM -
6 Votes
How to log anytime a user is granted sysadmin rights?
INNER JOIN sys.server_role_members b ON a.principal_id = b.role_principal_id AND a.type = ‘R’ AND a.name ...Answered | 7 Replies | 1341 Views | Created by Zoe.Ohara - Monday, October 13, 2014 12:56 PM | Last reply by Zoe.Ohara - Friday, October 17, 2014 1:46 PM -
0 Votes
Problem with SoapExtension
soapMessage.Contains(requiredSoapEnd)) { //LOG Time and soapMessage - IF this is hit, means the other end didnt send it ...Answered | 7 Replies | 3598 Views | Created by lissbpp - Friday, April 4, 2008 7:38 PM | Last reply by lissbpp - Thursday, May 15, 2008 2:40 PM -
1 Votes
SQLSERVICE Not starting automatically despite having Log on as a service right
SQL Service is not starting automatically despite having Log on as a service right in the Local Security Policy.Answered | 1 Replies | 1945 Views | Created by DawsonL - Wednesday, July 29, 2015 5:21 PM | Last reply by Erland Sommarskog - Wednesday, July 29, 2015 9:40 PM - Items 1 to 20 of 1192679 Next ›
No announcements