Write Event Log Entry / WebService Timeout with BizTalk

The following Code (written in Expression Shapes) will write to the Event Log:
System.Diagnostics.EventLog.WriteEntry("Detail: "+System.Convert.ToString(SOAPException.Message),"");

The following Code will set a Timeout for a WebService:
WSRegistrationRequest(SOAP.ClientConnectionTimeout) = 20000;

Both Tips are out of a nice MSDN Article (BizTalk 2004 and WebServices):
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/BTS_2004WP/html/5cab05ab-6848-4f6c-8d11-9abc4dd1d1fa.asp

posted @ Friday, January 13, 2006 10:40 AM

Print

Comments on this entry:

# re: Write Event Log Entry / WebService Timeout with BizTalk

Left by web development company at 8/13/2009 3:54 AM
Gravatar
Humm... interesting,

How can we set the time out for indefinate? is that possible

Your comment:



 (will not be displayed)


 
 
 
 
 

Live Comment Preview:

 
«November»
SunMonTueWedThuFriSat
25262728293031
1234567
891011121314
15161718192021
22232425262728
293012345