Messages that are sent to the receive location are not suspended when the receive location is disabled in BizTalk Server 2004 (873232)
The information in this article applies to:
- Microsoft BizTalk Server 2004 Enterprise Edition
- Microsoft BizTalk Server 2004 Developer Edition
- Microsoft BizTalk Server 2004 Partner Edition
- Microsoft BizTalk Server 2004 Standard Edition
SYMPTOMSAfter you publish an orchestration as a Web service in Microsoft BizTalk Server 2004 and the receive location is disabled, the messages
that are sent to the receive location are not suspended. The Web service client receives a successful HTTP status code 202 (Accepted).
CAUSEThis problem occurs because the Web Service Publishing Wizard always sets the OneWay attribute to TRUE. This behavior is designed
to decouple the ultimate processing of the message. If this behavior did not occur, the client would have to wait synchronously
for a response from the service.
RESOLUTIONTo resolve this issue, modify the Web Services Description Language (WSDL) code to set the OneWay attribute to FALSE. REFERENCESFor more information, visit the following Microsoft Developer Network (MSDN) Web site:
Modification Type: | Major | Last Reviewed: | 8/16/2004 |
---|
Keywords: | kbBTSMessaging kbBTSOrchestration kbprb kbbug KB873232 kbAudDeveloper |
---|
|