2 Replies Latest reply on Apr 27, 2005 11:36 AM by sidazad

    Serializers generated by wscompile

    sidazad

      Hi,
      One thing that is confusing me (forgive me if I missed it from the tutorials) are the Serializers/DeSerializers that are being generated by wscompile. I need to use these on the client side since the Stub class generated by wscompile makes use of these.
      But if I use these Serializers/DeSerializers on the client side, don't I need to do 1 of the following 2 things:

      (1. Use the same generated Serializers/DeSerializers on the server side (JBoss) also by specifying these in ws4ee-deployment.xml for each type.
      OR
      (2. Specify the BeanSerializer/BeanDeserializer for every wrapper type generated by wscompile.

      Please help,
      Thanks, Sid.