|
Home > Archive > BizTalk Server General > June 2004 > Error help needed
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
| Siddharth 2004-06-09, 8:31 am |
| Hi,
I was trying to accept some data from an ASP.Net page to
Biztalk Server 2004 & then store that data in database
using the SQL Adapter.
I then tried to retrieve that status info from the
database and then send it as a response to the
HTTPRequestReponse port of SDK Samples.
But in trying to do so, iam getting the following error:
Uncaught exception terminated service
HTTPDB.Orchestration_1(39d1c62d-a49b-10e8-cf7b-
923f172d0c9f), instance 85e32e73-d899-4cbc-8318-
1738c88cc662
Received unexpected message type '' does not match
expected type 'http:test#MsgOut'.
Exception type: UnexpectedMessageTypeException
Source: Microsoft.XLANGs.BizTalk.Engine
Target Site: Void VerifyTransport
(Microsoft.XLANGs.Core.Envelope, Int32,
Microsoft.XLANGs.Core.Context)
MsgOut is the Output root element name.
Any help will be appreciated..
Thanks in advance.
Sid
| |
| Raman Mahal[MSFT] 2004-06-09, 5:01 pm |
| Please make sure that you don't have multiple projects deployed which are
using the same schema namespace http:test#MsgOut. Also make sure the
message that's coming matches with this namespace, http:test#MsgOut.
Thanks,
Raman
This posting is provided “AS IS” with no warranties, and confers no rights.
You assume all risk for your use. © 2003 Microsoft Corporation. All rights
reserved.
|
|
|
|
|