|
Home > Archive > BizTalk Server General > May 2006 > Dynamic Schema Creation
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 |
Dynamic Schema Creation
|
|
| Kavitha 2006-05-31, 7:15 am |
| Hi,
Is there any runtime interface or tool available in BizTalk 2004
wherein we just specific the XML Structure it should Create schema for
the given xml structure automically. I have creted schemas using Schema
Editor available in BizTalk 2004 during design time. Is there any
possibility for creating a schema dynamically based on user
requirements?
Thanks in Advance,
Kavitha
| |
|
|
You can generate a schema from an xml instance of the document you are using
for your message. Right click your project and choose add generated item,
then generate schema, then choose 'well formed xml' from the dropdown.
This will give you an xsd representation of the xml document you fed it.
Make sure the sample file demonstrates multiplicity and the like.
BA
http://biztalkia.blogspot.com
> Hi,
>
> Is there any runtime interface or tool available in BizTalk 2004
> wherein we just specific the XML Structure it should Create schema for
> the given xml structure automically. I have creted schemas using
> Schema Editor available in BizTalk 2004 during design time. Is there
> any possibility for creating a schema dynamically based on user
> requirements?
>
> Thanks in Advance,
> Kavitha
| |
|
| I misread your post. You said runtime. No, there is no such standard tool.
BA
[vbcol=seagreen]
> You can generate a schema from an xml instance of the document you are
> using for your message. Right click your project and choose add
> generated item, then generate schema, then choose 'well formed xml'
> from the dropdown.
>
> This will give you an xsd representation of the xml document you fed
> it.
> Make sure the sample file demonstrates multiplicity and the like.
> BA
> http://biztalkia.blogspot.com
|
|
|
|
|