[Laszlo-dev] ObjectWrapper serialization
Matthew Frederes
matt at paradisesoftware.net
Wed Jun 8 11:07:13 PDT 2005
Should LZDefaultSOAPEncodingTypeMapping(.java) be registering the
serializer and deserializer for the ObjectWrapper class?
LZSOAPService casts Objects to Elements and stores them in the
mElement member of ObjectWrapper before the call to a web service,
when the node type is not TEXT_NODE.
However, Axis throws the following when invoking the web service:
java.io.IOException: No serializer found for class
org.openlaszlo.remote.soap.ObjectWrapper in registry
org.openlaszlo.remote.soap.LZDefaultSOAPEncodingTypeMapping
It looks like LZObjectSerializerFactory should be the serializer and
SWFObjectDeserializerFactory could be the deserializer.
More information about the Laszlo-dev
mailing list