|
Home > Archive > BizTalk Server Orchestration > November 2004 > Infopath integration with BizTalk
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 |
Infopath integration with BizTalk
|
|
|
| I have an infopath xml message which I am passing through an orchestration. I
am using a map to transform the message and to retain the procesing
instruction of the, i m setting the "Copy Processing Instructions" property
of the grid to YES.
In doing so, i get an output also as an infopath xml file, but when i try to
open this file, i get the error. "Infopath cannot open the following file
....... The form contains schema validation errors". And in the erro details,
it displays "The element
'{http://Schema.AbsenceConfirmation}AbsenceConfirmation' is used but not
declared in the DTD/Schema.".
Can someone throw some light on this ?
| |
|
| HI,
Well i found the solution to this prob. When the using the map, the PIs got
retained but they didnt match the name space of the transformed message.
Adding the correct PIs solved the problem
"Minaz" wrote:
> I have an infopath xml message which I am passing through an orchestration. I
> am using a map to transform the message and to retain the procesing
> instruction of the, i m setting the "Copy Processing Instructions" property
> of the grid to YES.
> In doing so, i get an output also as an infopath xml file, but when i try to
> open this file, i get the error. "Infopath cannot open the following file
> ...... The form contains schema validation errors". And in the erro details,
> it displays "The element
> '{http://Schema.AbsenceConfirmation}AbsenceConfirmation' is used but not
> declared in the DTD/Schema.".
>
> Can someone throw some light on this ?
|
|
|
|
|