I apologize if this has been asked 30 times but I can't find any relevant search hits.
I am trying to get MDS set up and working properly. I have followed the directions in a number of blogs, notably this one:
http://www.orafmwschool.com/soa-11g-mds/
I am able to deploy my artifacts to the SOA server and, having set up an MDS-SOA connection, i can see that they are there.
I have also set up a file-mds and I can see my artifacts there as well in the Resource Palette.
What I cannot figure out is how I can reference these WSDLs and XSDs at design time.
When I use a statement like, "oramds:/apps/chums/wsdl/proctest.wsdl" I get a "Load Failed" when I try to compile.
When I try to do something similar with the schema import in the wsdl I get the dreaded yellow "can't find" underline.
I set up the following structure to keep my files:
c:\jDeveloper\intergration\seed\soa-infra\apps\chums\
Under that I have wsdl and xsd subdirectories.
My adf-config.xml has this entry:
<metadata-store-usage id="mstore-usage_2">
<metadata-store class-name="oracle.mds.persistence.stores.file.FileMetadataStore">
<property value="c:\jdeveloper\integration" name="metadata-path"/>
<property value="seed" name="partition-name"/>
</metadata-store>
</metadata-store-usage>
Is there something I am missing somewhere?