Shring XSD between projects

M

mr.Hyde

Hi,
In know that is stupid question but;
i have

- websiteX
- webServiceY

Now,
I added simple.xds to websiteX, it was created in websiteX folder,
now I want to use this XSD with webServiceY
How I can add reference to this?

Thanx
Hyde
 
C

Cowboy \(Gregory A. Beamer\)

A couple of choices, depending on how you are using the data.

If the website calls the service, move the XSD to the web service and
regenerate the web reference. You can then consume it on the web site. It is
still not a bad idea to move the XSD(s) to a class library.

If it is simply a shared reference, move the XSD to a class library and
reference in each project.


--
Gregory A. Beamer

*************************************************
Think Outside the Box!
*************************************************
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top