Monthly Archives: June 2014
Replace NameSpaces in XSLT
You may come across a situation where you want to replace one set of namespaces to another set. A typical example is that you have a pass-through OSB Service whose proxy is based on your Project’s namespaces and the underlying … Continue reading
SOA Domain Creation Issue – Schema test failed
If Schema test fails during domain creation, you need to update that particular record in the database table. connect sys/welcome1 as sysdba; grant DBA to DEV_MDS; update schema_version_registry set version=’11.1.1.7.0′ where owner= ‘DEV_MDS’; update schema_version_registry set version=’11.1.1.7.0′ where owner= ‘DEV_SOAINFRA’; … Continue reading
Change default OWSM policies in Workflow Services
Oracle SOA provides default policies on some of its Workflow Services. In most of the cases, the policies attached are demo policies, ex : oracle/wss10_saml_token_service_policy This blog explains you how to change those default policies to an OWSM policy of your … Continue reading