0 Replies Latest reply on Jul 15, 2003 8:05 AM by d3tommy

    Typemapping and Handlers

    d3tommy

      Hi

      I have a problem where I have some custom java objects that are serialized with the help of the axis BeanSerializer. The type mappings are registered with calls to Call.registerTypeMapping() and this works fine.

      But when I add a ClientHandler for signing the SOAP messages the Serialization stops working and I get a IOException stating that no serializer is registered for the Java class.

      Does any one have any hints, workarounds for this problem.

      /Tommy