Hello All, Does anyone know of or have any examples showing how to use Java interfaces in the WSDL? I have objects that use Java's DynamicProxy and would like to be able to attach to them...
Also, being that I am using the DynamicProxy and have a "single" implementation of a object and then apply different interfaces to it, should I be creating a custom serializer/deserializer in the base implementation too? Any help or suggestions would be greatly appreciated! Thanks. KJQ
