Im developing a WCF web service with receives always and only XML.
So i need to validate that input XML using their XSD. The question is, can i save them inside web service? Locally i can access XSD files via relative path into IIS Express root folder which i created manually. I tried add the XSD files in VS project but i just cant a find them on runtime.
I'm using the Shemas like this: Image1 Link
IIS XSD'd Folder Path Workaround: Image2 Link
At the moment, its working fine, the problem will be when i try deploy the service somewhere on internet.
Thank you.
tl;dr: Can i send some XSD when deploying the webservice or its just impossible?