| Ben Cuttriss 2005-03-07, 5:49 pm |
| Chad.
What is the information you are returning from the orchestration? If it is
XML (i.e. a string or XmlDocument), then the example you mention of creating
a data set from an XML file should work just fine. If it is not, what are
you returning? if it is individual data elements, then you will have to
translate this into an Xml document, then create the dataset. Pain in the
......
I have a post about creating datasets in Biztalk (or messages) so search for
Ben Cuttriss DataSet in the Biztalk orchestration, return the XmlDocument
that is created and it should all be good.
Hth.
Regards
Ben Cuttriss.
"Chad" wrote:
> I have published an orchestration as a web service, and I now want to
> read one of the nodes and its child elements into a dataset in a web
> form. I'm not sure how to access the web service class and create
> that. I have found examples of creating a data set from an xml file
> but this is obviously a little different.
>
> Any suggestions???????
>
>
|