WebService to handle multiple XSD
I have a webservice which is able to process an XSD. However, is it possible to have the webservice to handle multiple XSDs? Currently I merged all the XSDs into one single XSD file. The number of XSDs is growing so is the size of the XSD file.
How can I have the webservice to handle multiple XSDs?
Thanks