|
Home > Archive > BizTalk Server Orchestration > March 2005 > how to trouble shoot: Received unexpected message type
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]
| Author |
how to trouble shoot: Received unexpected message type
|
|
| Scott Cornell 2004-10-02, 8:59 pm |
| I’ve written a C#.net application that takes xml messages and posts them to a
web site.
What I’m trying to do is test Biztalk to see if it would be a better
platform to do this then continuing with this custom program.
I’ve been able to create messages and pass them back and forth on the file
system with success.
I’m in the process of trying to pass messages back and forth thru an HTTP
request – response port.
I’ve been able to send the message but the response seems to be having a
problem.
I’m getting the following error:
Uncaught exception terminated service
OSOSProcess.Orchestration_1(419067d0-a50f-eb9c-c746-a713088c62b8), instance
dfcb902b-6c3e-480b-b6c3-0960e886262b
Received unexpected message type '' does not match expected type 'osos'.
Exception type: UnexpectedMessageTypeException
Source: Microsoft.XLANGs.BizTalk.Engine
Target Site: Void VerifyTransport(Microsoft.XLANGs.Core.Envelope, Int32,
Microsoft.XLANGs.Core.Context)
Help Link:
Additional error information:
Schema should be correct but I don’t know if the response from the site is
giving me another message type.
My question is:
Is there any way to view the actual message that I’m receiving from the port?
Is there a debug setting that I can setup to have the Pipline spit out the
message to a file that so I can view it?
If I can see the message I can figure out what doesn’t match.
Thank you
| |
|
| Hi Scott,
Did you come up with a solution to your issue?
"Scott Cornell" wrote:
> I’ve written a C#.net application that takes xml messages and posts them to a
> web site.
> What I’m trying to do is test Biztalk to see if it would be a better
> platform to do this then continuing with this custom program.
>
> I’ve been able to create messages and pass them back and forth on the file
> system with success.
>
> I’m in the process of trying to pass messages back and forth thru an HTTP
> request – response port.
>
> I’ve been able to send the message but the response seems to be having a
> problem.
> I’m getting the following error:
>
> Uncaught exception terminated service
> OSOSProcess.Orchestration_1(419067d0-a50f-eb9c-c746-a713088c62b8), instance
> dfcb902b-6c3e-480b-b6c3-0960e886262b
>
> Received unexpected message type '' does not match expected type 'osos'.
>
> Exception type: UnexpectedMessageTypeException
> Source: Microsoft.XLANGs.BizTalk.Engine
> Target Site: Void VerifyTransport(Microsoft.XLANGs.Core.Envelope, Int32,
> Microsoft.XLANGs.Core.Context)
> Help Link:
> Additional error information:
>
> Schema should be correct but I don’t know if the response from the site is
> giving me another message type.
>
> My question is:
>
> Is there any way to view the actual message that I’m receiving from the port?
> Is there a debug setting that I can setup to have the Pipline spit out the
> message to a file that so I can view it?
>
> If I can see the message I can figure out what doesn’t match.
>
> Thank you
>
|
|
|
|
|