|
I wrote a web service in Axis, and I am trying to port it to
Weblogic 7.0 Axis provides serializers and deserializers fro typesafe Enums (Enumerations). org.apache.axis.encoding.ser.EnumDeserializerFactory org.apache.axis.encoding.ser.EnumSerializerFactory Does anyone know if the WL7.0 provides any
? I looked… their documentation says they
support Enums, but I could not find their respective
classes for serialization/deserialization. (This may or may not be the right place to ask, I apologize in
advance…. but maybe one knows.) Liviu PS: I know I can create just deploy the whole AXIS bundle…
and that will work because Axis is a Servlet. BUT, I am trying to use their
native toolkit (starting with a static WSDL), without providing any third party
classes (such as the AXIS jars). |
