Here i will show you how to deploy in MDS.
- first you go to your local 11g ORACLE_HOME/jdeveloper/integration/ folder
(if you have already applied third party plugin patch provided by oracle then you will see seed folder by default with all previous configuration done)
- now create folder with name apps under seed (remember to create folder with name apps else you might face issue this oracle documents say i didn;t try out)
- under apps you can create your xsd structure
now you are done with local setup.
you go ahead and build ant project to import them into mds. You can email me to request ant project coade :)
Actually you use common sca tool to do it and use target name importCommonServiceArtifactsIntoMds from class files provided by oracle (MDSImportTask).
description="imports the common wsdls/xsds into the mds store">
failonerror="true">
So this is another way of importing any artifact into MDS in 11g.
Happy coding.
No comments:
Post a Comment