Hi,
I'm trying to create a function on the server side with a
org.omg.CORBA.Any parameter.
The problem isn't (yet) about serialization, etc. I'm using a
typeMapping tag in the wsdd file that specifies that the Any type
corresponds to the org.omg.CORBA.Any class. I can deploy the service,
and have a wsdl file generated on the client side. But when I use
WSDL2Java on the client side, it generates the file
org/omg/CORBA/Any.java, and don't take the existing class (I'm using
Axis1.0 with J2sdk1.4.0 ) into account.
How can I fix this problem ?
Thanx a lot :)