You are viewing a plain text version of this content. The canonical link for it is here.
Posted to soap-user@ws.apache.org by Duan <dz...@necas.nec.co.jp> on 2001/11/22 02:36:27 UTC

Transport class

Hi
   
    Now, I meet one question about soap transport.
I have a class like this.

class myClass{
   public int num;
   public Object obj;
};

   How can I transport this class ?

	Thanks!
	
		Duan