Problem with DeSerilization

Hi Guys

I am stuck in a problem for which I need your help.

I have used Enum.java class and provided a typemapping in the wsdd as follows

<typeMapping

xmlns:ns="http://localhost/hth/services/Equipment?wsdl"

qname="ns:Enum"

type="java:com.march.hth.client.Enum"

serializer="org.apache.axis.encoding.ser.BeanSerializerFactory"

deserializer="org.apache.axis.encoding.ser.BeanDeserializerFactory"

encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"

/>

The code for Enum.java class is not being generated in the WSDL file.

When I run my client which I have written to access this webservice method.i get the following exception.

- Exception:

org.xml.sax.SAXException: No deserializer for {http://localhost/hth/services/Equipment?wsdl}Enum

I tried to replace theBeanSerializerFactory, BeanDeSerializerFactory with EnumSerializerFactory & EnumDeSerializerFactory but still the error persists.

I have provided the typemapping that is needed but still I am getting this error.

I am not able to figure out whats wrong here. The same thing works in other session beans where the Enum class is being generated in the WSDL from the wsdd file.

Please let me know what should be done in this case.

Thanks & Regards

Vikram K

[1358 byte] By [vikenga] at [2007-11-27 5:53:51]
# 1
hi guysany takers for my problem which is pending since yesterday.any help will be greatly appreciated.RegardsVikeng
vikenga at 2007-7-12 15:47:35 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...