You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by "Li, Peng" <pe...@eds.com> on 2002/08/22 14:49:43 UTC

namingconvention for typeMapping ?

Hi,

Does anyone know, if it exist namingconvention for typeMapping? i have
writed a custom serializer/deserializer for my custom data (JavaBean). wenn
i use the name of customattribute
als localName of QName in serializer/deserializer, it works fine, but wenn i
change the name to anythingelse, i got a error with the message
"java.lang.NoSuchFieldException".

my question: 
1) 	must the localName of QName used in the serializer/deserializer and
die name of customattribute i want to serialise/deserialise  be exactly the
same one ?   
2)	must the customattribute i want to serialise/deserialise  als public
declare ? (i have probed with private and agagin the same error occurs)

thank very much in advance

Peng