wscf

Generating DataContracts with exact namespace as in XSD

这一生的挚爱 提交于 2019-12-12 10:57:52
问题 We have to integrate our project with back end Oracle Platform. And this integration is via various WebServices. I have all WSDLs and XSDs for all these integrations. And I need to generate DataContracts from these WSDLs & XSDs. Now the problem is, mostly all of these integration shares some common data types. and I want to reuse them. e.g, Integration1: oracle/common/commonDataTypes.xsd oracle/integration1/someXSD.xsd oracle/ebo/baseTypes.xsd Integration2: oracle/common/commonDataTypes.xsd