Hi All,
I was getting an Axis Fault message (sent back to the client) about serializer not being registered. My research so far indicates that I may need to use SOAPSerializer somehow to create a serializable class. I am using JAX-RPC from Sun for a very specific reason and I have a complex object that gets serialized over to the Axis SOAP server (version 1.0).
Has anyone used SOAPSerializer or know where I can find a working example? So far my searches on Google have yielded no results with working examples.
Is this a Interoperability issue?? I am hoping I do not need to have special Axis jars on the client to eliminate Axis Fault the serialization registration message.
Many Thanks,
Tony