WebLogic Server 12c with Tools Release 9.2.x and above

To Remove the weblogic-webservices-policy.xml policy file:

  1. On your BSSV server, access the path D:\jde_home_wls\SCFHA\targets\DV_BSSV directory

    and create a backup for "owl_deployment" folder. Copy this backup folder to a different location in your system.

  2. Stop the BSSV instance.

  3. From the location D:\jde_home_wls\SCFHA\targets\DV_BSSV\owl_deployment\E1Services-DV920-wls.ear\app\E1Services-DV920-web.war\WEB-INF, open the file weblogic-webservices-policy.xmlin a notepad.

  4. In the file weblogic-webservices-policy.xml, search your web service. For example, search for RI_AddressBookManagerPort.

    <port-policy> <port-name>RI_AddressBookManagerPort</port-name> <ws-policy> <uri>policy:bssvpolicy.xml</uri> <direction>both</direction> <status>enabled</status> </ws-policy> </port-policy>

  5. Change the status to deleted.

    <port-policy> <port-name>RI_AddressBookManagerPort</port-name> <ws-policy> <uri>policy:bssvpolicy.xml</uri> <direction>both</direction> <status>deleted</status> </ws-policy> </port-policy>

  6. Save the file.

  7. In the location, D:\Oracle\Middleware\user_projects\domains\BSSV_domain\servers\BSSV_DV\stage, rename the BSSV instance folder (xxxx_backup) or delete it.

  8. Start the BSSV instance.

    Open the WSDL, for example, RI_AddressBookManager, to verify that the policy is removed.