Before you install this hotfix, you may catch a SOAPException exception that is similar to the following:
<?xml version="1.0" ?>
<string>
<ns0:NACK Type="NACK" xmlns:ns0="http://schema.microsoft.com/BizTalk/2003/NACKMessage.xsd">
<NAckID>{F12C6727-BE31-4AE2-A3B2-B15503D09982}</NAckID>
<ErrorCode>0x80131600</ErrorCode>
<ErrorCategory>0</ErrorCategory>
<ErrorDescription>The remote server returned an error: (404) Not Found.</ErrorDescription>
</ns0:NACK>
</string>
After you install this hotfix, you may catch a SOAPException error that is similar to the following. This SOAPException exception contains the
Headers element and the
Body element.
<?xml version="1.0" ?>
<string>
<ns0:NACK Type="NACK" xmlns:ns0="http://schema.microsoft.com/BizTalk/2003/NACKMessage.xsd">
<NAckID>{4E646707-03AA-4493-95C7-A64B09E2987D}</NAckID>
<ErrorCode>0x80131600</ErrorCode>
<ErrorCategory>0</ErrorCategory>
<ErrorDescription>The remote server returned an error: (404) Not Found.</ErrorDescription>
<ErrorDetail>
<HttpErrorDetail xmlns="http://schema.microsoft.com/BizTalk/2004/HttpErrorDetails.xsd">
<Headers>Server: Microsoft-IIS/5.0 Date: Wed, 21 Apr 2004 00:27:47 GMT X-Powered-By: ASP.NET Connection: close Content-Type: text/html Content-Length: 67 </Headers>
<Body>We could not locate the page you requested. Please check on your URL.</Body>
</HttpErrorDetail>
</ErrorDetail>
</ns0:NACK>
</string>
Note The
Headers element and the
Body element are limited to 48 KB. The
Headers element is rounded to the nearest complete header value pair without exceeding the limit. The
Body element is truncated to 48 KB.
For additional information, click the following article number to view the article in the Microsoft Knowledge Base:
824684
Description of the standard terminology that is used to describe Microsoft software updates