03-16-05 12:51 PM
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 fi
le
> system with success.
>
> I’m in the process of trying to pass messages back and forth thru an HTT
P
> 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), instanc
e
> 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
>
[ Post a follow-up to this message ]
|