You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Gilles Devaux <gd...@webraska.com> on 2005/03/29 10:24:01 UTC

RE: Is it possible to have references to the same classes if I use document/literal wrapped

No, it does not, I have a similar architecture that just works fine 

-----Message d'origine-----
De : Soti, Dheeraj [mailto:dsoti@harris.com] 
Envoyé : mardi 29 mars 2005 01:54
À : 'axis-user@ws.apache.org'
Objet : Is it possible to have references to the same classes if I use document/literal wrapped

I have following kind of structure where this structure can be very deep. Can this cause some issues? 

public class Person {
	String name;
      Person friend1, friend2;
      
}

Thanks

Dheeraj Soti