BizTalk Utilities CV ,   Jobs ,   Code library
 
Go to the front page to continue learning about XML or select below:

Contents

ReBlogger Contents

Previous posts in BizTalk 2004

 
 
Page 12728 of 18325

Write Event Log Entry / WebService Timeout with BizTalk

Blogger : Erich Muhr
All posts : All posts by Erich Muhr
Category : BizTalk 2004
Blogged date : 2006 Jan 13

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


Read comments or post a reply to : Write Event Log Entry / WebService Timeout with BizTalk
Page 12728 of 18325

Newest posts
 

    Email TopXML