Markus Plail <[EMAIL PROTECTED]> writes: > I am using Hibernate in my web service. Hibernate uses java.util.Set > for collections: private java.util.Set<vnet.ws.objects.RoleName> roles; > > I know I can't serialize Map and Set, but get arrays instead, which is > fine for me, but I'd like to get RoleName[] instead of Object[]. Is > this somehow possible?
I just realized that Java2WSDL is the culprit. At least I guess that it is responsible for the wsdl I get when invoking http://...:8080/service/blabla?wsdl So is there a possibility to not generate a wsdl that corresponds to Object[] but MyClass[]. Perhaps there are other wsdl generators I could use? regards Markus
