Il giorno gio, 22/12/2005 alle 13.10 +0100, Davide Romanini ha scritto: > I investigated a bit more about this issue. Looking to logs seems that > Axis correctly starts to generate the response. It correctly loads the > ArraySerializer configured for my return type. When it finds a single > array object of type it.cineca.mods.UIDImpl, invokes serialize() on > SerializationContext and throws > > java.io.IOException: No serializer found for class > it.cineca.mods.UIDImpl in registry > [EMAIL PROTECTED] > > As you can see in my following post, I correctly configured a > <typeMapping> element for this type, and Axis doesn't throw any > exception while loading service configuration... >
More on that: I tested my service with Axis 1.2.1, 1.3, 1.4 (from nightly builds) and still have the same problem. I still don't understand why it can't find the serializer I defined and why it doesn't return any fault in response. Bye, Davide Romanini
