Thanks for your suggestion, Wolfgang. Unfortunately, the typeMapping still does not get removed from server-config.wsdd. Even when I change the <typeMapping ... /> to contain all of the parameters in the undeployment descriptor as it had in the deployment descriptor, the problem still persists.
Are there any examples available that show the format of (legal) undeployment descriptors that may be passed to org.apache.axis.utils.Admin?
Thanks,
Ramya
| "Wolfgang Vullhorst" <[EMAIL PROTECTED]>
09/11/2003 08:24 AM
|
To: "Axis-Userlist (E-Mail)" <[EMAIL PROTECTED]> cc: Subject: Re: Undeploy typeMapping using org.apache.axis.utils.Admin |
> Then I have an undeployment descriptor:
> <undeployment xmlns="http://xml.apache.org/axis/wsdd/"
> xmlns:gsdl="http://www.gridforum.org/namespaces/2002/10/gridServices"
> xmlns:java="http://xml.apache.org/axis/wsdd/providers/java"
> xmlns:ogsatype0="http://www.gridforum.org/namespaces/2003/03/OGSI"
> xmlns:ogsatype1="http://impl.guide.ogsa.globus.org"
xmlns:xsd="http://www.w3.org/2001/XMLSchema">
> <typeMapping qname="ns1:lifecycleStateType"/>
> </undeployment>
I think the declaration of the ns1 namespace in your undeployment descriptor
is missing, it should be
xmlns:ns1=http://www.gridforum.org/namespaces/2003/17/crm
Wolfgang
