Click here to Skip to main content
15,896,730 members
Articles / All Topics

BizTalk does not recognize change in Web Services

Rate me:
Please Sign up or sign in to vote.
2.00/5 (1 vote)
2 May 2009CPOL 11.5K   4  
As a good practice, always publish Web Services when the orchestrations which are being published as a Web Service are stopped or are in an unlisted state so this error will not occur.

I was redeploying my BizTalk project after making a little change in my orchestration. I tested my Web Service, and eventually I got the following error in my error log.

There was a failure executing the receive pipeline:

"Microsoft.BizTalk.DefaultPipelines.PassThruReceive, 
  Microsoft.BizTalk.DefaultPipelines, Version=3.0.1.0, Culture=neutral, 
  PublicKeyToken=31bf3856ad364e35″ Source: "Unknown " Receive Port: "ReceivePortPost1″ 
  URI: "/RecRq.asmx" Reason: Attempted to access an unloaded AppDomain

Well, this error occurs when you have published the Web Service and BizTalk does not recognize the change in the Web Services. You can reset IIS and it works. No need to restart the host instances. As a good practice, always publish Web Services when the orchestrations which are being published as a Web Service are stopped or are in an unlisted state so this error will not occur.

This article was originally posted at http://abdulrafaysbiztalk.wordpress.com?p=57

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Architect
Qatar Qatar
I am a BizTalk Server MVP for 2010 and an active blogger and a participant on the MSDN BizTalk Server Forums. I am currently working as a BizTalk Architect at a Bank in Qatar. Before this position I worked as a Sharepoint Consultant in UAE , BizTalk Architect in Bank Saudi Fransi in Saudi Arabia and United Bank Ltd in Pakistan.

I also achieved MCTS certification in BizTalk Application development in June 2008.

Click here to check out my Blog.

SQL Server Query Notification with BizTalk Server 2009 WCF SQL Adapter.

Envelope Wrapper.

Aggregator (Sequential Convoy)

Splitter (Debatching multiple records)
Resequencer
Recipient List
Scatter and Gather using Self Correlating Port

Comments and Discussions

 
-- There are no messages in this forum --