Wednesday, September 21, 2016

OIM Scheduler Service URL


http://<OIM_HOST>:<OIM_PORT>/SchedulerService-web/status












Enter admin user credentials(xelsysadm)



Undeploy SOA Composite via WLST

The steps to undeploy the SOA composite using WLST:

export ANT_HOME=/opt/fmw/Middleware/modules/org.apache.ant_1.7.1

/opt/fmw/Middleware/Oracle_SOA1/common/bin
./wlst.sh

connect('weblogic','demo1234','localhost:7001')

sca_undeployComposite("http://oiamsoaguru:8001","SOAWorkflowApp", "1.0","weblogic","demo1234")

For your environment make the following changes in above commands:


  • ANT path
  • WLST path
  • Weblogic user's password
  • Weblogic host
  • Weblogic port
  • SOA server url
  • Composite Name