webservies with weblogic servicegen Non built in data type
843833May 13 2005 — edited Jul 19 2005Hi
I am writing webservices for EJB methods.I am working on weblogic 8.1 server.I am building it using build.xml servicegen utility .One of my EJB methods return type is Map ...i think this is not supported by servicegen i am getting the following error
weblogic.xml.schema.binding.BindingException: Invalid class received: interface java.util
.Map loaded from file:/C:/j2sdk1.4.1_06/jre/lib/rt.jar!/java/util/Map.clas All classes that will be serialized or deserialized must be non-interface, non-abstract classes that provide a public default constructor
Please help me how to go about this.
Thanks
Chandu