I figured I would start sharing stuff I built for fusion order demo - in this case - the common tasks to help you bootstrapping your soa 11g productivity.
Download the mds-binaries jar here.
Once extracted it contains a bunch of useful items
a) seeding of adf-configs.xml based on settings in main build.properties
b) seeding of the demo community for bpm
c) import / deletion of artifacts into remote mds (configured through adf-config.xml)
Before you run - set the environment, e.g. (and 1.7 and java 1.6)
@echo off
@set JAVA_HOME=c:\java\j2se_6_10
echo setting JAVA_HOME to %JAVA_HOME%
@set PATH=%JAVA_HOME%\bin;%PATH%
@set ANT_HOME=C:\JDeveloper\JDev_11.1.1.0\modules\org.apache.ant_1.7.0
@set PATH=%ANT_HOME%\bin;%PATH%
echo setting ANT_HOME to %ANT_HOME
and amend bin/build.properties with your environment settings.