Hi Jorge, That is a bit strange, because we also dynamically create the stubs at build time for admin services and also samples, and we don't face this problem. Can you please look into how we generate client stubs in data services product's samples and see if there's any special configuration setting. You can find the data service sample clients maven pom here [1], which contains the code generation sections.
[1] https://svn.wso2.org/repos/wso2/branches/carbon/3.0.0/products/ds/modules/samples/clients/pom.xml Cheers, Anjana. On Fri, Apr 8, 2011 at 10:44 PM, Jorge Infante Osorio <[email protected]>wrote: > Why in the $subject the classes name vary like this: > > > > Ls_compannias32 comp = stub.obtenerCompanniaPorPersona(compers); > > Ls_compannias29 comp10 = comp.getLs_compannias(); > > > > In another stub generation with the same wsdl: > > > > Ls_compannias15 comp = stub.obtenerCompanniaPorPersona(compers); > > Ls_compannias16 comp10 = comp.getLs_compannias(); > > > > In another stub generation with the same wsdl: > > > > Ls_compannias44 comp = stub.obtenerCompanniaPorPersona(compers); > > Ls_compannias41 comp10 = comp.getLs_compannias(); > > > > And so on. In every stub generation I delete first the stub class. > > > > > > Thanks, > > Ing. Jorge Infante Osorio. > > J´Dpto Soluciones SOA. > > CDAE. > > UCI > > > > _______________________________________________ > Carbon-dev mailing list > [email protected] > http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev > > -- Anjana Fernando Software Engineer WSO2, Inc.; http://wso2.com lean.enterprise.middleware
_______________________________________________ Carbon-dev mailing list [email protected] http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
