How to wrap ns0 and xmlns:ns0="http://xxx" to plain XML document
- From: "wask" <venukancharla@xxxxxxxxx>
- Date: 5 Apr 2006 08:12:59 -0700
Hi
I have a xml file i need to wrap ns0 and
xmlns:ns0="http://SQLReceiveProject".
I get a file from my client as this
<Data>
<BB>
<ID>1</ID>
</BB>
<Group>
<Info FirstName="xx" LastName="vv" />
<Info FirstName="yy" LastName="zz" />
</Info>
</Group>
</Data>
while i am trying to insert in SQL above xml file i am getting error.
If i use below xml file it will insert into SQL because ns0 and url is
wrap with this file. This xml file is generated Instance from the
schema.
<ns0:Data xmlns:ns0="http://SQLReceiveProject.Schema1">
<BB>
<ID>ID</ID>
</BB>
<Group>
<Info>
<FirstName>xx</FirstName>
<LastName>vv</LastName>
</Info>
</Group>
</ns0:Data>
Who to wrap ns0 and url or uri to plain xml file what i have to do. I
gone through some of the article they say to use XML Assembler. i did
not no how it works.
Can any one guide me on this. I will be very greatfuly to them.
thanks
wask
.
- Follow-Ups:
- Re: How to wrap ns0 and xmlns:ns0="http://xxx" to plain XML document
- From: Tomas Restrepo \(MVP\)
- Re: How to wrap ns0 and xmlns:ns0="http://xxx" to plain XML document
- Prev by Date: Re: help related with certification
- Next by Date: Re: Multipart message confusion
- Previous by thread: Re: Debugging Business Rules in HAT
- Next by thread: Re: How to wrap ns0 and xmlns:ns0="http://xxx" to plain XML document
- Index(es):
Relevant Pages
|