| Author |
Disassembler Issue
|
|
| Mitesh 2004-08-12, 7:49 am |
| Hi,
I am writing an http solicit response port on the lines of the example
given in BizTalk SDK. When I submit the message to the orchestration it
fails with the following error
"None of the components at Disassemble stage can recognize the data."
I am returning exactly the same xml that is being returned in the SDK
sample and am also using the same schema to get things going.
Any help on this regards would be helpful
Regards!
Mitesh
| |
| Yossi Dahan 2004-08-12, 5:51 pm |
| Well, this usually means that you are expecting a typed message in the
orchestration but did not use the xmldisassembler in the receive pipeline so
the message type context property is not set.
Yossi Dahan
"Mitesh" <miteshjethwa@yahoo.com> wrote in message
news:b13c505982dc2ae6a22f7d3a1c31e39e@lo
calhost.talkaboutsoftware.com...
> Hi,
>
> I am writing an http solicit response port on the lines of the example
> given in BizTalk SDK. When I submit the message to the orchestration it
> fails with the following error
> "None of the components at Disassemble stage can recognize the data."
> I am returning exactly the same xml that is being returned in the SDK
> sample and am also using the same schema to get things going.
>
> Any help on this regards would be helpful
> Regards!
> Mitesh
>
| |
| Mitesh 2004-08-13, 2:48 am |
| Resolved the issue. The problem was with the aspx file. Once that was
resolved it worked perfectly
|
|
|
|