Hi All, I am using AXIS 1.2 RC2 both on server side and client side. I have my usual typemapping declarations in server-config.wsdd for a java bean com.ws.DummyBean. I am also using custom (de)serializers and WebSphere 5.1.
No matter how I tweak my server-config.wsdd I am always getting below error on server side when I run my AXIS Client that uses stub based approach: org.apache.axis.encoding.DeserializationContext getDeserializerForClass SEVERE: No deserializer for com.ws.DummyBean Even if I comment all the typemapping entries in my server-config.wsdd I still get above errors. One point to note here is that ... if I give a seperate classloader for my WEB Module representing axis and a seperate classloader for my EAR Module consisting of this WEB Module then I am getting this error however if I give a same classloader for both my WEB Module representing axis and my EAR Module then I am not getting this error. Actually the DummyBean is there in a utility project in the EAR and the WEB Module has manifest entry for this utility project. I am using WebSphere 5.1 for all this. Please suggest ... Thanks & Regards, Kumar.
