| Denzil Pinto さんのプロフィールTheBuzzフォトブログリスト | ヘルプ |
|
5月3日 Creating Schema from Well-Formed XML or DTD in BizTalk 2004Well firstly you will have to execute “InstallDTS.vbs” script for DTD or “InstallWFX.vbs” script for well-formed XML which will install the components. To find these scripts navigate to your BizTalk installation for instance Program Files\Microsoft BizTalk Server 2004\SDK\Utilities\Schema Generator folder. Just double click and execute the required vbs script file.
Now for this example I have created a simple XML file
<SendMail > <To>Test</To> <CC>Test1</CC> <Subject>Testing</Subject> <EmailText>EmailText_0</EmailText> <Priority>Priority_0</Priority> </SendMail>
Now save this xml on a temporary folder. Then right click on your Project File and select Add> Add Generated Items. Take a look at image 1
Select Generate Schemas and then from the drop down list for Document type select Well-Formed XML. Tale a look at image 2.
Browse and select your XML file like the one above in your temporary folder and then click on OK. You will now see your schema in the BizTalk Solution Explorer
トラックバックこの記事のトラックバックの URL は次のとおりです。 http://denzilpinto.spaces.live.com/blog/cns!A2256C53CD2EC18E!160.trak この記事を参照しているブログ
|
|
|