posted 19 years ago
Hy!
I'm working on a web service where i have to transfer hirarchicalDTO's. In fact, the the most of them are Java-Beans, so the default type-mapping of Axis' WSDL2Java is suitable. But some of my DTO's requires custom (de-)serializer.
Is there a way, to tell WSDL2Java which Type-Mapping it should use?
A second Question:
How do you transfer java.lang.Character? I know, this is not a type which is specified in JAX-RPC, but required for our project.
Greetings...
Stefan