|
Home > Archive > BizTalk Server Orchestration > May 2004 > Submitting Document
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 |
Submitting Document
|
|
|
| I'm using BizTalk Messaging and submitting an EDI document into an orchestration. I see in the XLANG mon utility that there is an error but I don't know why. I'm accepting it as an XML document with specification I have set up for text files. This is a
simple spec with one field called textfile. My goal is to pass this string into a wsc script to process it.
I can change the port in the orchestration to accept the document as a string but then it errors out when it gets to the wsc script. Again, I see this in the XLANG mon utility but there is no error details.
Does anyone know how I can get details on why an error is occurring? Is there anything I need to check in the way I'm submitting the document? From the examples and BOL I have read, I don't see anything I'm doing that is wrong.
Thanks.
| |
|
| I was able submit the document and process the schedule successfully. However, in the XML communication wizard I had to specify "Receive string messages from the queue" instead of "Receive XML messages from the queue." This threw me off a bit b/c I have
other orchestrations where I specify to receive XML messages.
|
|
|
|
|