Created On:  19 October 2010
Problem:
How can you delete deployed web services from Enterprise Server using GUI and batch methods?
Resolution:
To delete the service via the GUI:
1. On the Home page of Enterprise Server Administration, click Details on the Services line in the Objects column.
2. In the left-hand column, click Delete on the line for wmapserv.
3. Ensure that Delete associated packages has a checkmark.
4. Click OK below the "Are you sure?" message.
5. Messages in the console window show the service and associated packages being deleted. You are returned to the Services page, where you see that the service is no longer shown.
To delete the service via the command line (batch):
Open a Net Express command prompt and type mfpackage.
mfpackage (Micro Focus Enterprise Server Package Utility) manages packages and services deployed to Enterprise Server.
syntax:
mfpackage [options] command service-namespace [parameters]
"undeploy" command: delete the services and packages in the namespace. undeploy has no additional parameters
options:
-s server Restrict to packages/services for this server
-u username Username for binding to directory
-p password Password for binding to directory
-m URL | host[:port] Specify directory
URL scheme may be "file", "mrpi", or "ldap"
example:
mfpackage -m mrpi://somehost -s ESDEMO undeploy http://tempuri.org/wmapserv
1. On the Home page of Enterprise Server Administration, click Details on the Services line in the Objects column.
2. In the left-hand column, click Delete on the line for wmapserv.
3. Ensure that Delete associated packages has a checkmark.
4. Click OK below the "Are you sure?" message.
5. Messages in the console window show the service and associated packages being deleted. You are returned to the Services page, where you see that the service is no longer shown.
To delete the service via the command line (batch):
Open a Net Express command prompt and type mfpackage.
mfpackage (Micro Focus Enterprise Server Package Utility) manages packages and services deployed to Enterprise Server.
syntax:
mfpackage [options] command service-namespace [parameters]
"undeploy" command: delete the services and packages in the namespace. undeploy has no additional parameters
options:
-s server Restrict to packages/services for this server
-u username Username for binding to directory
-p password Password for binding to directory
-m URL | host[:port] Specify directory
URL scheme may be "file", "mrpi", or "ldap"
example:
mfpackage -m mrpi://somehost -s ESDEMO undeploy http://tempuri.org/wmapserv
Old KB# 32097
#MFDS
#EnterpriseDeveloper

