posted 18 years ago
Hi,
I am using weblogic 8.1 sp4 server.I am running a web service which exposes a method which takes an argument of type baseClass.However, I would like to pass on subclasses of the baseClass as argument to the method.When I try to generate the webservice client.jar using clientgen I found that my client doesnot compile, because the client jar generated only contains the baseClass class file and not the subclass class files that I require.
Can anybody suggest a solution to this ? Is there any other way of genrating the client jar ?
Thanks in advance