Biztalk Editor Namespace tag
Web Server forum
Back To The Forum Home!Search!Private Messaging System

Web Server Talk Web Server Talk > Web Servers reviews > BizTalk Server > BizTalk Server General > Biztalk Editor Namespace tag




  Last Thread   Next Thread Next
  Show Printable Version Email this Page Subscribe to this Thread      Post New Thread    Post A Reply      

orion2347 is offline     Biztalk Editor Namespace tag  
orion2347


View Ip Address Report This Message To A Moderator Edit/Delete Message


Click Here to See the Profile for orion2347 Click here to Send orion2347 a Private Message Find more posts by orion2347 Add orion2347 to your buddy list
 
07-29-04 09:35 AM

Hi,

I'm very new to Biztalk and xml in general.

Currently when I pass an xml document into Orchestration I get this error me
ssage in the Event Log. 

The XML document has failed validation for the following reason:
Validate failed because the root element had no associated DTD/schema.

The following is the xml file that has been passed:

<?xml version="1.0" standalone="yes"?>
<Creation xmlns="http://tempuri.org/Creation.xsd">
  <OutboundCreation>
  
   ...

  </OutboundCreation>
</Creation>

Is this a problem with namespacing? If so, I believe I need to specify a pre
fix and URN while in Biztalk Editor. Could anyone provide an example of how 
I should name the prefix and URN?




[ Post a follow-up to this message ]



    RE: Biztalk Editor Namespace tag  
Tatyana Yakushev [MSFT]


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
07-29-04 10:51 PM

What is the version of BizTalk you are using?
If it is 2004, it is very easy to create schema from XML. Simply create new 
or open existing project, then right click on it in solution explorer, selec
t Add | Add Generated
Items.... At the dialog select "Generate Schemas", at the next dialog select
 Well-Formed XML and provide path to your xml. When you click Finish schema(
s) will be
created.

I don't know much about Biztalk 2002 so I will not be able to help you if yo
u are using it.

Thanks,
Tatyana
--------------------
>From: orion2347 <orion2347.1a5al2@mail.webservertalk.com>
>Subject: Biztalk Editor Namespace tag
>Date: Thu, 29 Jul 2004 04:35:14 -0500
>Message-ID: <orion2347.1a5al2@mail.webservertalk.com>
>Organization: Web Servers forum
>User-Agent: www.webservertalk.com news gateway
>X-Newsreader: www.webservertalk.com news gateway
>X-Originating-IP: 203.166.139.133
>Newsgroups: microsoft.public.biztalk.general
>NNTP-Posting-Host: ev1s-66-98-192-98.ev1servers.net 66.98.192.98
>Lines: 1
>Path: cpmsftngxa10.phx.gbl!TK2MSFTFEED01.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MS
FTNGP09.phx.gbl
>Xref: cpmsftngxa10.phx.gbl microsoft.public.biztalk.general:18026
>X-Tomcat-NG: microsoft.public.biztalk.general
>
>

Hi,
>
>I'm very new to Biztalk and xml in general.
>
>Currently when I pass an xml document into Orchestration I get this

error message in the Event Log.
>
>The XML document has failed validation for the following reason:
>Validate failed because the root element had no associated DTD/schema.
>
>The following is the xml file that has been passed:
>
><?xml version="1.0" standalone="yes"?>
><Creation xmlns="http://tempuri.org/Creation.xsd">
><OutboundCreation>
>
>	...
>
></OutboundCreation>
></Creation>
>
>Is this a problem with namespacing? If so, I believe I need to specify

a prefix and URN while in Biztalk Editor. Could anyone provide an

example of how I should name the prefix and URN?







--

orion2347

------------------------------------------------------------------------

Posted via http://www.webservertalk.com

------------------------------------------------------------------------

View this thread: http://www.webservertalk.com/message328354.html


>


--

This posting is provided "AS IS" with no warranties, and confers no rights. 
Use of included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm

Note:  For the benefit of the community-at-large, all responses to this mess
age are best directed to the newsgroup/thread from which they originated.






[ Post a follow-up to this message ]



orion2347 is offline     Re: RE: Biztalk Editor Namespace tag  
orion2347


View Ip Address Report This Message To A Moderator Edit/Delete Message


Click Here to See the Profile for orion2347 Click here to Send orion2347 a Private Message Find more posts by orion2347 Add orion2347 to your buddy list
 
07-30-04 09:13 AM

Ah... it's 2002, unfortunately. I've managed to solve the problem by specify
ing the Target Namespace in the Editor. That seemed to do the trick. Thanks 
for the response. :D

quote:
Originally posted by Tatyana Yakushev [MSFT] What is the version of BizTalk you are using? If it is 2004, it is very easy to create schema from XML. Simply create new or open existing project, then right click on it in solution explorer, selec t Add | Add Generated Items.... At the dialog select "Generate Schemas", at the next dialog select Well-Formed XML and provide path to your xml. When you click Finish schema( s) will be created. I don't know much about Biztalk 2002 so I will not be able to help you if yo u are using it. Thanks, Tatyana -------------------- >From: orion2347 <orion2347.1a5al2@mail.webservertalk.com> >Subject: Biztalk Editor Namespace tag >Date: Thu, 29 Jul 2004 04:35:14 -0500 >Message-ID: <orion2347.1a5al2@mail.webservertalk.com> >Organization: Web Servers forum >User-Agent: www.webservertalk.com news gateway >X-Newsreader: www.webservertalk.com news gateway >X-Originating-IP: 203.166.139.133 >Newsgroups: microsoft.public.biztalk.general >NNTP-Posting-Host: ev1s-66-98-192-98.ev1servers.net 66.98.192.98 >Lines: 1 >Path: cpmsftngxa10.phx.gbl!TK2MSFTFEED01.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MS FTNGP09.phx.gbl >Xref: cpmsftngxa10.phx.gbl microsoft.public.biztalk.general:18026 >X-Tomcat-NG: microsoft.public.biztalk.general > > Hi, > >I'm very new to Biztalk and xml in general. > >Currently when I pass an xml document into Orchestration I get this error message in the Event Log. > >The XML document has failed validation for the following reason: >Validate failed because the root element had no associated DTD/schema. > >The following is the xml file that has been passed: > ><?xml version="1.0" standalone="yes"?> ><Creation xmlns="http://tempuri.org/Creation.xsd"> ><OutboundCreation> > > ... > ></OutboundCreation> ></Creation> > >Is this a problem with namespacing? If so, I believe I need to specify a prefix and URN while in Biztalk Editor. Could anyone provide an example of how I should name the prefix and URN? -- orion2347 ------------------------------------------------------------------------ Posted via http://www.webservertalk.com ------------------------------------------------------------------------ View this thread: http://www.webservertalk.com/message328354.html > -- This posting is provided "AS IS" with no warranties, and confers no rights. Use of included script samples are subject to the terms specified at http://www.microsoft.com/info/cpyright.htm Note: For the benefit of the community-at-large, all responses to this message are best directed to the newsgroup/thread from which they originated.




[ Post a follow-up to this message ]



    Sponsored Links  




 





   All times are GMT. The time now is 11:34 AM.      Post New Thread    Post A Reply      
  Last Thread   Next Thread Next


Most Popular forums 

Forum Jump:
Rate This Thread:

Forum Rules:
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is OFF
vB code is ON
Smilies are ON
[IMG] code is OFF
 
Medical and Health forum | Computer Games Reviews | Graphics design forum

Back To The Top
Home | Usercp | Faq | Register