| Author |
clientgen not including class files
|
s rufus
Greenhorn
Joined: Sep 21, 2005
Posts: 10
|
|
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
|
 |
s rufus
Greenhorn
Joined: Sep 21, 2005
Posts: 10
|
|
Well .. found a solution. There is an ant task called autotype http://edocs.bea.com/wls/docs81/webserv/assemble.html#1078477
|
 |
 |
|
|
subject: clientgen not including class files
|
|
|