> 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

Reply via email to