09-04-04 07:46 AM
You can configure a SQL Receive Adapter to return XML data using the "FOR
XML AUTO", "FOR XML AUTO, DATA", and "FOR XML AUTO, XMLDATA" supported SQL
clauses. Once you extract this data from the DB in XML form, you can map
this output schema to your own pre-existing XSD.
See "SQL Receive Adapter" in the BizTalk documentation, available online
here:
http://msdn.microsoft.com/library/d...pt_sql_esig.asp
HTH,
Doug
This posting is provided "AS IS" with no warranties, and confers no rights.
"newbie" <newbie@discussions.microsoft.com> wrote in message
news:29FD9043-8AB8-42F1-B997-20C0D20206B1@microsoft.com...
> Ok here is what I am trying to do. I have an XSD Schema already created. I
> need to use this schema to generate an XML document from data in SQL
Server[vbcol=seagreen]
> 2000. Is anyone familiar with how to link an XSD Schema to either a stored
> procedure, or a query to plug in my data to generate an XML file through
> BizTalk 2004?
>
>
> "Basil Cheng (MS)" wrote:
>
to[vbcol=seagreen]
generated[vbcol=seagreen]
[ Post a follow-up to this message ]
|