Calling WebService from Custom Pipeline Component

Home Page Forums BizTalk 2004 – BizTalk 2010 Calling WebService from Custom Pipeline Component

Viewing 1 reply thread
  • Author
    Posts
    • #13642

      Hey guys,
      Does anybody know if there is a bug with calling a webservice from a Custom Pipeline component?

      I am getting the following error message when I am calling a webservice from one of my pipeline components. It does not happen all the time but enough to have me concerned.

      System.InvalidOperationException: There were not enough free threads in the ThreadPool object to complete the operation.
      at System.Net.HttpWebRequest.BeginGetRequestStream

      Any ideas will be greatly appreciated.

    • #13643

      I’ve seen the thread pool error a lot but inside an Orchestration.

      I don’t believe it’s any type of bug – it’s just .net running out of threads.

      There are some KB’s that talk about how to add some threads or make changes. I never really got things to work well under load through. I usually died around 20 connections.

      This might help: http://groups.msn.com/BizTalkRocks/general.msnw?action=get_message&mview=0&ID_Message=96

      Otherwise, I know there are some KB’s on it.

Viewing 1 reply thread
  • The forum ‘BizTalk 2004 – BizTalk 2010’ is closed to new topics and replies.