RE: SOAP Serialization problem

2002-09-10 Thread Alexandros Panaretos
faces and classes, there may not be a problem, but it is important to understand how this works. Personally, I wish SOAP provided a means to specify the structure in which something is serialized separately from its actual type, but it does not. Scott Nichol - Original Message ----- From:

RE: SOAP Serialization problem

2002-09-10 Thread Alexandros Panaretos
ot;, "MyClass2"), MyClass2.class, s3, s3); Vector params = new Vector(); params.addElement(new Parameter("arg1", MyInterface.class, c, null)); params.addElement(new Parameter("arg2", MyClass.class, c, null)); params.addElement(new Parameter("arg3", MyClass2.class, c2

RE: SOAP Serialization problem

2002-09-10 Thread Alexandros Panaretos
serializing any class. If you have an interface that follows the JavaBean pattern, for example, I think you could serialize it using the BeanSerializer. Scott Nichol - Original Message - From: "Alexandros Panaretos" <[EMAIL PROTECTED]> To: "'Scott Nichol'" &l

RE: SOAP Serialization problem

2002-09-10 Thread Alexandros Panaretos
zers, BeanSerializer should work. As you have experienced, there are no serializers for URL or DataInputStream. Scott Nichol - Original Message - From: "Alexandros Panaretos" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, September 02, 2002 11:03 AM Subject: SOAP

SOAP Serialization problem

2002-09-02 Thread Alexandros Panaretos
be very much appreciated because this has been very frustrating for me. Thank you very much in advance for patience in reading this post and your help. Alexandros Panaretos -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>