This is an add-on on my previous post 'How to deploy an EAR file on WebSphere Portal Server?' The same way we can write XMLAccess script to deregister the portlets/web modules (.war file) from WebSphere Portal Server. Following is a sample xml file for doing the same:
xml version="1.0" encoding="UTF-8"?>
<request xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="PortalConfig_1.4.xsd"
type="update" create-oids="true">
<portal action="locate">
<web-app action="delete" uid="<Pur here correct Web Module id>"/>
portal>
request>
Note: 1. you can add multipleEnjoy :-)
2 comments:
Good XMLAccess script for deregistering the WebModules.
@Yogendra: Thanks :)
Post a Comment