|
Home > Archive > BizTalk Server Orchestration > January 2006 > Error XLANG/s
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]
|
|
|
| Hi everyone!!!
I run my solution and it return this error:
Uncaught exception terminated service
db.BizTalkOrchestration(84a93b18-9b4c-76d5-ba54-797942d5cd48), instance
27f7afb9-ef54-485f-b555-f151ba7355c5
This is an unexpected token. The expected token is 'EndElement'. Line 1,
position 69.
Exception type: XmlException
Source: System.Xml
Target Site: Boolean Read()
Help Link:
Additional error information:
I don't know how to resolve it, can you help me???
Anja
| |
| Neal Walters 2006-01-31, 6:59 pm |
| This sounds like a schema validation issue or mismatched closing tag. Can
you see your XML message? If so, go to line 1 column 69 and you should see
an element name. Or save the message to disk and view with the IE browser.
Normally, the orchestration doesn't do any type of validation, but if the doc
is not well-formed, then you would have a problem. How is the message being
built?
Neal Walters
http://Biztalk-Training.com
"Anja" wrote:
> Hi everyone!!!
> I run my solution and it return this error:
>
> Uncaught exception terminated service
> db.BizTalkOrchestration(84a93b18-9b4c-76d5-ba54-797942d5cd48), instance
> 27f7afb9-ef54-485f-b555-f151ba7355c5
> This is an unexpected token. The expected token is 'EndElement'. Line 1,
> position 69.
> Exception type: XmlException
> Source: System.Xml
> Target Site: Boolean Read()
> Help Link:
> Additional error information:
>
> I don't know how to resolve it, can you help me???
>
> Anja
|
|
|
|
|