Question regarding xsd
Posted
by Hima
on Stack Overflow
See other posts from Stack Overflow
or by Hima
Published on 2010-05-19T05:51:20Z
Indexed on
2010/05/19
6:00 UTC
Read the original article
Hit count: 147
I have an application which reads the data from the database, creates an object out of the data, marshalls it into an xml and enqueue the xml to a queue which is producer. The xml is dequeued from the queue by a consumer.
I need to use xsds at two different places.
For database access while reading the data from the database and
For interaction between producer and consumer
Can the same xsd be used in both the cases? Or do I need to use different xsds?
© Stack Overflow or respective owner